Commit Graph
3655 Commits
Author SHA1 Message Date
Artem Samoilenko d523b95fc8 [Android] Fixes for java formatting for C120 changes 2023-11-27 11:27:31 -05:00
Artem Samoilenko 0c849a22b2 [Android] Migrating all JNI annotations in /base to jni_zero copies
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/c45bc648b3616610b5c2a19ea5060492dc1cb24b

jni_zero: Migrating all JNI annotations in /base to jni_zero copies

This CL is the result of a few simple sed commands, switching any import
statement using any of the 6 JNI annotations, and switching over the gn
targets from base:jni_java to jni_zero_java.

This CL was uploaded by git cl split.

Bug: 1456762
2023-11-27 11:27:30 -05:00
Artem Samoilenko 876f3c18be [Android] AutofillPopupBridge was removed
We don't need our changes since they were fixing issues in the parent class that are not relevant anymore.

Chromium change:
https://source.chromium.org/chromium/chromium/src/+/7f04d239494545dbf9c2ad23cfa71d79cf49bdbe

[Android] Remove AutofillPopupViewAndroid and AutofillPopupBridge.

AutofillPopup is referenced in the following places:
* AwAutofillClient in /android_webview
* AutofillPopupBridge in /chrome/android
* AutofillProvider in /components/android_autofill
* AutofillUnitTest in /chrome/android [test-only]

This CL removes obsolete AutofillPopupViewAndroid implementation
of the AutofillPopupView. Only AutofillKeyboardAccessoryAdapter is
used on Android right now. AutofillPopupBridge is removed as a
dependency of the AutofillPopupViewAndroid.

This is done as part of the effort to move AutofillPopup to
android webview as it's the only place it's being used right now.

Bug: 1448820
2023-11-27 11:27:28 -05:00
Artem Samoilenko 6c3aa1d8e4 [Android] Privacy settings clean up
Chromium change:
https://github.com/brave/chromium/commit/b99e2bd8595fb95c46a0dadd523417ba73e2e2e2

[Kartoffel][Clank] Clean up PrivacySandboxSettings4 flag usage
Bug: 1449833
2023-11-27 11:27:18 -05:00
Artem Samoilenko 368fb3140e [Android] ManageAccountDevicesLinkView#inflateIfVisible was removed
Chromium change:
https://github.com/brave/chromium/commit/84ed1f62ecd64bbfc3d2c4775a6e80a6b0e9defb

