Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2011-03-21 17:19:03 +01:00
parent 35437ffcaa
commit 0399cea8c8
3 changed files with 8 additions and 15 deletions

6
.gitignore vendored
View File

@ -3,8 +3,4 @@ SWADroid/default.properties
SWADroid/.classpath SWADroid/.classpath
SWADroid/.project SWADroid/.project
SWADroid/.settings/ SWADroid/.settings/
SWADroidTest/bin/ SWADroidTest/
SWADroidTest/default.properties
SWADroidTest/.classpath
SWADroidTest/.project
SWADroidTest/.settings/

View File

@ -1,3 +1,10 @@
## 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) ## 0.3 (2011-03-08)
* Added notifications module * Added notifications module

View File

@ -11,13 +11,6 @@ Android client for e-learning platform SWAD. This project is currently under hea
/libs/ Libraries required by SWADroid. /libs/ Libraries required by SWADroid.
/res/ Resources required by SWADroid. /res/ Resources required by SWADroid.
/src/ Source files. /src/ Source files.
SWADroidTest/ Android JUnit tests.
/LICENSE License file.
/gen/ Files autogenerated by IDE.
/res/ Resources required by SWADroidTest.
/src/ Source files.
Webservices/ Webservices implemented in SWAD server.
/LICENSE License file.
HISTORY.md Changelog file in GitHub markdown format. HISTORY.md Changelog file in GitHub markdown format.
README.md This file in GitHub markdown format. README.md This file in GitHub markdown format.
@ -29,8 +22,6 @@ Copyright (C) 2010, Juan Miguel Boyero Corral
[![Copyright and License](http://www.gnu.org/graphics/gplv3-88x31.png)][gplv3] SWADroid client is free software; you can redistribute it and/or modify [![Copyright and License](http://www.gnu.org/graphics/gplv3-88x31.png)][gplv3] SWADroid client is free software; you can redistribute it and/or modify
it under the same terms as [GPLv3][gplv3] license. it under the same terms as [GPLv3][gplv3] license.
[![Copyright and License](http://www.gnu.org/graphics/agplv3-88x31.png)][agplv3] SWADroid Webservices is free software; you can redistribute it and/or modify it under the same terms as [AGPLv3][agplv3] license.
[![Copyright and License](http://www.gnu.org/graphics/lgplv3-88x31.png)][lgplv3] [![Copyright and License](http://www.gnu.org/graphics/lgplv3-88x31.png)][lgplv3]
SWADroid uses [Android DataFrameWork][androiddataframework-library] library developed by [Javier Pérez Pacheco][androiddataframework-author] licensed under [LGPLv3][lgplv3]. SWADroid uses [Android DataFrameWork][androiddataframework-library] library developed by [Javier Pérez Pacheco][androiddataframework-author] licensed under [LGPLv3][lgplv3].
@ -54,7 +45,6 @@ The Github team has also been kind enough to write up some great [documentation]
[gplv3]: http://www.gnu.org/licenses/gpl.html [gplv3]: http://www.gnu.org/licenses/gpl.html
[agplv3]: http://www.gnu.org/licenses/agpl.html
[lgplv3]: http://www.gnu.org/licenses/lgpl.html [lgplv3]: http://www.gnu.org/licenses/lgpl.html
[mit]: http://www.opensource.org/licenses/mit-license.php [mit]: http://www.opensource.org/licenses/mit-license.php
[doc_contrib]: http://help.github.com/pull-requests/ [doc_contrib]: http://help.github.com/pull-requests/