Skip to content

sturza/lockeeandroid

Repository files navigation

Lockee for Android

The app is a part of our IoT project designed for mobile access to our server, database and remote control of Arduino.

Changelog

(04/10/2016) [v 1.2.0] - Second official release

  • Changed to white theme
  • Updated connectivity
  • Improved UI and features
  • Prepared for contest finale

(08/09/2016) [v 1.1.0] - First official release

  • Added AsyncTask classes inside activites
  • Updated connection with the server
  • Updated interface
  • Prepared for live demo

(04/09/2016) [v 1.0.9] - Added features and updated server communication

  • Added feature for session share ID
  • Separated ID sharing into static and session
  • Updated interface

(30/08/2016) [v 1.0.8] - Added features and updated UI

  • Added activity for controlling a shared lock
  • Added ASyncTasks for controlling, verifying, generating an ID
  • Added menu items and more interaction
  • Enhanced login and register UI
  • Tweaked some code
  • Updated timing and fixed issues

(19/08/2016) [v 1.0.7] - Added features and updated interface

  • Added activity for controlling a lock
  • Added new assets and improved UI
  • Updated Overflow Menu
  • Updated conectivity with the database
  • Fixed connection issues
  • Resolved crashes and unexpected results
  • Updated self esteem

(16/08/2016) [v 1.0.6] - Additions and updated interface features

  • Added a ProgressDialog for the ASyncTask which retrieves the locks list
  • Added welcome screen and animation when the user registers an account
  • Added ToolTips
  • Updated interface and fixed issues

(10/08/2016) [v 1.0.5] - Connectivity features updated and fixed issues

  • Updated the login, register and verify connectivity
  • Covered all network or server errors
  • Updated loading splash screen and case of maintenance

(09/08/2016) [v 1.0.4] - Additions and updated features

  • Changed the method of requesting the list of locks from an Array of Strings to a JSONArray

(08/08/2016) [v 1.0.3] - Additions and updated features

  • Request of the user's locks from the database
  • Added a button for switching the lock's state
  • Added some extra listeners
  • Updated interface and visuals
  • Updated URLs

(06/08/2016) [v 1.0.2] - Additions and updated features

  • Loading splash screen at app launch
  • Updated interface and visuals
  • Added animations

(20/07/2016) [v 1.0.1] - First public release

  • Interface and visual features
  • Login into the database
  • Register an account to the database
  • Switch to main activity and save login state