Commit Graph

1571 Commits

Author SHA1 Message Date
Alejandro Alcalde
e4d9ead9ea Fixing downloads path 2014-08-07 18:56:26 +02:00
Alejandro Alcalde
cbe5154ed2 Fix call requires api level 9 (current min is 7) java.text.normalizer#normalize
In order to use normalize we need API >= 9. We've added a check, but it is neccesary
to add a fallback code for all devices with API < 9
2014-08-07 18:07:15 +02:00
Alejandro Alcalde
c194a03bb1 Creating download location in Constants 2014-08-07 18:06:50 +02:00
Alejandro Alcalde
81ed2a1d31 Changing default Download location 2014-08-07 17:45:13 +02:00
Jose Antonio Guerrero Aviles
2f28e4e7d2 Changed the Send button and added to the action bar (added new icons).
The user list is loaded correctly. The list is loaded correctly in the
target field. The message is sent successfully using this method.
2014-07-28 13:15:48 +01:00
Jose Antonio Guerrero Aviles
9eb0df17d4 Fixed some errors. 2014-07-24 18:40:20 +01:00
Jose Antonio Guerrero Aviles
e5af1c6359 Now messages show the users list. 2014-07-24 17:07:47 +01:00
Jose Antonio Guerrero Aviles
4652ea33a5 Changed messages screen and filters. Minor bugs fixed. Solved some
errors when select "respond message", now subject and reciever are added
correctly.
2014-07-24 14:43:35 +01:00
c55de81281 Now the background and foreground colors of the dialog boxes are adapted
to the default theme
2014-07-23 22:02:28 +02:00
a82994fe62 Now the group of unseen notifications expands on the method
refreshScreen
2014-07-23 21:58:16 +02:00
Jose Antonio Guerrero Aviles
1456b43e84 Changed some things at messages screen. Added 3 radio buttons and some
translations.
2014-07-23 14:23:00 +01:00
5b6fddc325 Fixed wrong id for string actionBarFilterUsers (wrong value was
actionBarFilterUser)
2014-07-22 17:17:46 +02:00
Jose Antonio Guerrero Aviles
e7c958034f modified users list view. Added buttons on action bar. 2014-07-22 13:12:07 +01:00
Jose Antonio Guerrero Aviles
d9f6e4d805 Edited message recievers text 2014-07-22 12:53:15 +01:00
Jose Antonio Guerrero Aviles
a8b9bb03ad Changed messages screen. Added icon into action bar 2014-07-22 12:51:08 +01:00
Jose Antonio Guerrero Aviles
309ccf4f9b Merge branch 'develop' of https://github.com/Amab/SWADroid into develop 2014-07-22 11:30:03 +01:00
bd89965b03 Added grouping of notifications (not seen, seen) 2014-07-20 20:12:51 +02:00
502421f9b9 Updated UML class diagram 2014-07-17 17:57:10 +02:00
72af1983c8 Fixed typo 2014-07-17 17:56:34 +02:00
9c92de4393 Removed Android-PullToRefresh reference 2014-07-16 23:57:42 +02:00
3e9a052fcc Removed Android-PullToRefresh reference 2014-07-16 23:54:05 +02:00
8e09a9352f Migrated from Android-PullToRefresh to SwipeRefreshLayout 2014-07-16 22:45:59 +02:00
fd5e2c3230 Updated Universal Image Loader library 2014-07-05 18:22:07 +02:00
0aca4a06b3 Moved database stuff to its own package 2014-06-01 13:47:22 +02:00
a6635fdfcd Closes #131 2014-06-01 13:46:13 +02:00
f76315a34a Refactored first run and upgrade code 2014-06-01 13:41:12 +02:00
2d3024175b Updated ksoap2-android library to version 3.3.0 2014-05-09 22:04:21 +02:00
Jose Antonio Guerrero Aviles
11b0334682 Merge branch 'develop' of https://github.com/Amab/SWADroid into develop 2014-05-05 20:48:41 +01:00
38139b352a Added OpenSWAD reference 2014-05-03 23:55:42 +02:00
ab75340f94 Removed mailing list reference 2014-05-03 23:53:00 +02:00
c1adaea927 Fixed a typo 2014-05-03 23:50:38 +02:00
cc206113d9 Added Universal Image Loader reference 2014-05-03 23:49:24 +02:00
278329d55f Removed old DownloadImageTask class 2014-05-03 19:27:00 +02:00
f9d4d5d165 Added image caching in open notifications 2014-05-03 19:23:36 +02:00
977ee8ebdd Fixed GUI error with summary in open notifications 2014-04-28 19:40:55 +02:00
Jose Antonio Guerrero Aviles
fa24d01ead Fixed some errors at messages 2014-04-28 13:13:35 +01:00
8382111913 Modified minimum password length in order to support old passwords 2014-04-27 18:38:45 +02:00
Jose Antonio Guerrero Aviles
44e7debe75 Fixed some strings references 2014-04-27 14:21:55 +01:00
Jose Antonio Guerrero Aviles
e3dfd74cb8 Fixed some strings refernces 2014-04-27 14:16:41 +01:00
Jose Antonio Guerrero Aviles
9d33167ebd Changed Messages module. Added new package with the messages. Added
users list screen and class. Added filter users list view and class.
2014-04-27 14:09:05 +01:00
Jose Antonio Guerrero Aviles
52b1749306 fixed some errors 2014-04-23 18:48:51 +01:00
Jose Antonio Guerrero Aviles
91f66f4b8c Changed messages screen and added new screens for show users list. 2014-04-23 18:04:15 +01:00
Jose Antonio Guerrero Aviles
9c1f0c9204 Changed messages module. Now messages are writing in a new layout, not
in a new dialog.
2014-04-23 15:11:41 +01:00
Jose Antonio Guerrero Aviles
7f3ef62bec Changing messages module 2014-04-23 10:20:51 +01:00
98f78be104 Updated BugSense library 2014-04-02 19:26:33 +02:00
8409131bc9 Merge branch 'release/1.0' into develop 2014-03-26 12:11:40 +01:00
25a5bb141a Bumped version 2014-03-26 12:11:07 +01:00
e98f86dd8a Completed Information module 2014-03-26 10:48:44 +01:00
Alejandro Alcalde
8a77ae2f30 Optimized notification item layout 2014-03-25 12:44:03 +01:00
Jose Antonio Guerrero Aviles
8f393d0165 Fixed some bugs at information module 2014-03-25 11:33:36 +01:00