[go: nahoru, domu]

  1. 6a67d1f Merge "Remote redundant usages of experimental annotation" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  2. e0e6c04 Propagate experimental annotation in PagingRx APIs by Dustin Lam · 3 years, 6 months ago
  3. bd0ff90 Remote redundant usages of experimental annotation by Dustin Lam · 3 years, 6 months ago
  4. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 6 months ago
  5. eb830bc Make PagingSource.getRefreshKey required by Dustin Lam · 3 years, 6 months ago
  6. 348fa7e Add Executor param to PagingData operators for Java by Dustin Lam · 3 years, 7 months ago
  7. 4cb6c2d Change all annotation-sampled dependencies to compileOnly. by Owen Gray · 3 years, 9 months ago
  8. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 3 years, 10 months ago
  9. 89b6048 Update annotation-experimental to support RequiresOptIn by Alan Viverette · 3 years, 9 months ago
  10. a7530b8 Introduce LibraryType. Minimal migration of existing code. by Owen Gray · 3 years, 10 months ago
  11. f746b46 Sample sources and bytecode jars now generated and published by Owen Gray · 4 years ago
  12. 29c2abf Add Executor param to async Guava operators by Dustin Lam · 3 years, 10 months ago
  13. a9fe325 Name Rx* async transforms consistently by Dustin Lam · 3 years, 10 months ago
  14. a003ad0 [GH] PagingData transformation functions by Simon Schiller · 3 years, 10 months ago
  15. 33ebdb9 Upgrade androidx to Kotlin 1.4 by Aurimas Liutikas · 3 years, 11 months ago
  16. eed9923 [GH] Add playground support for paging by Dustin Lam · 4 years ago
  17. ca69a97 Fix lint errors in paging:samples by Dustin Lam · 4 years ago
  18. debb2cb Add suspend version of transform functions by Dustin Lam · 4 years ago
  19. 42709f8 Add Guava RemoteMediator samples by Dustin Lam · 4 years ago
  20. e237ef0 Add Rx RemoteMediator samples by Dustin Lam · 4 years ago
  21. 5c9567f Add helpers to PagingState for common item access with sparse pages by Dustin Lam · 4 years, 1 month ago
  22. 654beca Add Item/PageKeyedRemoteMediator samples by Dustin Lam · 4 years, 1 month ago
  23. dd7a076 Add additional samples for observing loadstate by Chris Craik · 4 years, 1 month ago
  24. 351934e Move paging3-rxjava2 constructs into androidx.paging.rxjava2 by Dustin Lam · 4 years, 1 month ago
  25. 5138b87 Merge "Add samples for page-keyed PagingSource and Page()" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  26. d662b47 Add samples for page-keyed PagingSource and Page() by Chris Craik · 4 years, 1 month ago
  27. fa82269 Use LoadStates in LoadStateListener public API by Dustin Lam · 4 years, 2 months ago
  28. c0650f2 Merge "Rename presentData as an overload of submitData" into androidx-master-dev by Dustin Lam · 4 years, 2 months ago
  29. 5dd7481 Rename presentData as an overload of submitData by Dustin Lam · 4 years, 2 months ago
  30. ef0c56c Add Kdocs for refresh() by Dustin Lam · 4 years, 2 months ago
  31. 998d70d Add fromRemote property to LoadState by Dustin Lam · 4 years, 2 months ago
  32. 937dfa9 Mark RemoteMediator as experimental API by Dustin Lam · 4 years, 2 months ago
  33. 9c71367 Rename START / END to PREPEND / APPEND by Dustin Lam · 4 years, 3 months ago
  34. 84cc490 Move PagingDataFlow extension to a proper object by Dustin Lam · 4 years, 3 months ago
  35. d87aafe Rename canRequestMoreData to endOfPaginationReached in MediatorResult by Dustin Lam · 4 years, 3 months ago
  36. fffe53c Merge "Rename hasMoreData to canRequestMoreData" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  37. 1b88e94 Rename hasMoreData to canRequestMoreData by Dustin Lam · 4 years, 3 months ago
  38. 2ed4785 Fix and enforce RxReturnValueIgnored errorprone warnings by Sergey · 4 years, 3 months ago
  39. c9cccb6 Actually make PagingState non-null in RemoteMediator.load by Dustin Lam · 4 years, 3 months ago
  40. 680c545 Add KDoc sample for RemoteMediator by Dustin Lam · 4 years, 3 months ago
  41. dd99a0a Revert "Disable unused features in AGP" by Andrea Falcone · 4 years, 3 months ago
  42. ad25632 Disable unused features in AGP by Aurimas Liutikas · 4 years, 3 months ago
  43. 4f1cfee Initial Network + DB support by Dustin Lam · 4 years, 4 months ago
  44. 798c50d Merge changes from topics "dustinlam/coroutines-134", "dustinlam/kotlin-137" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  45. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 4 months ago
  46. 38f3576 Merge "Update insertSeparator samples to use stream transformation" into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  47. 17e29be Update kotlin-coroutines to 1.3.4 by Dustin Lam · 4 years, 4 months ago
  48. 59c1797 Update insertSeparator samples to use stream transformation by Chris Craik · 4 years, 4 months ago
  49. 93a5783 ListenableFuturePagingSource sample by Chris Craik · 4 years, 4 months ago
  50. 78d9045 LoadStateAdapter sample code by Chris Craik · 4 years, 4 months ago
  51. 6db7cd7 Correct PagingSource Retrofit samples by Chris Craik · 4 years, 4 months ago
  52. 42d3048 Add PagingSource suspend and RX samples by Chris Craik · 4 years, 4 months ago
  53. 7621909 Fix Separators generics by Chris Craik · 4 years, 4 months ago
  54. feef695c Revert "Revert "Refactors sample module directory structure"" by Louis Pullen-Freilich · 4 years, 4 months ago
  55. 39594d7 Revert "Refactors sample module directory structure" by Sam Gilbert · 4 years, 4 months ago
  56. 80c5948 Refactors sample module directory structure by Louis Pullen-Freilich · 4 years, 4 months ago