Clean up SendTabToSelfSigninPromo flag
Enabled by default in M119 (https://crrev.com/c/4905024), can be
cleaned up in M120.

Fixed: 1479693, 1295204
2023-11-27 11:27:10 -05:00
Artem Samoilenko 620264db83 [Android] Minor code adjustments to the C120 upstream changes 2023-11-27 11:27:09 -05:00
Artem Samoilenko 954c974417 [Android] Delete @maindex
Chromium change:
https://github.com/brave/chromium/commit/9135eb237c0b344161464a4351935a4952a8c645

Android: Delete @maindex
It no longer does anything.

Bug: 1471145
2023-11-27 11:27:08 -05:00
Artem Samoilenko b76031db97 [Android] Rename SharedPreferencesManager -> ChromeSharedPreferences
Chromium change:
https://github.com/brave/chromium/commit/dbcebd8c0cc67763d2740282b6451f9ecc114276

SharedPreferencesManager -> ChromeSharedPreferences (part 1)
Updates all deprecated references. Will remove //chrome's copy
of SharedPreferencesManager in a follow-up.

Bug: 1484291
2023-11-27 11:27:07 -05:00
AlexeyBarabash 4fdf6bfd51 Disable refresh of Brave Leo at the panel (#21117)
* Disable refresh of Brave Leo at the panel; fixes brave/brave-browser#34532
2023-11-27 17:55:46 +02:00
tapanmodh fcfbbe753e fix BraveExternalNavigationHandler crash 2023-11-24 15:39:38 +05:30
AlexeyBarabash 18c1a2dc22 Hide Brave Leo menu item at private tab on Android (#20998)
Hide Brave Leo menu item at private tab on Android; fixes brave/brave-browser#34015
2023-11-23 22:29:11 +02:00
Simone Arpe b25cf8753f (Wallet) Update blockies generation (#21087)
Updates blockies generation algorithm following new JS implementation.
2023-11-23 17:30:56 +01:00
Tapan Modh 8c9437763b Merge pull request #21043 from brave/move_youtube_options_android
[Android] move youtube options to media
2023-11-22 18:36:34 +05:30
deeppandya 758dfc4a5a Update bottomsheet for rounded corners 2023-11-22 05:21:09 -05:00
deeppandya 22f9a4ab93 Resolve format error for presubmit 2023-11-22 05:21:06 -05:00
deeppandya 1a416d3be4 Schedule alarm even for DND
Resolve presubmit errors

Address PR comments

Add default for switch/case to avoid presubmit check

Address format related errors
2023-11-22 05:21:02 -05:00
deeppandya 06fd7c037d Add logic to turn on the vpn based on timer
Update light/night theme

Update icons
2023-11-22 05:20:59 -05:00
deeppandya 84a84d6625 Add timer bottomsheet layouts
Add image resources
2023-11-22 05:20:55 -05:00
Simone Arpe b0926e4d4e Update Wallet password policy (#21051)
Updates Wallet password policy to accept a password with a minimum length of 8 characters.
Modifies also UI strings to reflect the new policy (numbers and special characters are not required anymore).
2023-11-21 18:44:34 +01:00
Simone Arpe 40802116d2 (Wallet) Improve null checks in NetworkModel class (#21047) 2023-11-20 17:13:28 +01:00
tapanmodh 5738001e09 move youtube options to media in android 2023-11-20 17:04:42 +05:30
Tapan Modh c8afff86e4 Merge pull request #20941 from brave/applinks_youtube_android
[Android] applinks youtube
2023-11-20 10:30:56 +05:30
Darnell Andries 7ccc48dd89 Merge pull request #20827 from brave/rewards-convert-p3a-android
Add Rewards conversion P3A metrics for Android only
2023-11-10 12:59:43 -08:00
Darnell Andries db39e383ea Merge pull request #20159 from brave/android-tab-p3a-metrics
Add Android tab usage metrics
2023-11-10 12:55:00 -08:00
Jocelyn Liu 64647d37fe Merge pull request #20898 from brave/remove_wallet_outdated_feature_flags_without_fil_sol
Remove wallet outdated feature flags
2023-11-10 11:04:08 -08:00
Jocelyn Liu f93340aa57 Remove kBraveWalletFilecoinFeature, kBraveWalletSolanaFeature, kCreateDefaultSolanaAccount feature flags 2023-11-10 08:18:12 -08:00
Jocelyn Liu 0be3568192 Remove kBraveWalletSnsFeature and kBraveWalletENSL2Feature feature flags 2023-11-10 08:18:12 -08:00
tapanmodh c87f7ecfba applinks youtube android 2023-11-10 17:03:55 +05:30
deeppandya 2f0f465dfe Resolve presubmit error
Resolve string error

Remove unused code
2023-11-10 06:18:13 -05:00
deeppandya b0bcfc5f33 Enable vpn on beta channel 2023-11-10 00:23:31 -05:00
deeppandya 4ddeb3ceb0 Remove vpn flag for nightly channel
Enable vpn for nightly channel
2023-11-10 00:19:08 -05:00
Darnell Andries 90adee3719 Add Rewards conversion P3A metrics for Android only 2023-11-09 17:33:28 -08:00
Darnell Andries 475535344c Add Android tab usage metrics 2023-11-09 14:29:24 -08:00
AlexeyBarabash bcb5018842 Cleanup sync v1 migration (#20906)
* Removed Sync V1 => V2 migration code
* Moved obsolete sync prefs registration to RegisterProfilePrefsForMigration
2023-11-09 22:11:49 +02:00
Deep Pandya d244fd2827 Merge pull request #20725 from brave/resolve_contribution_bug
Resolve contribution send button bug
2023-11-07 11:22:41 -05:00
Darnell Andries 1f633649a3 Merge pull request #20861 from brave/android-mojo-crash-fix
Attempted fix for mojo init crash on Android
2023-11-07 06:17:15 -08:00
AlexeyBarabash 00d2e6eab1 Untie from Android System Auto Sync settings (#20854)
* Removed code which checked Android System Auto Sync settings and shown informer/additional button
2023-11-07 13:43:17 +02:00
Darnell Andries 16168ca61b Attempted fix for mojo init crash on Android 2023-11-06 15:48:53 -08:00
Jocelyn Liu fdf1bf2c89 [Android] Share the registration of wallet data files component with Desktop
- The timing of registration is controlled by core backend
- Remove RegisterWalletDataFilesComponentOnDemand in Android
- Remove wallet_data_files_installer_android_util

Authored by @AlexeyBarabash:
- Added Android onboaring page fragment
- Removed unused staff around Android's percentage progress while download Wallet component
2023-11-03 20:13:40 -07:00
deeppandya 5fbee55f37 Resolve formatting error 2023-11-03 09:48:54 -04:00
deeppandya 1076dc5dcc Resove presubmit error 2023-11-03 08:20:16 -04:00
deeppandya 120a0f47f9 Resolve contribution sens button bug 2023-11-03 08:18:43 -04:00
Arthur Edelstein 4870753f46 Hide Aggressive Fingerprinting Protection behind a flag (#20316) 2023-11-01 10:27:10 -07:00
Tapan Modh a6733568c1 Merge pull request #20696 from brave/create_custom_filters_android
[Android] create custom filters
2023-11-01 17:08:53 +05:30
samartnik 784515d16c Merge pull request #20703 from brave/android_private_tab_lock
[Android] Enabled private tabs lock with UI changes
2023-10-31 12:21:54 -04:00
Kevin Smith 269980e440 Merge pull request #20718 from brave/ksmith-remove-login-data
Remove login URL from external wallet structure
2023-10-31 11:43:12 -04:00
Simone Arpe 3c67150fe4 (Wallet) Fix Deposit screen and Buy screen (#20737)
Fix an issue where deposit screen and buy screen were crashing after selecting a token.
2023-10-31 10:19:49 +01:00
zenparsing cd6c660fe1 Remove login URL from external wallet structure 2023-10-30 14:29:54 -04:00
Artem Samoilenko 7aad89554d [Android] Define new colors for Private tabs 2023-10-30 08:13:04 -04:00
Artem Samoilenko ff0709ce40 [Android] Enabled private tabs lock with UI changes 2023-10-30 08:12:59 -04:00