Márton Braun
56b3c1d0b9
Merge pull request #468 from android/remove-stream-suffixes
...
Remove `Stream` suffixes
2 years ago
Alex Vanyo
5cd31c7a96
Merge pull request #466 from android/av/test-harness
...
Add accompanist/testharness for checking navigation UI
2 years ago
Márton Braun
e6c53a8aaa
Update baseline profile
...
Change-Id: Ida83e612d5595ea1d43f9105ac7e76f7db2f6caa
2 years ago
Márton Braun
9c22a7a4e7
Remove `Stream` suffixes
...
Change-Id: I45decae965d7e35289d3fa31fc58b8c463fbead1
2 years ago
Alex Vanyo
465d9aae06
Fix spotless
...
Change-Id: Ib46c68c765342d8c172cf2f224bb7f885803b483
2 years ago
Alex Vanyo
369cd33b7a
Add accompanist/testharness
...
Adds a usage of accompanist/testharnness to force a given DpSize for its content, overriding the density if necessary to ensure that the size is achieved. This allows testing UI at arbitrary sizes on arbitrary emulators, lessening the need for using multiple emulators at different sizes (and filtering tests) when Android-specific window size has been hoisted appropriately.
The initial test using it is a test for checking whether or not the navigation bar or navigation rail is being shown, and these tests can run on any emulator.
Change-Id: I315384e5eafac23a3cd6d3818d9828f6d3c1acfc
2 years ago
Tomáš Mlynarič
b425f9560d
Merge pull request #458 from android/tm/fix-benchmarks
...
Fix benchmarks
2 years ago
mlykotom
de49bc56a7
Revert "Custom startup benchmark"
...
This reverts commit 53648921bc
.
2 years ago
mlykotom
11e828a8f7
Revert "Latest alpha macrobenchmark"
...
This reverts commit 8f73117f6a
.
2 years ago
mlykotom
7db33aa041
Refactor naming according to convention
...
Change-Id: Id74e2495d5909e4978247e0d7edfb5621b2064ff
2 years ago
mlykotom
9c22af19eb
Rename variables
...
Change-Id: Iccfc7cdd76c8ad1c866eeff8d621952c3e9c4db6
2 years ago
Don Turner
8ae367f777
Merge pull request #463 from android/tm/fix-setup
...
Create hooks folder if doesn't exist
2 years ago
Don Turner
a01e0b1344
Merge pull request #461 from MasoudFallahpour/patch-1
...
Make functions 'shouldUseDarkTheme' and 'shouldUseAndroidTheme' private
2 years ago
mlykotom
53648921bc
Custom startup benchmark
...
Change-Id: Ib402e5d818843cd305344be8283c7fa135291abe
2 years ago
mlykotom
8f73117f6a
Latest alpha macrobenchmark
...
Change-Id: I440a9fc6eb3b2bb935112cba78385a0798dfa7b8
2 years ago
mlykotom
f61113be37
Merge branch 'main' into tm/fix-benchmarks
...
Change-Id: I314663e2544d13ff06952b864af360d6d6d7164f
2 years ago
mlykotom
8533db5a8f
Create hooks folder if doesn't exist
...
Change-Id: I3131646204447fe2ab41419df713ef1948983253
2 years ago
mlykotom
12c1f3feb5
Fix missing copyright
2 years ago
mlykotom
b9c89952f1
Revert capitalization + add suppress
2 years ago
mlykotom
a1d7a90766
Rename Flavor -> NiaFlavor
2 years ago
mlykotom
867cc549cd
Update BLP
2 years ago
mlykotom
3acf834c47
Comment out bookmarks actions
2 years ago
mlykotom
aad1ac2872
Comment out bookmarks actions
2 years ago
mlykotom
1a36ae50ef
Fix selecting authors
2 years ago
Masood Fallahpoor
22b8f782eb
Make functions 'shouldUseDarkTheme' and 'shouldUseDarkTheme' private
2 years ago
Alex Vanyo
2c35ee7344
Merge pull request #460 from Lonelywood/refactor/migrate-domain-namespace-to-gradle-file
...
Migrate package from core:domain to namespace in build.gradle file
2 years ago
mlykotom
eea70382d6
Fix code style
2 years ago
Marek Rzeźniczek
7e0a154489
Migrate core:domain namespace to build.gradle file
2 years ago
mlykotom
8f52fcdfe5
Add TODO with ReportDrawnWhen
2 years ago
mlykotom
1d23714e6d
Apply Spotless
2 years ago
mlykotom
169199e15e
Improve waiting for content
2 years ago
mlykotom
1eb3a28fe3
Fix at most
2 years ago
mlykotom
7ebc718ca0
Enable R8
2 years ago
mlykotom
62780f717f
Select random authors from the feed
2 years ago
mlykotom
2242b8a1dc
Fix waiting for content
2 years ago
mlykotom
8f42be517c
Fix fling gestures
2 years ago
mlykotom
6c1f8394d9
Fix flavors change
2 years ago
mlykotom
7187abb813
Remove profile installer from benchmarks
...
It needs to be in :app
2 years ago
mlykotom
c3d523afc6
Add release config to catalog to prevent AS complaining
2 years ago
Milosz Moczkowski
a70761f24b
Merge pull request #441 from android/refactor/remote_fake_data_source
...
Remove FakeDataSource
2 years ago
Milosz Moczkowski
9ddf45e12c
Merge pull request #358 from YuraLaguta/main
...
Fixes #341 Defines enter & exit animations for OverlayLoadingWheel on…
2 years ago
Yura Laguta
9dc969fe63
Fixes #341 Defines enter & exit animations for OverlayLoadingWheel on ForYouScreen
2 years ago
Mohsen Rzna
c19b8b9319
New empty bookmarks handling ( #443 )
...
* Added the png file for error state
This should be removed later - couldn't convert the design to vector from svg - there is a problem with the `<mask` tag.
* Added two new strings based on the Figma file
* Redesign and reimplementation for the empty BookmarksScreen along with two clarifying comments.
* Removed the png file and replaced it with vector
* Code refactor after code reviewing
Made contentDescription null, removed extra spaces and renaming for the Composable function as suggested.
* Moved the modifier after Text
* Added a space after the curly bracket to pass the Spotless check
* Spotless apply
* Simplify logic in Bookmarks screen
* Change order of composables in BookmarksScreen and add previews
* Refactor after code review
Removed the space before `if`, and changed the padding from 5 to 8dp.
Co-authored-by: Jolanda Verhoef <JolandaVerhoef@users.noreply.github.com>
2 years ago
Milosz Moczkowski
aa4d930c20
Merge pull request #386 from android/jv/topic-colors
...
Tint topic icons to theme's primary color
2 years ago
Don Turner
9fa3dadcfd
Fix comment
2 years ago
Adetunji Dahunsi
98ae49f759
Merge pull request #445 from android/tj/connectivityManagerFix
...
Check active network for connectivity state each time network changes
2 years ago
Adetunji Dahunsi
841f58ef26
Check active network for connectivity state each time network changes
...
Change-Id: I5d3eb0251f62a57a5767911167067d35aeec8e6a
2 years ago
Miłosz Moczkowski
6174a3a3ef
Spotless apply
...
Change-Id: Iaf82b44487f001417265ad97acfe6eea8dd6a78f
2 years ago
Miłosz Moczkowski
67fea35e6d
Replace networkJson and FakeAssetManager with FakeNiaDataSource in all repositories
...
Change-Id: Ibeb9fd09bd862000794f41edcddd2cea434a9bb1
2 years ago
Miłosz Moczkowski
e653b738d2
Remove FakeDataSource
...
Change-Id: I5e1486feeade67f0f7276458187694e684310ad3
2 years ago