Once icon indicating copy to clipboard operation
Once copied to clipboard

A small Android library to manage one-off operations.

Results 4 Once issues
Sort by recently updated
recently updated
newest added

Bug report: ``` This project uses AndroidX dependencies, but the 'android.useAndroidX' property is not enabled. Set this property to true in the gradle.properties file and retry. The following AndroidX dependencies...

Maybe my understanding is wrong, but it seems THIS_APP_VERSION and THIS_APP_INSTALL are backwards. The VERSION tag is using package lastUpdateTime... shouldn't it be using package versionCode? Install is date oriented,...

It would be really useful to retrieve a list of tasks that have been marked as done. Something like: `var doneTasks: List = Once.getAllDone()`

https://github.com/jonfinerty/Once/blob/bda5fa4309492d151f771ee870c6cfcc7ffed953/once/src/main/java/jonathanfinerty/once/PersistedMap.java#L54 There seem to be differences between the published artifact to the repository against what is pushed here. Please help to fix this. Thank you