diff --git a/.gitignore b/.gitignore index 5b4ee85b..e422f7ba 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,4 @@ SWADroid/default.properties SWADroid/.classpath SWADroid/.project SWADroid/.settings/ -SWADroidTest/bin/ -SWADroidTest/default.properties -SWADroidTest/.classpath -SWADroidTest/.project -SWADroidTest/.settings/ +SWADroidTest/ diff --git a/HISTORY.md b/HISTORY.md index c7496b5c..f29199b4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) * Added notifications module diff --git a/README.md b/README.md index a6a14a98..ebce3607 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,6 @@ Android client for e-learning platform SWAD. This project is currently under hea /libs/ Libraries required by SWADroid. /res/ Resources required by SWADroid. /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. 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 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] 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 -[agplv3]: http://www.gnu.org/licenses/agpl.html [lgplv3]: http://www.gnu.org/licenses/lgpl.html [mit]: http://www.opensource.org/licenses/mit-license.php [doc_contrib]: http://help.github.com/pull-requests/