Releases: steve1rm/NoteMark
Releases · steve1rm/NoteMark
Version 4.0.0
What's Changed
- Develop sync with master by @steve1rm in #25
- Updated SyncAllWorker to run periodically instead of one time by @steve1rm in #26
- reset loginuistate by @steve1rm in #27
- Develop to Master by @steve1rm in #28
- Updated
NoteListViewModelto observe database changes by @steve1rm in #29 - Persisted sync interval and displayed last sync time. by @steve1rm in #30
- Updated user's sync interval and last sync timestamp upon successful … by @steve1rm in #31
- Fixes the backbutton on the settings screen by @steve1rm in #32
- Fixes issue of not saving the sync setting for sync interval and sync data by @steve1rm in #33
- Fixes issue of not showing the sync data time after the sync has happened after a duration of time as passed since the last sync data by @steve1rm in #34
- Fixes issue of crash happening as there is no user in the room db. by @steve1rm in #35
- Uses PUT for the update method. There seems to be an issue with POST.… by @steve1rm in #36
Full Changelog: v3.0.0...v4.0.0
Version 3.0.0
What's Changed
- Implemented Note Details feature (including reader, viewer, editor modes) by @XDdevv in #10
- usmon/note-details-bug by @XDdevv in #11
- Note details screen's bug's been fixed (bug no. 1) its just about implementing toggle behavior to note detail modes by @XDdevv in #12
- usmon/connectivity-native-impl by @XDdevv in #14
- usmon/settings-screen-new-ui by @XDdevv in #13
- Implemented connectivity status's indicator in Notelist screen according requirements by @XDdevv in #16
- I've implemented logout only when theres a internet connectivity (feature). But please note that its gonna work kind of real-time, i mean the isConnected is being collected in real time which means if internet status changes current job's destroy and new one according state launched. by @XDdevv in #15
- usmon/settings-time-formatter-tests by @XDdevv in #18
- Implemented time formatter for Settings screen by @XDdevv in #17
- Save button was deleted also applied real-time saving logic but it has some issues by @XDdevv in #19
- Delete if empty feature implemented by @XDdevv in #20
- Auto-saving note issue solved (dirty solution) by @XDdevv in #21
- usmon/auto-save-issue2 by @XDdevv in #22
- usmon/note-list-update-fix by @XDdevv in #23
- Develop sync with master by @steve1rm in #24
Full Changelog: v2.0.0...v3.0.0
Version 2.0.0
What's Changed
- Delete note dialog and Note saved by @XDdevv in #5
- Implemented delete note dialog, and implemented logic for when note's saved navigate back to notes list screen, (*fixed one small bug in EditNoteScreen.kt) by @XDdevv in #6
- Update, Discard Note features've been implemented by @XDdevv in #7
- usmon/update-discard-feature by @XDdevv in #8
- Develop into master by @steve1rm in #9
Full Changelog: v1.0.0...v2.0.0