1
0
mirror of https://github.com/etesync/android synced 2024-11-15 20:38:58 +00:00
Commit Graph

659 Commits

Author SHA1 Message Date
R Hirner
a7e8221e26 Remove Debug settings activity
* remove debug settings activity; logging can now be enabled via adb setprop, since that's the default way of enabling verbose logs in HttpClient's Android flavour and adb is required for viewing the logs anway
* update i18n accordingly
2014-12-20 21:35:52 +01:00
R Hirner
0cc23e3ecf Merge with origin/master 2014-12-20 21:15:08 +01:00
R Hirner
661738c866 Merge remote-tracking branch 'origin/master' into android-studio
Conflicts:
	.gitignore
2014-12-20 20:40:28 +01:00
R Hirner
d56175652c Migrated to Android Studio/gradle
* moved all dependencies to gradle instead of shipping .jar files in the app/lib directory
* switched to official Android port of HttpClient instead of httpclientandroidlib
* new .gitignore and project files
2014-12-20 20:21:46 +01:00
rfc2822
760632302d Fiddling around with UI again and again and again … hoping for console-only mobile phones one day (fixes #386) 2014-12-07 12:58:50 +01:00
rfc2822
5b21cb4938 Use https links for davdroid.bitfire.at 2014-12-05 21:26:34 +01:00
rfc2822
03a64a43a3 Mark as compatible with Android 5.0 2014-12-01 01:17:01 +01:00
rfc2822
1ad25a748a Merge branch 'master' of github.com:bitfireAT/davdroid 2014-11-30 21:07:49 +01:00
rfc2822
51ac34790c Various bug fixes
* don't set left/right padding in list items (fixes #240)
* don't allow list headers to be selected (part of issue #355)
* version bump to 0.6.8
2014-11-30 21:04:59 +01:00
rfc2822
bc8d63f233 Bug fixes
* fix a bug in handling TXT records (hopefully fixes #383)
* fix invalid translation strings
2014-11-30 18:09:31 +01:00
rfc2822
9452204f5c Bug fixes
* fix a bug in handling TXT records (hopefully fixes #383)
* fix invalid translation strings
2014-11-29 22:52:51 +01:00
rfc2822
e98f0bd1ed Merge pull request #376 from pokoli/update_catalan_translation
Update catalan translation
2014-11-22 22:20:40 +01:00
Sergi Almacellas Abellana
dba35a5296 Update catalan translation 2014-11-22 18:20:19 +01:00
rfc2822
751e2eb5a4 Merge pull request #375 from gjtoth/master
Updated Hungarian translation.
2014-11-22 11:51:46 +01:00
jtg
4bf613c28b Updated Hungarian translation. 2014-11-22 00:54:32 +01:00
rfc2822
3e87f045d5 Merge pull request #372 from svetlemodry/master
Updated Czech translation
2014-11-19 13:03:12 +01:00
Jaroslav Lichtblau
3f1740bc1c Updated Czech translation 2014-11-18 20:50:22 +01:00
rfc2822
c8da282db0 Improve handling of unknown timezone definitions (should fix #333) 2014-11-15 13:49:38 +01:00
rfc2822
6f0b9421c1 Don't require # for calendar colors (see #136, closes #238) 2014-11-15 12:58:38 +01:00
rfc2822
4b250dcb66 Merge pull request #364 from phy25/values-zh-CN
Updated the Chinese Simplified translations
2014-11-14 20:39:19 +01:00
rfc2822
b6386c1b95 Merge pull request #365 from pejakm/srupd
Updated Serbian translations
2014-11-14 20:39:09 +01:00
Mladen Pejaković
378214f62a Oops... 2014-11-14 19:59:11 +01:00
Mladen Pejaković
c10fc6dfd1 [Translations] Update Serbian 2014-11-14 19:54:55 +01:00
phy25
cc1a1741f9 Updated the Chinese Simplified translations according to the simplified strings.xml. 2014-11-14 01:02:19 +08:00
rfc2822
83eecc0c72 Minor changes
* new icons with 3D effect as required in Android Iconography Guide
* target SDK version updated to 20
* replaced UI directions left/right by start/end for RTL support
* Show "unnamed calendar"/"unnamed address book" instead of "null" in "Select collections" fragment
* "Add account" button now directly adds DAVdroid account
* .svgz for "How DAVdroid interacts with other components" added to doc
2014-11-12 14:37:22 +01:00
rfc2822
cfc71542f5 Various fixes
* fix minor translation issue that caused DAVdroid to crash when showing an I/O error
* don't select TLS ciphers for Android 5.0+ (it has more secure default settings); closes #344
2014-11-09 19:58:07 +01:00
rfc2822
487509cb0c Add license info for dnsjava and some copyright notes 2014-11-08 17:57:14 +01:00
rfc2822
31f3fc80ef Merge branch 'master' of github.com:rfc2822/davdroid
Conflicts:
	res/values-hu/strings.xml
2014-11-08 17:38:27 +01:00
rfc2822
2e6a3efd25 Version bump to 0.6.7
* a few fixes for SRV service detection
* localization strings cleanup
* new policy for localization: translators are only mentioned on their own translation from now on
2014-11-08 17:32:54 +01:00
rfc2822
2f5622edaf CalDAV/CardDAV service discovery with SRV/TXT records
* Structural changes in the strings file (for translations)
2014-11-08 16:33:34 +01:00
rfc2822
d73f4c5937 Merge pull request #354 from gjtoth/master
Refined Hungarian translation.
2014-11-05 20:34:50 +01:00
jtg
4c2e66d44c Refined Hungarian translation. 2014-11-05 15:44:50 +01:00
rfc2822
8d4c353d8c Initial support for SRV/TXT service discovery 2014-11-04 23:04:24 +01:00
rfc2822
7bfcb2d8ad Merge pull request #347 from gjtoth/master
Attribution for translations added to the Hungarian version.
2014-11-04 09:06:25 +01:00
rfc2822
e3a7c7092e Version bump to 0.6.6 2014-11-03 20:24:10 +01:00
rfc2822
65376c2d42 Show Website icon in main activity only if there's enough room 2014-11-03 19:39:55 +01:00
rfc2822
58efd9ba03 Messing around with trailing slash again and again + tests (fixes #349) 2014-11-03 19:30:07 +01:00
jtg
fd4e5921ea Merge remote-tracking branch 'upstream/master' 2014-11-01 21:37:28 +01:00
jtg
6d9fc8734f Attribution for translations added. 2014-11-01 21:31:11 +01:00
rfc2822
7501f87d03 Merge pull request #346 from gjtoth/master
Hungarian translation added. Thanks to @gjtoth
2014-11-01 21:06:38 +01:00
jtg
4205bf34fd Hungarian translation added. 2014-11-01 19:58:34 +01:00
rfc2822
25c1a1ad51 Mention Chinese translator 2014-10-31 17:36:59 +01:00
rfc2822
69c94c8d93 Ensure trailing slash on user-given base URL (assuming users will always provide collections or base paths) 2014-10-31 17:32:16 +01:00
rfc2822
e9901f38f5 Set reasonable TLS settings
* disallow SSLv3
* allow more secure ciphers (closes #344)
* version bump to 0.6.5
2014-10-31 16:56:30 +01:00
rfc2822
b8a728bdb9 Add TLS cipher info to tests (see #344) 2014-10-31 15:39:12 +01:00
rfc2822
1ec1db3045 Ensure trailing slashes are always used for collections + tests 2014-10-31 15:29:00 +01:00
rfc2822
b2bd53f36f Merge branch 'master' of github.com:rfc2822/davdroid 2014-10-27 15:18:58 +01:00
rfc2822
3601678fe8 Use new ical4j version to fix timezone bug
* use ical4j 1.0.x-maintenance (self-compiled 27 Oct 2014)
* upstream fixes timezone bug (fixes #186)
* try to turn off the check for time zone updates because it's unnecessary in most cases (fixes #239)
* mention ical4j and its major version in generated iCalendars
* update to ez-vcard 0.9.6 from upstream
* version bump to 0.6.4
2014-10-27 15:14:49 +01:00
rfc2822
7cdf71fcdc Merge pull request #338 from phy25/values-zh-CN
Add Chinese Simplified translation. Thanks to @phy25
2014-10-18 15:19:47 +02:00
phy25
97ec7ca721 Added Chinese Simplified translation. 2014-10-18 19:41:15 +08:00