Commit Graph
37 Commits
Author SHA1 Message Date
AlexeyBarabash 0b03da8608 Empty icons for cards flip operations
Fixes brave/brave-browser#9867
2021-03-19 18:43:35 +02:00
Deep c68504899a Remove warnnings for unused resources
Remove warning for drawables
2021-03-07 19:14:02 -05:00
Deep 3025c01e26 Add ecosia for android 2021-01-07 11:04:11 -07:00
Deep 4f0cb07d03 Remove yahoo from SE onboarding android 2021-01-07 11:04:11 -07:00
Deep bd6d5fcd23 Add yandex images 2020-11-25 22:24:12 -05:00
Deep e3c7699eba Update brave stats db code
Update UI for updated brave stats code

Refactor code

Update onboarding image

Remove previous onborading images

Remove unused images

Refactor code to avoid warnings

Remove unused onboarding code
2020-07-30 03:28:22 -04:00
Brian Clifton 0900ab3e14 Added Yahoo to Android onboarding (search engine screen)
- Added vector icon (not used yet)
- added PNG files (multiple resolutions)
- added enum value / wired up to onboarding screen
2020-07-27 17:55:01 -07:00
Deep 977626b833 Add images for cross promo modal 2020-07-21 23:44:42 -04:00
Deep e38da6b681 Add smiley icons 2020-05-19 12:47:03 -04:00
George Dregalo 1ea476dfdf [Android] Promotion notification is not cleared when error happens.Issue #9657 2020-05-12 16:07:03 -04:00
George Dregalo 1d972548bc Android: Implement User wallets (Uphold). Issue# 8511. 2020-04-22 14:15:47 -04:00
samartnik 5fb31d6e51 Added new icons for private tabs 2020-04-06 17:10:50 -04:00
samartnik 89dd070776 Fixed forward button for tablet toolbar 2020-04-01 10:20:29 -04:00
samartnik 4cb8567171 Changed icon for btn_right 2020-03-30 10:19:22 -04:00
Brian Johnson 17818b8b33 Merge branch 'master' into migrate_NTP_SI_2 2020-03-16 20:23:40 -07:00
samartnik 64062cc22f Merge pull request #4891 from brave/android_https_icon_fix
Fixed https icon
2020-03-10 14:15:15 -04:00
Jocelyn Liu 9e78fa9fe7 [Android] Replace page info with share item in main_menu and app menu footer. 2020-03-10 10:20:31 -07:00
samartnik 4e0469e1b4 Fixed https icon 2020-03-10 12:26:41 -04:00
samartnik 49de25ca13 Fixed transition animation for top toolbar 2020-03-10 10:30:32 -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
Emerick Rogul ff63576339 Replace Chromium icons on URL bar 2020-02-14 15:43:17 -05:00
Jocelyn Liu 79182df00f [Android] Update address bar icons 2020-01-31 12:31:38 -08:00
Jocelyn Liu 61f534738e [Android] Add brave's icon for the incognito shortcut. 2020-01-27 16:13:16 -08:00
SergeyZhukovsky 1d4b382900 add private theme on Android 2020-01-20 14:03:40 -05:00
Jocelyn Liu edd2afa283 [Android] Update onboarding for rewards 2019-11-26 11:19:36 -08:00
Jocelyn Liu 110c8075e2 [Android] Update verified icons for site banner page 2019-11-25 17:11:24 -08:00
Jocelyn Liu c3377f76a9 [Android] Replace chromelogo16 with brave logo for new tab icon. 2019-11-21 15:35:40 -08:00
Jocelyn Liu dd6bc39a62 Replace ic_chrome with brave icon 2019-11-07 19:26:25 -08:00
Jocelyn Liu 1c42cd0206 Copy missing Ads files from browser-android-tabs 2019-11-07 19:26:25 -08:00
Emerick Rogul 4aa03339bb Add support for sync UI on Android 2019-10-29 09:58:11 -04:00
Jocelyn Liu a7d39c74c7 Port onboarding on Android 2019-10-23 14:50:07 -07:00
SergeyZhukovsky 0009fe5dae Android Rewards panel UI 2019-10-22 09:47:15 -04:00
Emerick Rogul 4adecca0f8 Make custom private page with DDG switch 2019-10-15 18:56:29 -04: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
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