Commit Graph
72 Commits
Author SHA1 Message Date
Brian R. Bondy b31185e875 Revert "Merge pull request #8299 from brave/revert_8257"
This reverts commit 96aebb9ee6, reversing
changes made to 7e073b26c1.
2021-03-18 20:26:48 -04:00
Jocelyn Liu 25a3c5c48d Revert "Merge pull request #8257 from brave/ipfs-android"
This reverts commit 534a1e122d, reversing
changes made to 103be2b8c1.
2021-03-18 14:02:59 -07:00
Brian R. Bondy 7f0bc31b89 Add IPFS gateway support on Android 2021-03-17 13:09:14 -04:00
Sampson 9aabb84a12 Clarifies Preference Functionality
Resolves https://github.com/brave/brave-browser/issues/14095
2021-02-10 14:12:17 -06:00
samartnik 8625e10903 [Android] IDS_TURN_OFF_SYNC string was removed
Chromium change:
https://chromium.googlesource.com/chromium/src/+/c58e31b33a267ecae3bb399aeec988657bdaf199

[Android] Remove IDS_TURN_OFF_SYNC string

This string is a duplicate of IDS_SIGN_OUT_AND_TURN_OFF_SYNC. This cl
removes it.

Bug: 1120581
2021-01-05 21:27:43 -05:00
samartnik a52e5254f7 [Android] Added ability to prevent auto downloading and opening 2020-11-30 14:41:10 -05:00
AlexeyBarabash 9339916915 Support full command line for QA prefs; fixes brave-browser#12428 2020-11-18 21:02:07 +02:00
AlexeyBarabash b56afd6cb0 Checkbox for P3A in Android Settings=>Advanced=>Privacy 2020-11-16 14:36:38 +02:00
AlexeyBarabash 4b7352c0b7 Fixed crash on Android while show sync categories screen 2020-11-03 14:10:02 +02:00
Pranjal Jumde 542af4a831 Fix #9536: Implement social media blocking on android 2020-10-20 12:14:15 -07:00
Deep 3be1f40271 Add widget stack activity
ADd settings option for widget stack
2020-10-17 13:02:40 -04:00
samartnik fe2319d6a1 [Android] Added BraveLicensePreference to show full license
Summary in Preference was reduced to 10 lines in the new AndroidX library.
Here we extended it and set maximum lines available.

Chromium change:

https://chromium.googlesource.com/chromium/src/+/ef3863977776f3e377328b56830c3e614078afbd

Update AndroidX preference library to v1.1.1

This also updates the preference library's dependencies:
core, annotation, collection, fragment

Binary-Size: New androidx fragment library is larger.
Bug: 1092986
2020-09-11 14:45:30 -04:00
samartnik bc02e552fb [Android] Removed option that offers translation 2020-08-28 15:36:25 -04:00
serg 03486729e3 adds enable web content dark mode on android option 2020-08-27 12:09:02 -04:00
serg 5bcfd890c2 adds vlog preference 2020-08-14 15:54:19 -04:00
Deep 84bba30fbd Add settings page for brave stats 2020-08-11 14:41:48 -04:00
samartnik d70b43f543 [Android] HyperlinkPreference moved to about_settings
Chromium change:

https://chromium.googlesource.com/chromium/src/+/558aba331e0d2b961ab8ace169768c3cb08253f7

Move HyperlinkPreference to about_settings

