Commit Graph
233 Commits
Author SHA1 Message Date
Deep 4191e1ba72 Update Widget UI with SR 2020-10-17 13:02:39 -04:00
Deep f2de780460 Update widget UI and refactor code 2020-10-17 13:02:39 -04:00
Deep adda3a7cce Strt working on rewards widget 2020-10-17 13:02:39 -04:00
Deep feb3ec4d2e Add widget edit page 2020-10-17 13:02:39 -04:00
Deep af8f03944c Add menu for widget
Add remove widget
2020-10-17 13:02:39 -04:00
Deep 61744b9222 UPdate UI on widget with more option 2020-10-17 13:02:39 -04:00
Deep 4a0bd55def Add widget indicators
Update layouts
2020-10-17 13:02:39 -04:00
Deep e6e034690a Remove privacy report from NTP 2020-10-17 13:02:39 -04:00
Deep 6b348011f3 Add adapter for widget on NTP
Add widgets to adapter
2020-10-17 13:02:39 -04:00
Deep 3241929f0c Add Verticle view pager
Reorganize cutom layout
2020-10-17 13:02:39 -04:00
Deep 26dd7fa216 Add crypto widget design first draft 2020-10-17 13:02:39 -04:00
Deep c7b5d142b6 Fix shields for fingerprinting v2 android 2020-09-25 03:52:40 -04:00
samartnik e3d6adc374 [Android] Fixes for lint errors
Fixes there 2 errors:
../../chrome/android/java/res/layout/new_tab_page_layout.xml:110: Error: Duplicate id @+id/search_provider_logo, already defined earlier in this layout [DuplicateIds]
                android:id="@+id/search_provider_logo"

../../chrome/android/java/res/anim/cycle.xml:2: Error: Suspicious namespace: should start with http:// [NamespaceTypo]
<cycleInterpolator xmlns:android="schemas.android.com/apk/res/android"
2020-09-11 14:45:34 -04:00
samartnik 60de48a04f [Android] Added new view for new tab page
This is is to avoid null pointer exception

Chromium change:
https://chromium.googlesource.com/chromium/src/+/efb886565e933f36643147e9c9ee7ce19dc17bce

Cryptids: Injecting view into NTP logo space

This adds a GIF view that will eventually be used for cryptid rendering.

The general approach is:
* The existing logo is wrapped in a FrameLayout with a new ViewStub.
* When we get a callback indicating that no doodle is present, the NTP
  requests a drawable from the PCR and injects it into an ImageView
  inflated from the ViewStub.

Out-of-scope for this CL is to actually populate the GIF image data; I
have been testing locally with a res/raw file read into a byte array.

Change-Id: Ib5deae5322856c9d8e8a68f0fd46cdb2aaadbe79
Bug: 1061949
2020-09-11 14:45:31 -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
Deep 1a1c6443bf Update privacy reports UI for tablet 2020-09-01 18:48:56 -04:00
Deep fdf0fb2f8a Update bottomsheet behaviour 2020-08-30 18:29:56 -04:00
samartnik bc02e552fb [Android] Removed option that offers translation 2020-08-28 15:36:25 -04:00
Deep Pandya 06911cc013 Merge pull request #6517 from brave/update_cross_prmo_model
Update cross promo modal
2020-08-27 20:45:11 -04:00
serg 03486729e3 adds enable web content dark mode on android option 2020-08-27 12:09:02 -04:00
Deep 11b9e76079 Remove url theme 2020-08-27 01:50:19 -04:00
samartnik 57213de94e [Android] Fix for Tab bar on tablet 2020-08-18 16:47:08 -04:00
samartnik 6042f9c8e7 [Android] Added ability to refresh publisher status 2020-08-17 09:52:03 -04:00
serg 5bcfd890c2 adds vlog preference 2020-08-14 15:54:19 -04:00
Nejc Zdovc ed12438b38 Merge pull request #6403 from brave/over-promotions
Over promotions
2020-08-13 09:56:06 +02:00
Deep aba00891ce Update Si banner text 2020-08-12 19:03:18 -04:00
NejcZdovc eb3a5baad8 Removes details button from android panel 2020-08-12 18:07:04 +02:00
Deep 84bba30fbd Add settings page for brave stats 2020-08-11 14:41:48 -04:00
Deep 39c911e805 Update UI for different devices 2020-08-11 14:41:48 -04:00
Deep 35595d0fe4 Update notification logic
Update onboarding v2 code
2020-08-11 14:41:48 -04:00
Deep 4fb42ada13 Add brave stats empty state 2020-08-11 14:41:48 -04:00
Deep 5319a7d027 Update Brave stats UI based on feedback
Update onboarding screen
2020-08-11 14:41:48 -04:00
Deep e5c94464cc Update Rewards panel onboarding icon 2020-08-10 22:17:03 -04:00
Max 58d7380e3d Merge pull request #6042 from brave/cr85
Upgrade from Chromium 84 to Chromium 85
2020-08-07 14:27:23 -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
Deep 4b94b55e15 Update decimal points in Bat value selector 2020-08-04 15:05:08 -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
Deep 26653c7b96 Update layout for brave stats warning page
Refactor onboarding
2020-07-30 03:28:22 -04: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
Deep 60437c3e74 Update UI with highlight view
Update existing UI accordingly
2020-07-30 03:28:16 -04:00
Deep 18ff2ce81c Add resources for existing onboarding
Update code for4 animated bg
2020-07-30 03:25:59 -04:00
Deep a624f40dfa Add highlighted view
Update code for highlighted view
2020-07-30 03:25:59 -04:00
Deep f375f0e077 Update Bravestats UI for onboarding v2
Update BraveNewTabPageLayout for CR84

Remove Search onboarding

Remove graph/chart library
2020-07-30 03:25:59 -04:00
Deep f3f889d08c Add Brave stats UI
Add datatable for saved bandwidth
2020-07-30 03:25:59 -04:00
Deep 0b988cd5fa Update NTP for stats icon
Update code with pref
2020-07-30 03:25:59 -04:00
Deep 3c36f42c00 Add stats icon 2020-07-30 03:25:59 -04:00
Deep 3772adfee1 Update brave stats for animation 2020-07-30 03:25:59 -04:00
Deep 1320f5f018 Update view pager with dark/light mode 2020-07-30 03:25:59 -04:00
Deep cdcc9bb884 Update view pager indicators
Add data table for brave stats

Update code for brave stats
2020-07-30 03:25:59 -04:00
Deep 2f12432340 Update newtabpage animation on page selection
Add third party library for graph/chart
2020-07-30 03:25:59 -04:00