Releases: beradeep/whitehole
Releases ยท beradeep/whitehole
0.7
What's Changed
- fix r8 issues with crypto lib by @beradeep
- Add TR Locales by @mikropsoft in #17
- fix: import db backup by @beradeep in #19
- fix: imp strings should be untranslatable by @beradeep in #21
- update state handling mech by @beradeep in #22
- fixed file extensions by @tromshusky in #31
- minor bug fixes and ux adjustments by @beradeep
New Contributors
- @mikropsoft made their first contribution in #17
- @beradeep made their first contribution in #19
- @tromshusky made their first contribution in #31
Full Changelog: v0.6...v0.7
0.6
What's updated
- Migrate sensitive info to encrypted shared prefs
- Fix inconsistent corners on the
UidComponent
Full Changelog: v0.5...v0.6
0.5
What's Changed
Visual
- A lot of customization in
Settings
- Manually decide when & how frequently to backup (requested in #5)
- Automatic database export feature added (requested in #4)
-
Cloud
screen revamp (shows additional stats) - Performance improvements and a lot of bugs fixes
Architectural
- Separate db for local and remote photos
- Local photos now directly fetch from db, not mediastore
- Sync local db with mediastore, periodically & when app is launched
- initial Fastlane structures from IzzyOnDroid by @IzzySoft in #3