Commit Graph

465 Commits (dependabot/gradle/androidxLifecycle-2.8.0)

Author SHA1 Message Date
lihenggui 32e1ec0447 Remove violations: property-naming
7 months ago
lihenggui f8f932705a Remove violations: discouraged-comment-location
7 months ago
lihenggui fb5bd225be Spotless
7 months ago
Simon Marquis f27a2e176e Reduce overall build complexity
7 months ago
Yuya e8f4537e7c Update thumbTrackSizePercent calculation for readability
7 months ago
Yuya 07d9877331 Update thumb movement range by thumb size, in app scrollbars
7 months ago
Ben Trengrove e62d70bf5a
Merge pull request #1067 from android/ben/itemstate
7 months ago
dahunsi e334a727c3 Fix typo in app scrollbars
7 months ago
Ben Trengrove 3142ecb495 Remove redundant mutable state
7 months ago
Ben Trengrove 22df321b9e Apply spotless
7 months ago
Ben Trengrove 72da8e2e56 Use custom Modifier.Node instead of background
7 months ago
Ben Trengrove d8880e98f0 Move state into a state holder and remove redundant Box
7 months ago
Ben Trengrove 01928d7df5 Move scrollbar changes out of composition
7 months ago
Simon Marquis caa482bc71 Kotlinify codebase
8 months ago
Simon Marquis 988002e692 Update Robolectric 4.11.1
8 months ago
Simon Marquis cf2d445362 Move Android instrumented test `ThemeTest` to unit test
8 months ago
Daniel Santiago c908f989c8 Update to Hilt 2.48.1 and use the KSP version
8 months ago
Mario Manhique b2c1c11218
Update MainDispatcherRule.kt
8 months ago
Adetunji Dahunsi 78573b8efc
Merge pull request #972 from tjmtic/now-update-888
9 months ago
Jonathan Koren 5482d81fdc fixed for PR 985
9 months ago
TM 2b84fafcf7 Merge remote-tracking branch 'upstream/main' into now-update-888
9 months ago
Simon Marquis 245723b5b2 Fix compiler warning: Remove single lambda parameter declaration
9 months ago
Adetunji Dahunsi 0287af8d9a
Merge pull request #947 from android/tj/staggered-grid-feed
9 months ago
TM 7fc67c2915 Update compose-runtime version; Update primitive mutable states to mutableState API where applicable
9 months ago
Don Turner a381d13199
Merge pull request #958 from McGalanes/main
9 months ago
Don Turner 301661ce86
Merge pull request #959 from McGalanes/convention-plugins-toml
9 months ago
dahunsi 1d0435832d Fix spotless
9 months ago
dahunsi beaa85739d Address PR feedback
9 months ago
Don Turner 6e96d30519
Merge pull request #912 from lihenggui/main
9 months ago
Minseong Kim 5612396290 Fit typo in SystemTrayNotifier.kt
9 months ago
Melwin Magalhaes 6247712064 Add convention plugins to version catalogs
10 months ago
Melwin Magalhaes b1266dc05a Use typesafe project accessors for project modules
10 months ago
dahunsi 77451779cd Use animateItemPlacement() on feed
10 months ago
dahunsi 8b759ae569 Fix spotless
10 months ago
dahunsi 03d2455f41 Use lazy vertical staggered grid in feed to maximize space utilization
10 months ago
Simon Marquis b2cd980170
Merge remote-tracking branch 'origin/main' into resource-prefix
10 months ago
Simon Marquis ebfe01affd Enforce `resourcePrefix` on Android library modules
10 months ago
Simon Marquis a33dafccad Migrate from `java` to `kotlin` sourceSet directory
10 months ago
Jose Alcérreca 151f877bbe
Adds screenshot tests to :core:designsystem (#931)
10 months ago
Don Turner d0909a9c8f
Merge pull request #925 from SimonMarquis/remove-dispatcher
10 months ago
Simon Marquis 0ddcf0b4ab Remove unnecessary dispatcher switch in `DefaultRecentSearchRepository`
11 months ago
Roy Matero 298f3ce4db
Merge branch 'android:main' into main
11 months ago
Simon Marquis c98e6236d5 Replace identical `InstantSerializer` with KotlinX datetime default serializer
11 months ago
Jose Alcérreca 5b79869324
Adds dark screenshot tests and fixes background colors in ForYou (#918)
11 months ago
Roy Matero 4e6cda1965 Renamed toggle function signature with boolean parameters
11 months ago
Milosz Moczkowski c57fb78fa7
Merge pull request #759 from SimonMarquis/lint/sarif
11 months ago
Jose Alcérreca 886158d3cb
Adds Screenshot testing with Roborazzi (#876)
11 months ago
lihenggui fcc49d141d Upgrade Gradle to v8.3
11 months ago
Milosz Moczkowski 928833fe5d
Merge pull request #889 from RivanParmar/main
11 months ago
Jose Alcérreca 6c0d6ad82e
Fixes icons size in onboarding and restores LocalInspection for images (#909)
11 months ago
Simon Marquis 0ced769999 Widen `isNotEmpty` with `isNotBlank` to potentially catch blank values
11 months ago
Simon Marquis 4a5ec5bd82 Update `var` with fake default value to the more "correct" `lateinit var`
11 months ago
Simon Marquis f1bc6f1226 Restore `Unknown` type as empty `String`
11 months ago
Simon Marquis c831dc673c
Fix broken text
11 months ago
Simon Marquis daa2228132 Restore original `type` labels
11 months ago
Simon Marquis 480d8e7d7c Fix missing removal
11 months ago
Simon Marquis 553b01fcb6 spotlessApply
11 months ago
Simon Marquis 0377fd8712 Replace `NewsResourceType` enum with simpler String type
11 months ago
Adetunji Dahunsi 153b34fd50
Merge pull request #850 from qamarelsafadi/loading-progress-for-image
11 months ago
RivanParmar 9e1d46e28c Rename SearchResult.kt.kt to SearchResult.kt
11 months ago
Don Turner 492697ce6b
Merge pull request #873 from SimonMarquis/misc-warnings
11 months ago
qamarelsafadi 308f51f87d Merge remote-tracking branch 'origin/loading-progress-for-image' into loading-progress-for-image
11 months ago
Qamar A. Safadi 2db3e0c804
Merge branch 'android:main' into loading-progress-for-image
11 months ago
qamarelsafadi 5d7e33d905 fix formatting
11 months ago
Don Turner 8901e5932a
Merge pull request #872 from SimonMarquis/data-objects
11 months ago
Don Turner 0e13207a40
Merge pull request #874 from SimonMarquis/string-decoder
11 months ago
qamarelsafadi f203e9a218 feat: replacing SubcomposeAsyncImage as its not recommended to use with lazyLayout
11 months ago
Qamar A. Safadi 5abc69fb49
Merge branch 'android:main' into loading-progress-for-image
11 months ago
Don Turner 4d0efef3b4
Merge pull request #879 from tatsuyafujisaki/rename-constants
11 months ago
AlirezaJoon a23ffab602 fix: add label to animations for fixing lint issue
11 months ago
Qamar A. Safadi 8aa0457ca9
Merge branch 'android:main' into loading-progress-for-image
11 months ago
Tatsuya Fujisaki 4eeb045287 Rename constants
11 months ago
Adetunji Dahunsi ec53d03854
Merge pull request #722 from android/tj/scrollbars
11 months ago
Simon Marquis e8449112b4 Replace StringDecoder injection with simpler API
11 months ago
Simon Marquis 4bdc9705af Fix miscellaneous warnings
11 months ago
Simon Marquis b7799f0475 Convert 'sealed' sub-object to 'data object'
11 months ago
qamarelsafadi 5bbcc904e9 feat: make painter in one line
11 months ago
qamarelsafadi 3595d8dcb5 feat: move the placeholder default value to the method
11 months ago
Qamar A. Safadi 9f3103c212
Merge branch 'android:main' into loading-progress-for-image
11 months ago
prosixe c779b4e8ca Typo fix for topics
12 months ago
qamarelsafadi e276212574 feat: remove check if placeholder null and put a default placeholder if its not passed.
12 months ago
qamarelsafadi 9c1ec17a39 fix: modifier to Modifier
12 months ago
qamarelsafadi 57025e7587 fix: review notes
12 months ago
qamarelsafadi 8a197800c5 feat: fix format issue
12 months ago
qamarelsafadi f4859e0bcd Merge remote-tracking branch 'origin/loading-progress-for-image' into loading-progress-for-image
12 months ago
Qamar A. Safadi 06e91fd623
Merge branch 'android:main' into loading-progress-for-image
12 months ago
qamarelsafadi a294adb6b9 feat: fix format issue
12 months ago
Adetunji Dahunsi 48041fcaa4
Merge pull request #835 from blackbracken/avoid_retrieving_unnecessary_entity
12 months ago
qamarelsafadi 7a05f7db96 feat: Show loading progress for Image Component as a solve for
12 months ago
qamarelsafadi 3284eb68a3 feat: Show loading progress for Image Component as a solve for
12 months ago
qamarelsafadi 42b16bf7be Merge remote-tracking branch 'origin/main'
12 months ago
Qamar Safadi ee8b70003d feat: Show loading progress for Image Component as a solve for
12 months ago
TJ Dahunsi 9babb50c58 Interact with scrollbar only if drag direction matches scrollbar orientation
12 months ago
TJ Dahunsi e13e84c155 Replace usages of 'displacement' to 'moved' in parameter names
12 months ago
TJ Dahunsi 806726a7f0 PR feedback
12 months ago
TJ Dahunsi eeb4973265 PR feedback
12 months ago
TJ Dahunsi 2dba522663 Check if first item size == 0
12 months ago
TJ Dahunsi cb1d50e65e Even better names
12 months ago
TJ Dahunsi ce6eaa9d64 Fix spotless
12 months ago
TJ Dahunsi 4858167b24 Added clarifying comments to code and used better variable names
12 months ago
TJ Dahunsi bda31e9d15 Default scrollbars to dormant
12 months ago
TJ Dahunsi d6a265093d Extract scrollbar values to constants
12 months ago
TJ Dahunsi 795c5e32a9 Add hoverable to scrollbar
12 months ago
TJ Dahunsi 31b4841cb2 Add scrollbars to app
12 months ago
Márton Braun 56389cb760
Merge pull request #752 from SimonMarquis/kotlin-1.9.0
12 months ago
Simon Marquis f7ed38182d Add protobuf generated sources to the sourceSets
12 months ago
blackbracken b570be2abb reformat by spotless
12 months ago
blackbracken e9a16e437d add kdoc for getNewsResourceIds
12 months ago
blackbracken 805914dade Call getNewsResourceIds instead of getNewsResources
1 year ago
Milosz Moczkowski 7b6c3a16ca
Merge pull request #823 from ahmed-madhoun1/allow_localised_date_format
1 year ago
Don Turner b2a74ba174
Merge pull request #812 from Askeri-Muhendis/main
1 year ago
TJ Dahunsi c4686cfa54 Track when deep link notifications are opened
1 year ago
ahmedmadhoun1 3114b2eeaa Allow localised date format
1 year ago
Simon Marquis d136965a0d Merge branch 'main' into lint/sarif
1 year ago
İbrahim Ethem Şen 6271d1c4c0
Merge branch 'android:main' into main
1 year ago
İbrahim Ethem Şen 56f8a27132 Kotlin coding conventions places companion object at the bottom of the class
1 year ago
Tomáš Mlynarič 8e1e994bb1 Add named arguments
1 year ago
Tomáš Mlynarič 4a8a43551a Add contentType to news feed
1 year ago
Simon Marquis 8e708cca05
Merge branch 'main' into lint/sarif
1 year ago
James Rose 7826b4f5f2
Merge pull request #748 from SimonMarquis/fix/permissions
1 year ago
Adetunji Dahunsi 890c0f5769
Merge pull request #776 from SimonMarquis/fix/714
1 year ago
Simon Marquis 27154ef38a Apply changes from review comments
1 year ago
Miłosz Moczkowski 479a2f00b0 Refactor icons
1 year ago
Milosz Moczkowski 1345764649
Merge pull request #770 from android/refactor/remove_unused_statements
1 year ago
Simon Marquis fecab96e4c Keep track of matching `Network`s inside `NetworkCallback`
1 year ago
Miłosz Moczkowski 99094199bc Remove redundant suppressions
1 year ago
Miłosz Moczkowski 5bf66739bd Remove redundant statements
1 year ago
Simon Marquis 9aba5cc0fe Cleanup unused string resources
1 year ago
Simon Marquis 8ea9a8fa51 Android Lint improvements
1 year ago
Adetunji Dahunsi f914254414
Merge pull request #749 from android/tj/reactive-only-dao
1 year ago
Don Turner d319264ef0 Provide Default dispatcher for instrumented tests
1 year ago
Don Turner b245334a18 Updating TestDataStoreModule to use ApplicationScope
1 year ago
TJ Dahunsi dcc36b0228 Fix tests
1 year ago
Don Turner 4cdb5963a0 Add top level application scope, use IO dispatcher for DataStore
1 year ago
TJ Dahunsi cd6ad7d575 Ensure DAO exposes only reactive types
1 year ago
Simon Marquis 823c4db201 Grant `POST_NOTIFICATIONS` permission in more instrumented tests
1 year ago
Don Turner f87e769b7d
Merge pull request #681 from SimonMarquis/di/coroutine-scope
1 year ago
Neelansh Sahai bbdc62cbf4
Merge pull request #706 from gururani-abhishek/remove-onItemClick-parameter
1 year ago
Alex Vanyo 76b0b08121 Adjust JDK setup to remove toolchain
1 year ago
Milosz Moczkowski e38e24eee9
Merge pull request #583 from SimonMarquis/jvmToolchain
1 year ago
Adetunji Dahunsi ba1d9e14df
Merge pull request #716 from SimonMarquis/SimonMarquis-patch-3
1 year ago
Don Turner a4eab289df
Merge pull request #719 from android/add-search-analytics
1 year ago
James Rose 2f2dfb00a4 Mark all news resources read on first sync
1 year ago
Don Turner 0e40e26f22 Add analytics for search queries
1 year ago
Simon Marquis ec9155fef9
Update ConnectivityManagerNetworkMonitor.kt
1 year ago
Simon Marquis 7819a0c6bc
Extract common code to update the Flow value
1 year ago
Simon Marquis def5c4e881
Update ConnectivityManagerNetworkMonitor.kt
1 year ago
Simon Marquis 76c249a651
Update ConnectivityManagerNetworkMonitor.kt
1 year ago
Simon Marquis f34ee1c01b
Update ConnectivityManagerNetworkMonitor.kt
1 year ago
Simon Marquis de6545f5d7
Simplify handling of nullability in `ConnectivityManagerNetworkMonitor`
1 year ago