-
Notifications
You must be signed in to change notification settings - Fork 3
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
Separate user-defined properties into dedicated storage #8
Labels
Comments
3 tasks
Actually, before we start this issue we need that, too: ARK-Builders/arklib-android#51 |
If we need creation date, we need to implement this: |
Closed
shubertm
added a commit
that referenced
this issue
Oct 25, 2023
* Separating user meta-data * Fix duplicate class * Fix duplicate class * Fix duplicate class * Light theme * Fix saving note * Update filepicker dependency * Package prefixes are fixed * Move constants * Update arklib-android * Update app/src/main/java/space/taran/arkmemo/data/repositories/TextNotesRepo.kt Co-authored-by: Hieu Vu <[email protected]> * Update app/src/main/java/space/taran/arkmemo/data/repositories/TextNotesRepo.kt Co-authored-by: Hieu Vu <[email protected]> * Minor fixes * Fix NotesViewModel --------- Co-authored-by: Kirill Taran <[email protected]> Co-authored-by: Hieu Vu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After finishing ARK-Builders/arklib-android#79 we have
.ark/user/properties
subfolder in every root for keeping user-defined metadata a.k.a. properties.Now, it's possible to store fields like
title
separately from resource.This stabilizes resource ID — it won't change if we change title etc.
Related work:
The text was updated successfully, but these errors were encountered: