Commit Graph
856 Commits
Author SHA1 Message Date
Deep Pandya c4c2fd4e7a Merge pull request #7255 from brave/fallback_ui_for_top_tiles_android
Add layout for fall back UI for top tiles
2020-11-25 23:59:36 -05:00
Deep acc67d70ca Add layout for fall back UI for top tiles 2020-11-25 20:48:20 -05:00
Albert Wang 146a7f58ad Merge pull request #6728 from brave/issues/9592
Implement Custom Ads Notifications
2020-11-24 12:47:50 -08:00
Terry Mancey ef8f8da9c7 Implement custom Brave Ad notifications 2020-11-21 21:26:36 +00:00
Deep ec30a92edc Fix NLPs for release app 2020-11-21 13:44:28 -05:00
Deep 3e504beb1e Fix format issue for brave stats 2020-11-21 13:43:32 -05:00
samartnik 35a4df517e [Android] Add check for mShowStartSurfaceCallable
This is to avoid crash:
java.lang.NullPointerException:
  at org.chromium.chrome.browser.toolbar.bottom.BottomToolbarCoordinator.lambda$new$2$BottomToolbarCoordinator (BottomToolbarCoordinator.java:131)
  at org.chromium.chrome.browser.toolbar.bottom.BottomToolbarCoordinator$$Lambda$2.onClick (BottomToolbarCoordinator.java:4)
  at android.view.View.performClick (View.java:7217)
  at android.view.View.performClickInternal (View.java:7191)
  at android.view.View.access$3500 (View.java:828)
  at android.view.View$PerformClick.run (View.java:27679)
  at android.os.Handler.handleCallback (Handler.java:900)
  at android.os.Handler.dispatchMessage (Handler.java:103)
  at android.os.Looper.loop (Looper.java:219)
  at android.app.ActivityThread.main (ActivityThread.java:8347)
  at java.lang.reflect.Method.invoke (Method.java)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:513)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1055)
2020-11-20 10:39:25 -05:00
samartnik fe04f03b0d [Android] Fixed crash when Tab Groups or Conditional Tab Strip are enabled 2020-11-20 10:11:01 -05:00
samartnik 2fe7d03a2f [Android] Fixed menu button state on transition from different
activities
2020-11-19 17:23:06 -05:00
AlexeyBarabash d700962bce Merge pull request #7188 from brave/qa_command_line
Support full command line for QA prefs (Android)
2020-11-18 22:27:20 +02:00
AlexeyBarabash 9339916915 Support full command line for QA prefs; fixes brave-browser#12428 2020-11-18 21:02:07 +02:00
Deep 48dcdaba14 Update connection check function 2020-11-18 12:02:43 -05:00
Deep e99906eab3 Update text size to fit 2020-11-18 10:44:44 -05:00
Deep 1044a27165 Update widget for no connection state 2020-11-18 10:43:02 -05:00
AlexeyBarabash 6b3a9ba38b Merge pull request #7016 from brave/android_p3a
Android P3A
2020-11-16 20:42:48 +02:00
AlexeyBarabash c2b39463ff Adjust P3A preferences for future onboarding 2020-11-16 14:36:38 +02:00
AlexeyBarabash cf414afae3 Android P3A informer for updated users 2020-11-16 14:36:38 +02:00
AlexeyBarabash e24c42dffe Made Android support brave_p3a_enabled gn argument 2020-11-16 14:36:38 +02:00
AlexeyBarabash b56afd6cb0 Checkbox for P3A in Android Settings=>Advanced=>Privacy 2020-11-16 14:36:38 +02:00
AlexeyBarabash 0c0dd8f86a Java support for P3A preferences 2020-11-16 14:36:38 +02:00
Deep ba18d95e8c Add check for unsupported regions
Update binance convert edge cases
2020-11-16 04:46:38 -05:00
ryanml 5c6cccffe9 Adding native method for checking Binance support 2020-11-15 11:36:39 -05:00
Deep 8bd03c4199 UPdate patch 2020-11-11 14:07:42 -05:00
Deep bb395531fc Hide keyboard for binance convert 2020-11-11 14:07:42 -05:00
Deep d061f03450 Update top site tile with dimension 2020-11-11 14:07:42 -05:00
Deep 6cec5f0b0f Update top sites when all sites are removed 2020-11-11 14:07:42 -05:00
samartnik 39636a8d73 [Android] Fix for menu buttons location
We set proper value on initialize of BraveToolbarLayout
2020-11-11 12:13:09 -05:00
Deep 87fd8f1295 Update welcome layout 2020-11-10 17:39:27 -05:00
Deep 93ab08e940 Update brave rewards onboarding
Add scrollview for brave rewards onboarding
2020-11-10 17:39:27 -05:00
Deep 4583b796b3 Add rewards onboarding modal
Update existing UI
2020-11-10 17:39:27 -05:00
Max Karolinskiy bd113bb469 [Android] Get around bytecode change in ToolbarManager. 2020-11-05 10:08:03 -05:00
Max Karolinskiy ef402fd5e3 [Android] ToolbarManager c'tor signature change.
Chromium change:

