Releases: SingularityIndonesia/AndroidCodebase
Releases · SingularityIndonesia/AndroidCodebase
v2.0.0-alpha1-20230827-08-debug
fix pluto-op only
v2.0.0-alpha1-20230827-07-debug
fix build error
v2.0.0-alpha1-20230827-07
fix build error
v2.0.0-alpha1-20230827-06-debug
Release Debug
v2.0.0-alpha1-20230827-04-debug
Add More Utils
- Error Util
- File Util
- Intent Util
- Compose Util for handling Lifecycle
- Date Util
v2.0.0-alpha1-20230827-04
Add More Utils:
- File Util
- Compose Util for handling lifecycle
- Error Util
- Date Util
- Intent util, open google navigation
v2.0.0-alpha1-20230827-03-debug
add tactical example
v2.0.0-alpha1-20230827-03
Add tactical example
v2.0.0-alpha1-20230827-01-debug
Debug version for 2.0.0-alpha1-20230827-01
v2.0.0-alpha1-20230827-01
Init Tactical Codebase
- Implement Context Receiver
- Add new tactical provider
- Deprecate Flow Provider
/** # New tactical provider **/
context (JobSupervisor)
fun <P : Payload, D : Any> ViewModel.provider(
operator: suspend (P) -> Result<D>,
retrial: Int = 3
): Lazy<Provider<P, D>> {
...
}