Commit Graph

1553 Commits

Author SHA1 Message Date
Alejandro Alcalde
0083804d0f Fix To support older versions than API 17 (project specifies 9) you should *also* add android:layout_marginRight=6dip 2014-08-09 09:58:31 +02:00
Alejandro Alcalde
e660f366c5 Fix To support older versions than API 17 (project specifies 9) you should *also* add android:paddingRight=?android:attr/scrollbarSize 2014-08-09 09:57:51 +02:00
Alejandro Alcalde
73a3b6bc95 Fix To support older versions than API 17 (project specifies 9) you should *also* add android:paddingLeft=16dip 2014-08-09 09:57:27 +02:00
Alejandro Alcalde
7b345810f9 Fix To support older versions than API 17 (project specifies 9) you should *also* add android:layout_alignLeft=@android:id/title 2014-08-09 09:56:49 +02:00
Alejandro Alcalde
68e59a78f8 Fix To support older versions than API 17 (project specifies 9) you should *also* add android:layout_marginRight=6dip 2014-08-09 09:56:08 +02:00
Alejandro Alcalde
2b53634b5d fix To support older versions than API 17 (project specifies 9) you should *also* add android:paddingLeft=16dip 2014-08-09 09:52:48 +02:00
Alejandro Alcalde
4d73414e5a To support older versions than API 17 (project specifies 9) you should *also* add android:paddingRight=?android:attr/scrollbarSize 2014-08-09 09:51:32 +02:00
Alejandro Alcalde
3ffe80e1e4 Fix <key> is not translated in <language> 2014-08-09 09:45:09 +02:00
Alejandro Alcalde
2f31b5a8a1 Fix <key> is not translated in <language> 2014-08-09 09:44:36 +02:00
Alejandro Alcalde
ebf7a844bd Fix <key> is not translated in <language> 2014-08-09 09:43:47 +02:00
Alejandro Alcalde
f05130f6e1 Added personal Blog for contributor to READme.md 2014-08-09 09:27:47 +02:00
Alejandro Alcalde
d56dd66b79 Ignore Lint for compile 2014-08-09 00:53:22 +02:00
Alejandro Alcalde
72a5d884e0 Fix This Layout view is useless (no children, no background, no id, no style) 2014-08-09 00:52:25 +02:00
Alejandro Alcalde
6a7c3ed3c4 Fix Use a layout_height of 0dp instead of 294dp for better performance 2014-08-09 00:50:45 +02:00
Alejandro Alcalde
71d42b02ea Ignoring Lint Errors in order to complie 2014-08-09 00:36:57 +02:00
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