Skip to content

Releases: SingularityIndonesia/AndroidCodebase

v2.0.0-alpha1-20230827-08-debug

28 Aug 01:46

Choose a tag to compare

v2.0.0-alpha1-20230827-07-debug

27 Aug 15:19

Choose a tag to compare

v2.0.0-alpha1-20230827-07

27 Aug 15:12

Choose a tag to compare

fix build error

v2.0.0-alpha1-20230827-06-debug

27 Aug 14:39
068d47f

Choose a tag to compare

v2.0.0-alpha1-20230827-04-debug

27 Aug 13:52
068d47f

Choose a tag to compare

Add More Utils

  • Error Util
  • File Util
  • Intent Util
  • Compose Util for handling Lifecycle
  • Date Util

v2.0.0-alpha1-20230827-04

27 Aug 13:53
0a5301d

Choose a tag to compare

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

27 Aug 02:46
4607b79

Choose a tag to compare

add tactical example

v2.0.0-alpha1-20230827-03

27 Aug 02:46
9f4ba7a

Choose a tag to compare

Add tactical example

v2.0.0-alpha1-20230827-01-debug

27 Aug 02:10
00989cd

Choose a tag to compare

Debug version for 2.0.0-alpha1-20230827-01

v2.0.0-alpha1-20230827-01

27 Aug 02:09
3ae0b1f

Choose a tag to compare

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>> {
   ...
}