https://source.chromium.org/chromium/chromium/src/+/af730955

commit af7309559feae76c9f3368006c80f1290454c46a
Author: Yue Zhang <yuezhanggg@chromium.org>
Date:   Tue Nov 3 18:08:16 2020 +0000

    Hide tab strip when omnibox has focus

    Since TabGridDialog and omnibox both use the ScrimView from
    RootUiCoordinator, there will be a conflict when user try to open
    dialog from tab strip when omnibox is focused. This CL fixes this issue
    by suppressing tab strip when omnibox is focused and restoring
    visibility when omnibox loses focus.

    (cherry picked from commit 6630c45c96c137a767cbe345d34b61d3bd65cd79)

    Bug: 1096358
2020-11-05 09:23:16 -05:00
samartnik 356ff84b0b Merge pull request #7055 from brave/android_menu_buttons
[Android] Changed default value for menu from bottom
2020-11-04 16:31:24 -05:00
samartnik 3f0f152812 [Android] Changed default value for menu from bottom 2020-11-04 16:08:24 -05:00
samartnik e3bbb0912c [Android] Fixed feedback url in settings 2020-11-04 11:14:08 -05:00
Serg 172c3b0256 removes notification on Android on upgrade 2020-11-03 16:31:17 -05:00
samartnik 8f78c8fb25 Merge pull request #7042 from brave/android_search_engine_hide_url
[Android] Removed search engine shortcuts
2020-11-03 15:38:48 -05:00
samartnik 4e35d9b4e1 [Android] Removed search engine shortcuts 2020-11-03 14:02:53 -05:00
Deep ba0fe08205 Fix startpage SE on search onboarding 2020-11-03 11:43:30 -05:00
AlexeyBarabash 4b7352c0b7 Fixed crash on Android while show sync categories screen 2020-11-03 14:10:02 +02:00
samartnik fdd579ba86 Merge pull request #7002 from brave/android_menu_helper_crash
[Android] Fix crash on initializing menu helper
2020-10-30 17:18:09 -04:00
samartnik d6ebe1bbb5 [Android] Fix crash on initializing menu helper 2020-10-30 15:26:59 -04:00
samartnik da4301b694 [Android] TabbedRootUiCoordinator c-tor signature changed
Chromium change:
https://chromium.googlesource.com/chromium/src/+/8cf877295e4a4e3eae2150bb9de9020923dbe062

[Start] Fix: 3 dot menu of article does not work.

With this CL, we don't suppress bottom sheet in Start Surface any more.

(cherry picked from commit 5b6ee3adb257858f281b001f948a2a6b213f0208)

Bug: 1129746
2020-10-30 11:30:54 -04:00
AlexeyBarabash 2abcd6e011 Modified UI according to review 2020-10-29 10:30:16 +02:00
AlexeyBarabash 37a87c827f Allow delete other device only if remote device support that (Desktop)
Allow delete other device only if remote device support that (Android)
2020-10-29 10:30:15 +02:00
AlexeyBarabash c26d08b532 Removed needless calls SaveCodephrase/FinalizeSyncSetup 2020-10-29 10:30:15 +02:00
AlexeyBarabash 6d32852e53 Android client can remove itself from the sync chain when is deleted from other devices 2020-10-29 10:30:15 +02:00
AlexeyBarabash 7efc2acee8 Android browser can delete other devices in chain 2020-10-29 10:30:15 +02:00
samartnik 6e17ab380f [Android] Fix for menu location in CustomToolbar
Fixes the error in CustomToolbar that menu is shown from bottom.

Chromium change:
https://chromium.googlesource.com/chromium/src.git/+/ad4cf0623574d9d7ea517d0063cb054d98766964

Duet: Clean up unused classes and resources

Delete all the classes and resources left unused by
Duet (BottomToolbar).

Bug: 1081343
2020-10-28 14:04:02 -04:00
samartnik 761d3f1b57 [Android] TabUtils were updated
Change from master:
https://github.com/brave/brave-core/commit/4641e84065dbd5327f439edc117a563ee5243ba5

Update TabUtils
2020-10-28 14:04:01 -04:00