Commit Graph

1538 Commits

Author SHA1 Message Date
Alejandro Alcalde
5ec1aee3aa Fix Calling getter method * on self is slower than field access (*) 2014-08-09 00:35:41 +02:00
Alejandro Alcalde
4cff4076cf Fix Calling getter method getDownloadDir() on self is slower than field access (download_dir) 2014-08-09 00:31:20 +02:00
Alejandro Alcalde
2ecf0324e3 Fix Calling getter method getDownloadDir() on self is slower than field access (download_dir) 2014-08-09 00:30:39 +02:00
Alejandro Alcalde
509adefc31 Fix Calling getter method isObligatory() on self is slower than field access (mObligatory) 2014-08-09 00:30:11 +02:00
Alejandro Alcalde
a8b904c5ec Fix Calling getter method getId() on self is slower than field access (mId) 2014-08-09 00:29:35 +02:00
Alejandro Alcalde
70fc4edb65 Fix Calling getter method getDb() on self is slower than field access (mDb) 2014-08-09 00:29:01 +02:00
Alejandro Alcalde
5dbddae952 Fix replace issue in getUserRole 2014-08-09 00:26:24 +02:00
Alejandro Alcalde
33f4284ba3 Fix Calling getter method getUserRole() on self is slower than field access (userRole) 2014-08-09 00:24:39 +02:00
Alejandro Alcalde
e4b916cb26 Fixing The id 'progress_refresh' is not defined anywhere. 2014-08-09 00:11:35 +02:00
Alejandro Alcalde
79a68d1b5f Fixing some Lint errors 2014-08-09 00:09:05 +02:00
Alejandro Alcalde
e661994ea7 Checking SD Card availability 2014-08-08 23:52:16 +02:00
Alejandro Alcalde
1f016cfacd Fix crash for open downloaded files with no apps to open with 2014-08-08 23:39:40 +02:00
Alejandro Alcalde
f17dd23f72 Fixing project properties 2014-08-08 20:38:30 +02:00
502f2b0eb1 Updated Android API to 9 (Android 2.3) and fixed Downloads path 2014-08-07 20:45:26 +02:00
Alejandro Alcalde
e3752daeeb Organize imports 2014-08-07 20:02:21 +02:00
Alejandro Alcalde
227a717ee5 Refactoring and cleaning code 2014-08-07 20:01:51 +02:00
Alejandro Alcalde
f88d908242 Do not re-download downloaded files fully working
If user try to download a file that is already downloaded, avoid the conexion and
open the local file (Only if the file is the same and has not changed its contents).

If there is not local file, download it.
2014-08-07 19:37:08 +02:00
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