HyperlinkPreference is only used by About Chrome > Legal information
settings screen, and is not going to be modularized as a shared
component (see https://crbug.com/1044685#c1), so moving it alongside
the code where it's used.

Bug: 1044685
2020-08-06 17:32:05 -04:00
AlexeyBarabash 4d707e67e0 Android should be able to setup staging sync server through QA preferences; fixes brave-browser#10817 2020-08-03 21:45:55 +03:00
samartnik d261faaa4c [Android] Fix for crashes on settings
Crashes happened due to renaming
2020-07-01 18:12:04 -04:00
samartnik 384baead91 [Android] site_settings moved to components
Chromium change:

https://chromium.googlesource.com/chromium/src/+/e012e41e7a0648468a018f54f963f34efb0eaf9c

This CL moves the majority of //chrome/browser/site_settings to
//components/browser_ui/site_settings, leaving only Chrome-specific
classes behind. This is part of an effort to componentize site_settings
so it can be reused by WebLayer.

This CL leaves most of the tests in //chrome because they rely on the
SettingsActivity and specific chrome implementation of the site
settings clients. I felt that componentizing these tests would result
in removing enough of the chrome based scaffolding around the UI that
it would reduce the effectiveness of the tests.

Bug: 1058595
2020-07-01 18:12:03 -04:00
Deep 20580e8eed Remove welcome tour 2020-06-30 17:32:29 -04:00
AlexeyBarabash 85d5d11280 Reducing ManageSyncSettings.java.patch
(According to the review)
2020-06-29 17:12:58 +03:00
AlexeyBarabash fc0d60bfb0 Patch and xml for ManageSyncSettings.java to have switches instead of checkboxes 2020-06-29 17:12:58 +03:00
samartnik 1d0394b765 [Android] Additional fixes for crashes related to renaming
Caused by latest master pull to cr83
2020-05-26 10:02:30 -04:00
samartnik 7380e81aa0 [Android] Fixed crashes related to renaming
Caused by latest master pull to cr83
2020-05-26 10:02:30 -04:00
samartnik 632bdceb9f [Android] Fixed crashes related to renaming 2020-05-26 10:02:28 -04:00
samartnik e8b57cca56 [Android] Fixed build issues related to renaming 2020-05-26 10:02:27 -04:00
mkarolin da3bef4d92 [Android] Site Settings moved.
Chromium change:

https://chromium.googlesource.com/chromium/src/+/ee3a8d8aeec2473b93618a7fee770b7f3e7a831e

commit ee3a8d8aeec2473b93618a7fee770b7f3e7a831e
Author: Natalie Chouinard <chouinard@chromium.org>
Date:   Tue Mar 10 21:37:41 2020 +0000

    [Settings Refactor] Move Site Settings

    Move Site Settings to org.chromium.chrome.browser.site_settings package
    and update OWNERS.

    Bug: 1047357
2020-05-26 09:52:26 -04:00
mkarolin 39d8c45c5f [Android] Theme Settings moved.
Chromium change:

https://chromium.googlesource.com/chromium/src/+/bb5aabdc4715d8bc8f0b80be1becc8fc85ff3f0a

commit bb5aabdc4715d8bc8f0b80be1becc8fc85ff3f0a
Author: Natalie Chouinard <chouinard@chromium.org>
Date:   Wed Feb 5 19:19:35 2020 +0000

    [Settings Refactor] Move Theme settings

    Move Theme settings alongside other night_mode code.

    Bug: 1047357
2020-05-26 09:52:26 -04:00
samartnik 2ec9eb178c Added ability to recover wallet for QA team 2020-05-22 13:39:53 -04:00
samartnik 4a2fa4506b Merge pull request #5560 from brave/android-export-db
Add import/export db for QA. Issue #9766.
2020-05-21 06:58:27 -04:00
samartnik 5ac63f2f97 Additional fixes for import/export db 2020-05-20 19:58:06 -04:00
Deep b72eefa5f6 Add rate brave options to the settings
Update rate dialog UI for dark mode
2020-05-19 12:47:03 -04:00
George Dregalo 5449d97bf6 Add import/export db for QA #9766 2020-05-19 07:37:04 -04:00
samartnik 67cd8e155a Added new autocomplete options to privacy settings 2020-05-15 11:55:29 -04:00
samartnik e7eabbe76e Fixed tint for icons 2020-05-12 15:17:19 -04:00
Deep 82eb77482a Update settings option. 2020-04-27 01:54:25 -04:00
Deep a884a89a24 Update custom homepage prefs
Add custom homepage options
2020-04-27 01:54:25 -04:00
samartnik ce7395bd11 Moved from tabs to core option to control opening pages in custom tabs 2020-04-09 08:36:31 -04:00
serg 30fdacbcb5 removes crash on tracing settings 2020-03-27 12:52:46 -04:00
samartnik aae3ff7c1a Fix for crash on some settings due to renaming 2020-03-23 10:39:29 -04:00
samartnik 160ea5ad2b Merge pull request #4984 from brave/android_remove_clear_downloads
Temporarily deleted clean up downloads option
2020-03-23 09:34:43 -04:00
samartnik 873608601b Temporarily deleted clean up downloads option 2020-03-20 07:41:53 -04:00
samartnik 49c6ed6a25 [Android] Added new resources to fix build 2020-03-19 16:51:53 -04:00
Deep Pandya 28bb8c60bf Merge branch 'master' into migrate_NTP_SI_2 2020-03-17 19:30:08 -04:00
serg c54a1d5ea3 migrate android toolbar settings 2020-03-17 18:03:38 -04:00
Deep 4027fb6850 Update background images pref layout 2020-03-09 16:19:36 -04:00
Deep 78b9732cf3 Add background images code for NTP
Add resources for ntp

Add QA pref for NTP

Add string resources

Update patches
2020-03-09 16:19:36 -04:00
Deep 817a4199e8 Add settings option layout 2020-03-09 16:19:36 -04:00
Deep 77a1f02fc0 Add setting option for New Tab Page 2020-03-09 16:19:36 -04:00