1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-07-08 23:26:29 +00:00

Commit Graph

  • b42a1621f8 Add missing files Loic Blot 2014-12-03 16:38:30 +01:00
  • e4767cd296 Update Play Store description for Android 5.0 Loic Blot 2014-12-03 15:16:41 +01:00
  • da768b4da3 Tag versions for translations and fix German encoding issue Loic Blot 2014-12-03 14:39:50 +01:00
  • 281caa7773 Add translation version to improve translation modification milestones Loic Blot 2014-12-03 12:47:54 +01:00
  • 5d96567d2c Merge pull request #15 from Liantefaron/patch-2 Ner'zhul 2014-12-03 12:16:20 +01:00
  • 7a33fe5931 Merge pull request #14 from Liantefaron/patch-1 Ner'zhul 2014-12-03 12:15:38 +01:00
  • 4520fce2a0 Create google_playstore_strings.xml (de_DE) < ownCloud SMS App 0.16 Christopher Köbel 2014-12-03 12:11:00 +01:00
  • 0fe12cf098 Create strings.xml (de_DE) < ownCloud SMS App 0.16 Christopher Köbel 2014-12-03 12:06:57 +01:00
  • de011bde21 Update README.md Ner'zhul 2014-12-03 12:03:20 +01:00
  • 45c480106b Label fix, 0.16 tagging for Play Store and slow sync mode commented. Loïc Blot (@U-Exp) 2014-12-02 20:39:11 +01:00
  • 9093f69a57 Another massive sync performance improvement. * Check mailbox validity before cursor iterations, 3 tests * msgNumber removed * Build messageIDs string only for current checked mailbox * Don't call push HTTP method if there is no messages to sync Loïc Blot (@U-Exp) 2014-12-02 20:27:54 +01:00
  • deaf93ff8a Massively improve secure sync speed (divide time spent by 10) * Also cleanup some useless code but we need more cleanups Loïc Blot (@U-Exp) 2014-12-02 19:51:30 +01:00
  • 7ea252e0ab Prepare a call to APIv2 call Loïc Blot (@U-Exp) 2014-11-30 20:19:34 +01:00
  • dfb92097e4 Label fix. Also added test timer Loïc Blot (@U-Exp) 2014-11-30 20:11:35 +01:00
  • 9b5a1f5bf6 Prepare a new sync adapter. This permit to create slow sync and fast sync queries. At this time it's same * Also added missing XML files Loïc Blot (@U-Exp) 2014-11-30 19:59:05 +01:00
  • a554462ff8 Publish many sources as AGPLv3. Also set Android 5.0 compat Loïc Blot (@U-Exp) 2014-11-30 18:50:07 +01:00
  • 40dd4c72e2 Merge pull request #11 from svetlemodry/master Ner'zhul 2014-11-24 10:29:54 +01:00
  • 8bfef87792 Czech translation created Jaroslav Lichtblau 2014-11-23 12:39:17 +01:00
  • ee8836e069 Added some missing xmls Loïc Blot (@U-Exp) 2014-10-27 21:07:17 +01:00
  • a8db6e9b9e Added Notification handlers as AGPLv3 Loïc Blot (@U-Exp) 2014-10-22 07:56:08 +02:00
  • 8159a85fd7 Add error types for better error handling Loïc Blot (@U-Exp) 2014-10-14 20:47:05 +02:00
  • d1850e8715 Add errors into values-en Loïc Blot (@U-Exp) 2014-10-14 20:30:47 +02:00
  • 74c62e7f52 Add exception class for errors. Set error strings as a Android resource (for localization) Loïc Blot (@U-Exp) 2014-10-14 20:30:03 +02:00
  • 1328ebf4f3 update licence on README.md Loïc Blot (@U-Exp) 2014-10-10 16:18:06 +02:00
  • f78c4f2fb2 SmsDataProvider is under AGPLv3 instead of BSD. Import some code. Import some SmsFetcher code into SmsDataProvider. AGPLv3 is better for next published code. I think this will be the licence for many parts of R&D code, but BSD will remain on autogenerated code, layouts and strings Loïc Blot (@U-Exp) 2014-10-10 16:16:53 +02:00
  • ce7cd02e59 Add login layout as a BSD licenced layout Loïc Blot (@U-Exp) 2014-10-10 15:38:58 +02:00
  • 5e3b8af87c Add another project file under BSD licence Loïc Blot (@U-Exp) 2014-10-10 15:09:22 +02:00
  • 768b46678c Update README.md about contributions Loïc Blot (@U-Exp) 2014-10-10 14:56:21 +02:00
  • 83fac3d592 Fix string conflict Loïc Blot (@U-Exp) 2014-10-10 14:35:10 +02:00
  • e714df4fab Added Google Play Store descriptions Loïc Blot (@U-Exp) 2014-10-10 14:12:29 +02:00
  • d8b645a13d Remove unneeded variables in spanish translation. Add EN translation (same as default) Loïc Blot (@U-Exp) 2014-10-10 14:06:26 +02:00
  • 93b6e6c511 Added spanish translation (Thanks to @agdg). Loïc Blot (@U-Exp) 2014-10-10 14:03:32 +02:00
  • 95eb6c6f2b Publish some common definitions files under BSD licence Loic Blot 2014-10-10 12:06:05 +02:00
  • 6fbcbcb932 Proper merging Loic Blot 2014-10-10 12:02:32 +02:00
  • 4f42d0f182 Merge Loic Blot 2014-10-10 12:01:49 +02:00
  • 070138749e Merge branch 'master' of https://github.com/nerzhul/ownCloud-SMS-App Loic Blot 2014-10-10 11:59:15 +02:00
  • a2b9a788e3 Publish SmsSyncService as a BSD source Loic Blot 2014-10-10 11:59:09 +02:00
  • f1158c782b Update README.md Ner'zhul 2014-10-10 11:51:47 +02:00
  • 916b5fd76e Update README.md Ner'zhul 2014-10-10 11:51:18 +02:00
  • ec5bbe0296 Update README.md Ner'zhul 2014-10-10 11:32:36 +02:00
  • 9c3cbaa738 Update README.md Ner'zhul 2014-10-10 11:32:12 +02:00
  • bec13f95f0 Add README.md Loic Blot 2014-10-10 11:29:12 +02:00
  • 839f2e38f2 First publication: strings Loic Blot 2014-10-10 11:24:35 +02:00