Skip to content

0.3.0

Compare
Choose a tag to compare
@rubengees rubengees released this 30 Jan 14:20
· 3097 commits to master since this release
  • Complete overhaul of how data is passed through the application. Benefits are:
    • Loading continues if the device is rotated
    • Eliminate possible exceptions if something is ready when the app is currently closing or changing orientation
  • Improvements concerning login
    • There is now a difference between "User is logged in" and "There is a user"
    • The user can choose if he wants to only sign in temporarily
    • Confirmation dialog for sign out
    • A Snackbar is presented to the user to log in if he is not logged in in the Conferences screen
  • Layout and UI improvements
    • Better Notifications
    • Updated to the new MaterialDrawer 5.0
    • Better readability for the SnackBar by choosing a lighter color for the action
  • Various minor clean ups and code improvements
  • Performance tweeks