Commit Graph

1009 Commits

Author SHA1 Message Date
87ca6a1708 Fixed user photo loading in open notifications 2012-10-14 14:05:30 +02:00
6081d5960b Added NULL_VALUE constant for null values returned by the webservices 2012-10-14 14:04:43 +02:00
5e710d87fe Fixed accent problems and Float warnings 2012-10-14 11:06:07 +02:00
62a5b526e2 Updated APK 2012-10-14 10:54:48 +02:00
c37f565688 Updated APK 2012-10-14 10:53:36 +02:00
22e19afbce Now the user photo is downloaded only if there is a connection available 2012-10-14 10:52:20 +02:00
b1decc3aff Moved connectionAvailable() method from Module to Global class 2012-10-14 10:51:16 +02:00
644be39e30 Updated APK 2012-10-14 01:25:56 +02:00
33c58acda9 Added the user photo to Notifications Module. Now the user photo is
showed in open notifications when the photo exists and is public
2012-10-14 01:23:04 +02:00
376a92428c The "message sended" Toast doesn't shows the userNickname anymore when
it is empty
2012-10-14 01:20:03 +02:00
c56e6a3d05 Data extraction from loginByUserPasswordKey() webservice is done again
by field name
2012-10-14 01:18:00 +02:00
4882d5c7a5 Upgraded Android API version to 16 (Android 4.1) for APK building 2012-10-14 01:16:13 +02:00
7e4a72f650 Added new "userPhoto" field returned by the getNotifications()
webservice in notifications module
2012-10-13 20:56:15 +02:00
c117ced543 Fixed exceptions caused by obsolete field "name" (removed from "courses"
table" in earlier commits)
2012-10-13 20:54:22 +02:00
35633be6c2 Removed "name" field from "courses" table 2012-10-13 15:09:41 +02:00
5fc5654d57 Removed "name" field from "courses" table 2012-10-13 15:08:06 +02:00
80899de4c8 Updated Android DataFramework library. Removed the binary version and
added the latest source code version from GitHub
2012-10-13 14:55:49 +02:00
e9e7a97b87 Added missing javadoc packages info 2012-10-13 14:52:58 +02:00
Helena Rodriguez
ef6cdcb596 Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	SWADroid/src/es/ugr/swad/swadroid/model/DataBaseHelper.java
2012-10-13 14:34:43 +02:00
Helena Rodriguez
5631e62e27 Added upgrade of db to erase the obsoleted fields on tables Courses y
Groups. Exists a problem with the queries
2012-10-13 14:28:13 +02:00
7ea37d1d45 Fixed Float conversion warnings 2012-10-12 22:13:29 +02:00
c22a7a3236 Database is compacted at the end of the upgradeDB() method after all
database changes
2012-10-12 22:06:03 +02:00
e2065f383f Fixed wrong method name in the call to get the course groups in class
SessionsList
2012-10-12 22:03:41 +02:00
Helena Rodriguez
1f7a176419 changes on the database to add the new fields on groups and group types.
It is still incomplete.
2012-10-12 10:52:13 +02:00
Helena Rodriguez
38e345aff1 Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	.gitignore
	SWADroid/AndroidManifest.xml
	SWADroid/project.properties
	SWADroid/res/layout/list_items.xml
	SWADroid/res/values-es/strings.xml
	SWADroid/res/values/strings.xml
	SWADroid/res/xml/tables.xml
	SWADroid/src/es/ugr/swad/swadroid/Global.java
	SWADroid/src/es/ugr/swad/swadroid/SWADMain.java
	SWADroid/src/es/ugr/swad/swadroid/model/Course.java
	SWADroid/src/es/ugr/swad/swadroid/model/DataBaseHelper.java
	SWADroid/src/es/ugr/swad/swadroid/model/Group.java
	SWADroid/src/es/ugr/swad/swadroid/modules/Groups.java
	SWADroid/src/es/ugr/swad/swadroid/modules/attendance/Attendance.java
2012-10-02 20:26:36 +02:00
a69ac146b4 Merge branch 'release/0.9.3' into develop 2012-07-20 21:04:28 +02:00
709d94254b Bumped version 2012-07-20 21:03:27 +02:00
d0f5544043 Added folders support in server URL 2012-07-20 20:57:32 +02:00
43d2344a2f Added new ksoap2-android version 2012-07-20 20:55:53 +02:00
2c3b256891 Deleted old ksoap2-android version 2012-07-20 20:55:27 +02:00
ff80c27fc0 Bumped version 2012-07-10 18:51:29 +02:00
15e78c8e88 Merge branch 'release/0.9.2' into develop 2012-07-10 18:50:30 +02:00
c0f8395948 Bumped version 2012-07-10 18:48:54 +02:00
e20140fc10 camera.autofocus feature marked as optional in order to fix a device incompatibility issue in Google Play 2012-07-10 00:54:14 +02:00
3505b400bb Bumped version 2012-07-09 21:53:22 +02:00
e745a8e717 Merge branch 'release/0.9.1' into develop 2012-07-09 21:51:46 +02:00
8c5595cb92 Bumped version 2012-07-09 21:51:27 +02:00
bb40249a18 Fixed xlarge screens support (accidentally removed during last merge) and added android 4.1 compatibility 2012-07-09 21:47:16 +02:00
ae304ee8ad Improved server error messages 2012-07-08 19:53:39 +02:00
f8944b6be6 Added support for left and right spaces, left zeros, and first and last letter in user ID (DNI) 2012-07-04 00:34:15 +02:00
9a5fff7549 Merge branch 'release/0.9' into develop 2012-07-01 14:18:37 +02:00
c85e4b6cd6 Bumped version 2012-07-01 14:18:16 +02:00
51abaa089d Merged RollCall module code (requires Android 2.2 or higher). Added Android version checking in RollCall module call for compatibility with lower Android versions and in external files removal (DatabaseHelper) in order to fix a NoSuchMethod eception in lower Android versions. 2012-07-01 12:15:15 +02:00
a4d5f11aa4 Merged aguilerin/master branch 2012-06-27 01:34:03 +02:00
c83328555b Updated root 2012-06-27 00:56:21 +02:00
Antonio Aguilera
a350c08256 Finished rollcall module 2012-06-25 12:31:36 +02:00
Helena Rodriguez
3270c3b16f Added the new menu Enrollment for groups choice 2012-06-13 14:40:11 +02:00
74cf933b00 Updated to sync with local repo 2012-06-13 07:29:16 +02:00
Helena Rodriguez
5da67a8ee3 Added initial design for group choice 2012-06-12 15:39:46 +02:00
Helena Rodriguez
10fc4bd0dc changed the download of files into an asynchronous task with
notifications on status bar. The notifications should be improve because
they reduce the performance.
Added menu to open or modify files already downloaded
2012-06-06 15:44:40 +02:00