Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I iOS application
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 155
    • Issues 155
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MemriMemri
  • iOS application
  • Merge requests
  • !116

UI Improvements & Bugfixes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Toby requested to merge toby-bugfix into dev Jun 21, 2020
  • Overview 0
  • Commits 23
  • Pipelines 11
  • Changes 59

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 a Text 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!
Edited Jun 21, 2020 by Toby
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: toby-bugfix