Commit Graph

1157 Commits

Author SHA1 Message Date
dbb914d785 Merge branch 'release/0.12.2' into develop 2013-06-19 08:28:40 +02:00
5b40a91ff1 Bumped version 2013-06-19 08:28:09 +02:00
2bcc87bac1 Fixed Eclipse project configuration 2013-06-19 08:13:40 +02:00
a1975071ea Updated ksoap2-android library with 3.0.1-SNAPSHOT version from git repository. 2013-06-15 12:45:38 +02:00
4e33cec0d4 Merge branch 'release/0.12.1' into develop 2013-06-09 21:32:59 +02:00
9879d58520 Bumped version 2013-06-09 21:32:40 +02:00
ca2ed4e22b Updated BugSense library 2013-06-04 00:21:30 +02:00
9a88a90c82 Fixes #15 #18 #22 #24 #26 #27 #28 2013-06-04 00:11:09 +02:00
11a3f68216 Updated BugSense library. 2013-06-03 22:15:22 +02:00
3c1a79d07a Fixed use of a deprecated attribute for a dynamically created layout. 2013-05-19 20:50:11 +02:00
d637a9382a Fixed a misspelling in errorBadAppKeyMsg string 2013-05-19 20:28:51 +02:00
914e7172ec Added list divider to single and multiple choice list layouts. 2013-05-19 20:09:29 +02:00
5573a458f7 Replaced the answers ListView with a LinearLayout in order to avoid issues with the parent ScrollView in TestMake 2013-05-19 17:07:08 +02:00
c9160d570d Replaced Vector class with ArrayList class for optimization purposes.
Optimized processing of downloaded tests configurations.
Fixed NullPointerException exceptions when inserting null values into not null database fields.
2013-05-19 12:58:35 +02:00
51c9a91325 Fixed activity restart on TestMake 2013-05-19 12:55:26 +02:00
2f30d94f35 Avoid overriding of synchronization user preferences on application upgrades 2013-05-19 11:04:51 +02:00
3b84b9062b Removed all references to University of Granada (UGR) in authors authors section 2013-05-19 10:32:38 +02:00
2bda70730e Added groups package description to Javadocs 2013-05-18 19:26:38 +02:00
29d1a9f52b Inspected and improved the source code with Android Studio 2013-05-18 19:14:41 +02:00
9e20dc57c4 Inspected and improved the source code with Android Studio 2013-05-17 00:04:35 +02:00
d972eaf6fe Added icons in more resolutions 2013-05-15 11:42:05 +02:00
2f3c1703e3 Added wsdl folder 2013-05-15 11:41:19 +02:00
3dd41ee453 Reverted to old ksoap2-android version in order to recover SoapFault
processing
2013-05-15 11:07:08 +02:00
c9729dadce Now handled exceptions are always shown in logcat 2013-05-03 17:52:45 +02:00
2f6bdfc8eb Added forumPostCourse notification type 2013-05-03 14:15:31 +02:00
580f10c838 Fixed IllegalStateException: Can not perform this action after
onSaveInstanceState.
Added WeakReference to activity in order to fix this issue.
2013-04-27 02:35:10 +02:00
477602c2b9 Modified NULL value detection 2013-04-27 02:33:31 +02:00
63e981157b Fixed NullPoiterException exceptions 2013-04-27 02:32:35 +02:00
3e564a7e2b Fixed NullPointerException exception in question feedback setter 2013-04-27 02:31:19 +02:00
c3f09dca0f Removed BugSense reports 2013-04-27 02:30:18 +02:00
d5796b7b27 Now the user input is maintained on rotation of the device 2013-04-27 02:04:58 +02:00
b79312360f Merge branch 'release/0.12' into develop 2013-04-20 16:57:42 +02:00
db4b0430b2 Bumped version 2013-04-20 16:56:54 +02:00
82031dde09 Changed block size to 16kb 2013-04-20 16:45:05 +02:00
9ca245f1f9 Disabled "Clean database" option 2013-04-20 16:44:24 +02:00
89b73778f5 Updated minimum required API to 8 (FROYO 2.2).
Updated Downloads Module. Added DownloadsManager for API >= GINGERBREAD.
Fixes #5. Fixes #8. Fixes #9. Fixes #10. Fixes #12.
2013-04-19 23:58:00 +02:00
4546f532cf Fixes #11 2013-04-19 18:06:11 +02:00
dd2747b6fd Fixes #6 2013-04-19 17:57:34 +02:00
e48027d8d0 Fixes #7 2013-04-19 17:55:54 +02:00
fd85a90b49 Added launcher icons for hdpi and mdpi resolutions 2013-04-19 17:54:22 +02:00
17b1860e5a Modified the fix for IllegalArgumentException exception. Removed
configChanges parameters from activity declarations in Manifest.
Implemented the deprecated onRetainNonConfigurationInstance() method
until the new GUI is ready. The new GUI will use retained Fragments
instead.
2013-03-28 19:13:15 +01:00
a8e46cfb8a Added all languages ​​that are present in SWAD 2013-03-27 08:32:23 +01:00
b1b8cf62a9 Merge branch 'develop' of git@github.com:Amab/SWADroid.git into develop 2013-03-26 22:01:48 +01:00
e2f637b351 Merge pull request #4 from elsudano/develop
Fixed title_pressed imagen
2013-03-26 14:01:21 -07:00
57f55d093a Fixed NullPointerException exception on QR code decoding. 2013-03-26 21:11:43 +01:00
0fc24ea59f Updated the regular expression for nickname validation. Added "@"
character at the beginning and adjusted the max length of the nickname.
2013-03-26 20:57:59 +01:00
3017c482dd Added module for offline QR code generation. The generated QR code
encodes the user ID.
2013-03-26 20:44:13 +01:00
6f5543e82a Updated icons for notifications 2013-03-26 17:53:28 +01:00
dd80fdd01d Updated translation 2013-03-26 17:48:09 +01:00
e492d1661f Added new notification types "documentFile", "sharedFile", "enrollment"
and "enrollmentRequest". Changed notifications icon.
2013-03-26 14:27:38 +01:00