Commit Graph
23 Commits
Author SHA1 Message Date
Jocelyn Liu 0aa51afac2 Set default browser notification at 11:22 2019-10-16 12:08:43 -07:00
Jocelyn Liu 8bb19051f5 Add set default browser option in settings 2019-10-16 12:08:14 -07:00
Emerick Rogul 4adecca0f8 Make custom private page with DDG switch 2019-10-15 18:56:29 -04:00
Simon Hong c94976cb53 Merge pull request #3671 from brave/replace_android_chrome_strings_grd
[Android] Replace strings of andorid_chrome_strings.grd
2019-10-14 21:54:38 +02:00
Simon Hong da4a2fcf82 Delete duplicated string
We don't need IDS_PREFS_ABOUT_CHROME anymore because we are using
brave branded android_chrome_strings.grd.
2019-10-11 15:43:45 +09:00
Jocelyn Liu b98949a711 Hide brave rewards icon option 2019-10-10 15:07:11 -07:00
Simon Hong 2b014a2bf8 Cleanup main menu and add brave specific menu items
Instead of modifying menu.xml, subclassing
AppMenuPropertiesDelegateImpl. This way seems more extensible.
2019-10-09 20:57:27 +09:00
Simon Hong 4896a055af Add stub welcome tour options in basic category in main settings 2019-10-08 19:40:08 +09:00
Simon Hong c62204f6ef Cleanup android strings
Remove redundant strings and deprecated comments.
2019-10-08 13:54:53 +09:00
Jocelyn Liu c6b5ab7306 [Android] Add enable/disable bottom toolbar option in settings
We use BRAVE_BOTTOM_TOOLBAR_ENABLED_KEY instead of the chromium one for avoid patching cacheBottomToolbarEnabled().
2019-10-07 17:40:01 -07:00
Simon Hong fd418da227 Add background video playback 2019-10-07 18:15:31 +09:00
Simon Hong 89a0d3647c Add stub controls section in main preferences screen 2019-10-03 21:32:14 +09:00
Simon Hong e05eb96de2 Add Video playback in brave option into Media preferences
When this option is on,
ChromeInterceptNavigationDelegate::ShouldIgnoreNavigation() will return
false if url is youtube.
2019-10-03 06:33:46 +09:00
Simon Hong df28319e93 Add desktop mode option in site settings
DesktopModeTabHelper overrides when new WebContents is created.
DesktopMode changing will affect to newly created Tab.
So, existing tab will not be changed desktop mode.
If user choose desktop view option explicitly, we respect it during the
life time of the Tab.
2019-10-03 06:33:46 +09:00
Simon Hong fd7f6af624 Add search engine category in main settings screen
Brave uses different DSE for standard and private but chromium uses
single DSE for both.
To achieve our goal, we set proper DSE whenever standard/private context is
changed.
2019-10-02 08:05:33 +09:00
Jocelyn Liu 9e9085a248 Add close tabs on exit in Android's privacy page 2019-09-17 17:27:53 -07:00
Simon Hong 2250e8dddb Merge pull request #3436 from brave/add_exit_menu_item_in_app_menu
[Android] Add exit menu item in app menu
2019-09-18 07:58:37 +09:00
Simon Hong 17e35abd5d [Android] Add exit menu item in app menu 2019-09-17 10:49:26 +09:00
Simon Hong 0f76344479 Add stub brave stats ui on NTP
Brave stats UI is displayed above the favorite/popular sites tile
section.
Most of codes are copied from existing brave android browser.
2019-09-17 09:15:47 +09:00
Jocelyn Liu 566ba648e5 Add httpse, adblock, and fingerprinting protection switches into Android's privacy page. 2019-09-13 01:23:53 -07:00
Emerick Rogul 420c323fae Show Brave version number in "Settings -> About Brave" on Android 2019-09-06 10:34:25 -04:00
Serg 5a217978ee Android bottom toolbar (#3164)
* bottom toolbar, bat icon

* bookmarks button instead of share button

* bookmark's button business logic

* Correct bottom toolbar behaviour

* remove unneeded patch

* update patches after code review

* missing file, correct a patch
2019-08-15 16:08:55 -04:00
Serg 8dce98a0e1 Android Brave shields UI (#2998)
* brave shields UI init

* adds lions head on toolbar

* Brave Shields UI

* brave shields switches functionality

* Auto-refresh page on shields switches triggers, catch onLoad and etc events

* shields counters

* Correct Android BUILD.gn patch

* Enable components updater on Android

* Updates URL after page load finished

* make it compilable

* load websites when adblock lin is not ready yet

* lint fixes

* lint errors fix

* corrects patches, lint errors

* use common approach for content settings shields

* correct profile usage

* corrects a profile usage for incognito mode

* changes Top shields and HTTPSE shield functions calls

* Adds a comment

* Removes redundant switch
2019-08-01 17:49:24 -04:00