Commit Graph

1186 Commits

Author SHA1 Message Date
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
90e0b88799 Added configuration of max limit of stored notifications on preferences
screen
2013-03-26 14:01:46 +01:00
elsudano
9216eb52da Fixed title_pressed imagen 2013-03-26 12:41:06 +01:00
4c7eab6716 Merge pull request #3 from elsudano/develop
Fixed title_pressed imagen
2013-03-25 16:12:11 -07:00
881fe89584 Added scroll for all the content of the question screen 2013-03-25 20:58:37 +01:00
elsudano
03d0502894 Fixed title_pressed imagen 2013-03-25 20:19:23 +01:00
171e62e621 Now devices with no rear camera can launch the Rollcall module in manual
mode.
2013-03-25 17:11:48 +01:00
6e5ee7b77b Fixed IllegalArgumentException exception on some activities when
changing orientation
2013-03-25 12:35:20 +01:00
d2c193f5c7 Changed position of question score 2013-03-23 13:13:24 +01:00
c5a422bcdc Added checkbox preference for enable/disable auto sync from preferences
screen.
2013-03-23 12:55:50 +01:00
2f1c3f0c10 Refactored code 2013-03-23 11:56:25 +01:00
cf7264abd9 Refactored code 2013-03-19 12:56:21 +01:00
3a98840765 Added new versions of BugSense and ksoap2-android libraries 2013-03-19 11:24:08 +01:00
1a9e9440cd Removed old versions of BugSense and ksoap2-android libraries 2013-03-19 11:23:45 +01:00
4f346cab15 Completed questions feedback and answers feedback in tests module 2013-03-18 13:03:10 +01:00
59fd193caa Merge branch 'develop' of git@github.com:Amab/SWADroid.git into develop 2013-03-17 21:23:33 +01:00
4f5f77bba5 Added periodic synchronization. Added synchronization interval selection
on preferences screen.
2013-03-17 21:23:12 +01:00
46c7a9e1e6 Added periodic synchronization. Added synchronization interval selection
on preferences screen.
2013-03-17 16:50:44 +01:00
14e9029122 Added questions feedback and answers feedback in tests downloads. The
new feedback is not showed yet in tests results.
2013-03-10 23:39:30 +01:00
89ec48ecaa Fixed wrong score calculation in multiple choice questions. The correct
answers not checked by the user are NOT an error and score 0 points.
2013-03-10 20:26:52 +01:00
4729f65ba3 Fixed non decimal keyboard type for decimal numbers on some devices 2013-03-10 20:06:42 +01:00
a623fa21f3 Disabled BugSense error reporting in isInteger method 2013-03-05 01:10:34 +01:00