-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update LeakCanary to 2.10 #581
base: main
Are you sure you want to change the base?
Commits on May 16, 2023
-
Also added the now required "description" parameter when watching instances. Fixes uber#580
Configuration menu - View commit details
-
Copy full SHA for b6140c5 - Browse repository at this point
Copy the full SHA b6140c5View commit details -
Add KDoc on
ActivityLifecycleEvent
explaining ordering semantics.Also, a couple of minor fixes: - A small warning on `RibActivity` against importing `android.R`. - Replaces deprecated `String.toLowerCase()` and `String.capitalize()` with the equivalent `String.lowercase()` and `String.replaceFirstChar(Char::titlecase)`.
Configuration menu - View commit details
-
Copy full SHA for b0e4155 - Browse repository at this point
Copy the full SHA b0e4155View commit details -
Make use of
jvmToolchain
for compiling the project.This allows for a more repeatable, predictable build between different local configurations.
Configuration menu - View commit details
-
Copy full SHA for 5b9b66e - Browse repository at this point
Copy the full SHA 5b9b66eView commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 391d6dd - Browse repository at this point
Copy the full SHA 391d6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25adeff - Browse repository at this point
Copy the full SHA 25adeffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c58af - Browse repository at this point
Copy the full SHA 42c58afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d8eba - Browse repository at this point
Copy the full SHA 27d8ebaView commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e02191 - Browse repository at this point
Copy the full SHA 2e02191View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8587e79 - Browse repository at this point
Copy the full SHA 8587e79View commit details -
Merge pull request uber#597 from FranAguilera/deprecate_worker_worker…
…_binder Deprecate old worker
Configuration menu - View commit details
-
Copy full SHA for 1041460 - Browse repository at this point
Copy the full SHA 1041460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1930713 - Browse repository at this point
Copy the full SHA 1930713View commit details -
Include deprecated WorkerBinder dispatcher
- Define a dispatchers to be used on the now deprecated WorkerBinder/Worker within RibCoroutineConfig
Configuration menu - View commit details
-
Copy full SHA for 880bbb6 - Browse repository at this point
Copy the full SHA 880bbb6View commit details
Commits on Jun 15, 2023
-
uber#598 Fixing previous broken link https://eng.uber.com/new-rider-app with https://www.uber.com/blog/new-rider-app-architecture/
Configuration menu - View commit details
-
Copy full SHA for 789d7bf - Browse repository at this point
Copy the full SHA 789d7bfView commit details
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 66eac33 - Browse repository at this point
Copy the full SHA 66eac33View commit details -
Merge pull request uber#596 from FranAguilera/add_migration_api
Allow overriding default CoroutineDispatcher for WorkerBinder calls
Configuration menu - View commit details
-
Copy full SHA for 7e40711 - Browse repository at this point
Copy the full SHA 7e40711View commit details -
Merge pull request uber#600 from uber/FranAguilera-patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 2237947 - Browse repository at this point
Copy the full SHA 2237947View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ff4748 - Browse repository at this point
Copy the full SHA 5ff4748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26fe506 - Browse repository at this point
Copy the full SHA 26fe506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab3955 - Browse repository at this point
Copy the full SHA 3ab3955View commit details -
Merge branch 'add_rib_monitoring' of https://github.com/FranAguilera/…
…RIBs into add_rib_monitoring
Configuration menu - View commit details
-
Copy full SHA for 18ced24 - Browse repository at this point
Copy the full SHA 18ced24View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80c5846 - Browse repository at this point
Copy the full SHA 80c5846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ae582 - Browse repository at this point
Copy the full SHA 38ae582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 546ac78 - Browse repository at this point
Copy the full SHA 546ac78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 062b002 - Browse repository at this point
Copy the full SHA 062b002View commit details -
Change actionBlock declaration order
- Use MainScope for ApplicationLevelWorkerLogger demo - Add thread name to always keep track of original caller thread name
Configuration menu - View commit details
-
Copy full SHA for 747b831 - Browse repository at this point
Copy the full SHA 747b831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a42204 - Browse repository at this point
Copy the full SHA 5a42204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7009b81 - Browse repository at this point
Copy the full SHA 7009b81View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2edee91 - Browse repository at this point
Copy the full SHA 2edee91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f251b1 - Browse repository at this point
Copy the full SHA 7f251b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8201984 - Browse repository at this point
Copy the full SHA 8201984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5db8e - Browse repository at this point
Copy the full SHA 2a5db8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7983a - Browse repository at this point
Copy the full SHA 3e7983aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df34c7 - Browse repository at this point
Copy the full SHA 1df34c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee3aff2 - Browse repository at this point
Copy the full SHA ee3aff2View commit details
Commits on Jun 23, 2023
-
Merge pull request uber#601 from FranAguilera/continue_worker_depreca…
…tion Deprecate WorkerUnbinder
Configuration menu - View commit details
-
Copy full SHA for f6ca551 - Browse repository at this point
Copy the full SHA f6ca551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59014ba - Browse repository at this point
Copy the full SHA 59014baView commit details -
Merge pull request uber#599 from FranAguilera/add_rib_monitoring
Expose ribActionEvents stream
Configuration menu - View commit details
-
Copy full SHA for c1cf74c - Browse repository at this point
Copy the full SHA c1cf74cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5027731 - Browse repository at this point
Copy the full SHA 5027731View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b7555 - Browse repository at this point
Copy the full SHA c7b7555View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d945def - Browse repository at this point
Copy the full SHA d945defView commit details
Commits on Jul 17, 2023
-
Migrate from deprecated @JvmDefault to compiler option `-Xjvm-default…
…=all` Docs state that: > If you used the @JvmDefault annotation before, you can safely remove it and use one of the new modes. If you already used -Xjvm-default=enable, which generated only the default method implementations, you can now replace it with -Xjvm-default=all.
Configuration menu - View commit details
-
Copy full SHA for 36d2c13 - Browse repository at this point
Copy the full SHA 36d2c13View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5835f8e - Browse repository at this point
Copy the full SHA 5835f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de8f90 - Browse repository at this point
Copy the full SHA 2de8f90View commit details
Commits on Jul 26, 2023
-
Add
WorkerBinder.bind
overloads that take in anIterable
.`List` is not really needed and we restrict the API unnecessarily: all we need is an `Iterable`. For keeping binary compatibility, we also keep the overloads taking in a `List`.
Configuration menu - View commit details
-
Copy full SHA for 0d87f61 - Browse repository at this point
Copy the full SHA 0d87f61View commit details
Commits on Aug 7, 2023
-
Set view tree owners (uber#606)
* Set view tree owners in RibActivity#onCreate * Cleanup duplicate setting of view tree owners * Add more assertions
Configuration menu - View commit details
-
Copy full SHA for 9f6a215 - Browse repository at this point
Copy the full SHA 9f6a215View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea5c5c - Browse repository at this point
Copy the full SHA 0ea5c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 484a476 - Browse repository at this point
Copy the full SHA 484a476View commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d719af0 - Browse repository at this point
Copy the full SHA d719af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94fffa8 - Browse repository at this point
Copy the full SHA 94fffa8View commit details -
Update android/libraries/rib-base/src/main/kotlin/com/uber/rib/core/R…
…ibCoroutineWorker.kt Co-authored-by: Patrick Steiger <psteiger@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ff90ff - Browse repository at this point
Copy the full SHA 6ff90ffView commit details -
Merge pull request uber#607 from FranAguilera/rib_coroutine_bind
Add RibCoroutineWorker.bind that receives multiple workers
Configuration menu - View commit details
-
Copy full SHA for e6f98bd - Browse repository at this point
Copy the full SHA e6f98bdView commit details -
Merge pull request uber#608 from FranAguilera/change_as_worker_dispat…
…cher_to_default Change default CoroutineContext from empty to default for the RibCoroutineWorker<>Worker conversion
Configuration menu - View commit details
-
Copy full SHA for 1f8839b - Browse repository at this point
Copy the full SHA 1f8839bView commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0bf8a8 - Browse repository at this point
Copy the full SHA c0bf8a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a08e6 - Browse repository at this point
Copy the full SHA 09a08e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24e3ae7 - Browse repository at this point
Copy the full SHA 24e3ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b8aaf - Browse repository at this point
Copy the full SHA 25b8aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e2109 - Browse repository at this point
Copy the full SHA a6e2109View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa39761 - Browse repository at this point
Copy the full SHA fa39761View commit details -
Add
RibCoroutineWorker
factory method withCoroutineScope
as rece……iver. `RibCoroutineWorker` is already a functional interface; the purpose of this builder is to allow consumers to create a `RibCoroutineWorker` with `CoroutineScope` in receiver position. E.g. - Functional interface: ``` RibCoroutineWorker { scope -> scope.launch { ... } } ``` - This factory method: ``` RibCoroutineWorker { launch { ... } } ```
Configuration menu - View commit details
-
Copy full SHA for 31f4984 - Browse repository at this point
Copy the full SHA 31f4984View commit details
Commits on Aug 23, 2023
-
Merge pull request uber#609 from uber/tys/coroutines-1.7
Update coroutines 1.7.3
Configuration menu - View commit details
-
Copy full SHA for f88e1fe - Browse repository at this point
Copy the full SHA f88e1feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85cf3b3 - Browse repository at this point
Copy the full SHA 85cf3b3View commit details -
Also added the now required "description" parameter when watching instances. Fixes uber#580
Configuration menu - View commit details
-
Copy full SHA for 04a7f08 - Browse repository at this point
Copy the full SHA 04a7f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7316a - Browse repository at this point
Copy the full SHA 9f7316aView commit details