This includes many different fixes, improvements, and visual changes
- Fix #267 (closed) and Fix #268 (closed) - edit button now works for rich text editor
- Fix #269 (closed) - Address text no longer blue
- Fix #277 (closed) - Grid does not start off the screen
- Fix #279 (closed) - labels now use variable height grid (ThumbnailRenderer)
- Fix #285 (closed) - Connect button in settings now behaving as expected
- Fix #287 (closed) Rich text editor now overrides font size. Needs further consideration on how we will handle headers etc.
- Fix #297 (closed) and Fix #298 (closed) - Swipe to delete now works
- Fix #266 (closed), Fix #280 (closed), Fix #302 (closed) - Search now handles keyboard correctly
- Fix #291 (closed) and Fix #292 (closed) - Keyboard now hidden on toggling navigation/context menu
- Fix #303 (closed) and remove extra divider from notes list view
- Fix #304 (closed) - fixed edge case where pressing backspace moved to end of text view
- Fix #314 (closed) - Debug console now using ASTableView
- Fix #316 (closed) - Support truncation of navigation title that is too long
- Temporary fix for #290 (closed)/#291 (closed) - removed
TextView
dependency that was not behaving as expected. Using MemriTextField in its place, but will need to add multi-line support - Use
EmptyView
when aText
item in CVU has a nil string - Fix
removeWhitespace
behaviour in CVU - Fix various bugs throughout the codebase
- Refactor showNavigation binding
- Rewrite Navigation/Context pane animations / gestures
- Add support for swipe-from-left to show navigation
- Improve search/filter panel layout
- Improve appearance of navigation
- Add support for
immediate
scheduling of UI-update for improved animation support - Fix ALL warnings throughout codebase. None left!