Commit Graph

212 Commits (tj/manual-sync)

Author SHA1 Message Date
mlykotom 7db33aa041 Refactor naming according to convention
2 years ago
mlykotom 867cc549cd Update BLP
2 years ago
Masood Fallahpoor 22b8f782eb Make functions 'shouldUseDarkTheme' and 'shouldUseDarkTheme' private
2 years ago
mlykotom eea70382d6 Fix code style
2 years ago
mlykotom 7ebc718ca0 Enable R8
2 years ago
mlykotom 6c1f8394d9 Fix flavors change
2 years ago
Milosz Moczkowski fe32e90cdd
Merge pull request #412 from SimonMarquis/patch-2
2 years ago
Milosz Moczkowski 06dac236fe
Merge pull request #420 from SimonMarquis/patch/kotlin-test
2 years ago
Don Turner df6207122d
Merge pull request #326 from MaximillianLeonov/redundant-label-on-activity
2 years ago
Don Turner c7859d3c3c
Merge pull request #324 from MaximillianLeonov/unused-color-resources
2 years ago
Simon Marquis 90dc300783 Migrate from JUnit assertions to Kotlin's test framework
2 years ago
Simon Marquis 18e58678e3
Merge branch 'android:main' into patch-2
2 years ago
Simon Marquis e050c22c88
Remove test dependency from `implementation` configuration, fixes #411
2 years ago
Don Turner d616bf3a42 New version to trigger new build on server
2 years ago
Don Turner de403be3c4 Update app version
2 years ago
Don Turner a9aa3eafab Add data from the last 10 episodes
2 years ago
Ben Weiss 0171971dc7
Merge pull request #316 from android/bw/gradleCleanup
2 years ago
Ben Weiss 3ab6002531
New baseline profile
2 years ago
Yura Laguta de893cbad7 Resolves #206, enables predictive back navigation support
2 years ago
Don Turner 505187482b Add workaround for top app bar overlapping nav rail
2 years ago
Don Turner 1c6c812b76
Update app/src/main/java/com/google/samples/apps/nowinandroid/ui/NiaApp.kt
2 years ago
Don Turner dbff140b64 Fix minor issues
2 years ago
Don Turner e5183e21e0 Resolve conflict with navigation changes from main
2 years ago
Don Turner 76daa393b1 Address review feedback from Manu
2 years ago
Don Turner 0d5dd944ea Fix getter for settings dialog state
2 years ago
Don Turner 828242dbad Remove Scaffold from top level screens
2 years ago
Don Turner f59da72383 Add comment about splashScreen.setKeepOnScreenCondition
2 years ago
Don Turner 5e4100fafc Add MainActivity view model
2 years ago
Don Turner c3f7870412 Fix spotless issues
2 years ago
Don Turner 56c0645816 Add tests
2 years ago
Don Turner d42881e5d4 Add UI architecture for Settings dialog
2 years ago
Don Turner 8c30ab9f80 Add settings module, refactor top bar
2 years ago
Don Turner b7500ea09b Fix typo
2 years ago
Don Turner add486a0ab Fix spotless issues
2 years ago
Alex Vanyo 7e3faad699 Add data logic for theme switcher
2 years ago
Manuel Vivo a0b22d8ed2
Updates Navigation approach with new guidance (#347)
2 years ago
Ben Weiss 7e6cb46436
Merge pull request #328 from android/bw/moreJankstats
2 years ago
Ben Weiss ee2e3db928
Add more jank tracking
2 years ago
Wojtek Kaliciński dcc23829d4 Migrate packages to namespaces in build files
2 years ago
Ben Weiss 348e2cc6f4
Shorten navigation trace, fixes #271
2 years ago
Maximillian Leonov f16b698ba6
Remove redundant label on activity
2 years ago
Maximillian Leonov 73a9960cbd
Remove redundant unused color resources
2 years ago
Don Turner 6351a89545
Merge pull request #310 from android/documentation/dep_graphs
2 years ago
Adetunji Dahunsi c4debb74e7 Give feedback when syncing on ForYouScreen
2 years ago
Milosz Moczkowski 06e60063b5 Add dependency graphs to every module
2 years ago
Alex Vanyo 9be6e846d9 Apply spotless
2 years ago
Alex Vanyo 738210166a Refine backgrounds and navigation colors
2 years ago
Alex Vanyo 8c11769622 Update to material3 1.0.0-beta03 wih built-in insets support
2 years ago
Wojtek Kaliciński 4683918cc7 Move spotless to init script
2 years ago
Wojtek Kaliciński d0cff2b11c Build cleanup
2 years ago
Alex Vanyo d6555cbaa5
Merge pull request #269 from android/av/compose-tracing
2 years ago
Alex Vanyo a60687ae73 Update Kotlin, Compose and add runtime-tracing
2 years ago
madroid c35699280e Move 'feature-' module to feature subfolder
2 years ago
madroid 3bd81154b5 Move 'core-' module to core subfolder
2 years ago
Jolanda Verhoef a37c06db10
Merge pull request #231 from android/jv/app-icon
2 years ago
Jolanda Verhoef bcdc906f3a Add round icon again for API 25.
2 years ago
Jolanda Verhoef f00cae012f Add monochrome to v26 app icon, remove round icon (as per documentation: You may also define an icon drawable resource using the android:roundIcon attribute—but only if you require a different icon asset for circular masks, for example in a case where your branding relies on a circular shape.)
2 years ago
Alex Vanyo 73cd535695 Fix dark mode system icons
2 years ago
Jolanda Verhoef f851141b0d Add v33 launcher icon with support for adaptive icons
2 years ago
Jolanda Verhoef 152d571847 Update app icon using Image Asset Studio
2 years ago
Alex Vanyo e0687e9aae
Merge pull request #217 from android/av/splash-screen
2 years ago
Alex Vanyo 200aede1c7 Rename NightAdjusted.Splash to NightAdjusted.Theme.Splash
2 years ago
Ben Weiss 8587ae8ee6
Merge pull request #219 from android/bw/metricsUpdate
2 years ago
Ben Weiss 6dc17126da
Update JankStats to 1.0.0-alpha03
2 years ago
Alex Vanyo 063965c9cd Add splashscreen integration
2 years ago
Alex Vanyo 4523129fd4 Remove non-Compose material
2 years ago
Jolanda Verhoef 40cf1b8171 [NiA] Implement LazyVerticalGrid for Feed
2 years ago
Jolanda Verhoef 37ad3e6299 Merge remote-tracking branch 'github/main' into jul22automerger
2 years ago
Manuel Vivo ea07e97a07 Add more KDocs and nav args encoding
2 years ago
Manuel Vivo 872a7a6523 Make the state holder stable
2 years ago
Manuel Vivo 0eee3620b8 Add state holder for NiaApp composable
2 years ago
Don Turner 34411e3f70 Merge remote-tracking branch 'github/main'
2 years ago
Jolanda Verhoef c4110e33c6 [NiA] Add Saved functionality
2 years ago
Ben Weiss efb76d4941
Merge branch 'main' into bw/initialMetrics
2 years ago
Ben Weiss 9f929944d0
Address review comments
2 years ago
Ben Weiss c3ca38d31d
Remove redundant dependency
2 years ago
Ben Weiss 6509b6ac9d
Merge branch 'main' into bw/initialMetrics
2 years ago
Tomáš Mlynarič a4e7488888 Update baseline profile
2 years ago
Tomáš Mlynarič b2569c1576 Add testTag to access composables from UiAutomator
2 years ago
Tomáš Mlynarič 2407a1d4b4 Fix debuggable build types
2 years ago
Jolanda Verhoef 90480286c9
Merge pull request #68 from RivanParmar/main
2 years ago
Nick Rout d05b573f52 Improve design system usage and add lint checks
2 years ago
Rivan 334a6d07b3 Fix SpotlessApply.
2 years ago
Ben Weiss fa16a25ac8
Merge branch 'main' into bw/initialMetrics
2 years ago
Rivan Parmar 09e0aed124
Merge branch 'android:main' into main
2 years ago
Renovate Bot 22c5668133
Update dependency org.objenesis:objenesis to v3
2 years ago
Jolanda Verhoef 2f35893b2e Merge remote-tracking branch 'github/main'
2 years ago
Ben Weiss 42878c5e86
Move JankStats metric gathering further down
2 years ago
Ben Weiss da79a98876
Update baseline profile and generation logic (#61)
2 years ago
Ben Weiss e949749073
Merge branch 'bw/initialMetrics' of github.com:android/nowinandroid into bw/initialMetrics
2 years ago
Rivan 747416ad84 Fix Navigation Bar in landscape mode.
2 years ago
Rivan 5032136784 Fix Navigation Bar in landscape mode.
2 years ago
Don Turner eb1973052d Add demo and prod product flavors. Remove staging variant.
2 years ago
Alex Vanyo b602abc263
Merge pull request #56 from sud007/fix/nia-naming-convention
2 years ago
Tomáš Mlynarič bc7270d6c4 Add JankMetricDisposableEffect
2 years ago
Tomáš Mlynarič a076a50010 Use rememberMetricsStateHolder for navigation
2 years ago
kbuilder 58fd7dcec0 Merge branch 'github/main'
2 years ago
Sudhanshu ea1114a337 Fix Bug #41
2 years ago
Simon Marquis 7813757393 Remove ClearRippleTheme CompositionLocal from NavigationBar
2 years ago
Ben Weiss a37c932898 Introduce view extension to track jank
2 years ago