SWADroid/HISTORY.md

201 lines
4.7 KiB
Markdown
Raw Normal View History

2012-05-01 17:51:46 +02:00
## 0.8 (2012-05-01)
* Added automatic synchronization of notifications
* Added server URL configuration in preferences
2012-05-01 18:52:04 +02:00
* Added function to publish new notices (yellow notes) (only teachers)
2012-05-01 17:51:46 +02:00
* Integrated new SWAD roles system
* Adapted all Modules to work with a global actual course
* Improved visualization of notifications
* Integrated ZXing library for attendance module
* Added error handler for all modules
* Added rotating refresh image when updating notifications
* Updated ksoap2-android library
* Updated minimum SDK version to 7 (Android 2.1)
* Updated Market link
* Fixed date and time format
* Fixed uninplemented method error isEmpty() on earlier API versions
* Fixed HTML bug in location field of notifications
* Fixed br tag bug in notifications
2012-02-22 22:54:21 +01:00
## 0.7.2 (2012-02-22)
* Added notification alerts on status bar
* Added navigation ability for HTML links in notifications
* Added WebView activity for all notifications
2012-02-22 22:54:21 +01:00
* Improved query statements
2012-01-11 23:30:35 +01:00
## 0.7.1 (2012-01-11)
* Fixed rendering errors in marks function
* Improved rendering speed in marks function
2012-01-10 21:48:16 +01:00
## 0.7 (2012-01-10)
* Added marks function in notifications module
2011-12-09 14:36:40 +01:00
## 0.6.2 (2011-12-09)
* Added Blog URL to preferences screen
* Added Catalan language by Francisco Manuel Herrero Pérez
* Updated ksoap2-android library
* Reinitialized last course selected on database cleaning
* Minor changes on error messages
## 0.6.1 (2011-11-16)
* Added Google+ account to preferences screen
* Optimized database access
* Fixed menu operation in all activities
* Minor improvements
## 0.6 (2011-11-06)
* Added Android 4.0 compatibility
* Added sharing options to application menu and preferences
* Added clean database option to application menu
* Added name of SWAD's creator to author preferences
## 0.5.2 (2011-09-29)
* Optimized questions syncronization
* Added real names of receivers in sendedMessageMsg
* Fixed bug on test questions syncronization
## 0.5.1 (2011-09-26)
* Fixed bug in reply messages function
* Updated ksoap2-android library
## 0.5 (2011-09-26)
* Added messages module
* Minor fixes
## 0.4.5 (2011-07-08)
* Optimized questions syncronization
## 0.4.4 (2011-07-05)
* Added Write message function on main menu
* Updated ksoap2-android library
* Minor fixes
## 0.4.3 (2011-06-15)
* Minor fixes
* Improved tests GUI
## 0.4.2 (2011-06-15)
* Now not answered questions score as 0
* Now is allowed to uncheck a checked answer on T/F and unique choice questions
* Improved tests GUI
## 0.4.1 (2011-06-14)
* Allowed negative scores on tests
* Fixed bug on questions syncronization
## 0.4 (2011-06-13)
* Added tests module
* Updated ksoap2-android library
* Minor fixes
## 0.3.10 (2011-05-19)
* Added assignment, survey and unknown notifications
* Added empty notifications message
* Added forced relogin if connection time exceeds a certain period
* Added incorrect user or password error message
## 0.3.9 (2011-05-03)
* Fixed empty fields bug on notifications module
## 0.3.8 (2011-04-27)
* Fixed bug on cleaning old notifications
## 0.3.7 (2011-04-14)
* Fixed notifications bug in surname
## 0.3.6 (2011-04-13)
* Added notification details
* Added upgrade dialog
## 0.3.5 (2011-04-05)
* Improved GUI
* Improved performance
* Added action bar
* Added category organization on main menu
## 0.3.4 (2011-03-27)
* Improved GUI
* Fixed minor errors on error messages
## 0.3.3 (2011-03-27)
* Redesigned GUI
## 0.3.2 (2011-03-24)
* Added first run dialog
* Improved preferences screen
## 0.3.1 (2011-03-21)
* Added automatic saving of preferences
* Added automatic notifications cleaning when username or password changes
* Changed background colors of notifications
* Fixed compatibility issues with some devices
## 0.3 (2011-03-08)
* Added notifications module
* Added Android 3.0 Honeycomb compatibility
* Updated ksoap2-android library
## 0.2.2 (2011-01-18)
* Added connection check
* Added functions list to main activity
* Added first run configuration
* Added automatic termination of login module
* Added login successful message
* Fixed launcher icons
* Fixed Android 1.6 compatibility issues
* Updated ksoap2-android library
* Disabled application restart on orientation change
## 0.2.1 (2010-12-15)
* Added Android 2.3 Gingerbread compatibility
* Completed login module
## 0.2 (2010-12-08)
* Added auto logout when user id or password changes
* Added initial database
* Added Android JUnit tests project
* Added Android DataFrameWork license in README.md
* Removed install location for Android 1.6 compatibility
## 0.1.1 (2010-11-06)
* Added workaround for Android emulator bug
* Added background image to main activity
* Added development notice in README.md
* Added ksoap2-android license in README.md
* Minor fixes in main layout
* Established install location to auto
## 0.1 (2010-11-03)
* First release