Rhodey Orbits
fba6dd7915
update readme
2015-10-20 13:42:46 +02:00
Rhodey Orbits
c28a51a266
bumping to 29 / 0.9.7
2015-07-15 12:14:27 -04:00
Rhodey Orbits
751f221fd3
Flock end-of-life
...
Flock will shutdown permanently on October 1st, 2015. Upon shutdown, all
active subscriptions will be refunded and account information erased. We
apologize for the inconvenience and thank you for supporting the project.
Contacts and calendars can be exported to standard .vcf and .ics files
through the new 'Export data' feature.
1) disable registration
2) disable subscription management
3) remind daily that EOL is approaching
4) allow export of contacts and calendars from EOL message
2015-07-13 12:55:37 -07:00
Rhodey Orbits
33fe753b91
bumping to 28 / 0.9.6
2015-02-27 19:02:24 -08:00
rhodey
aa4d305d2e
Merge pull request #89 from haaja/typo_fix
...
rhodey forgot "choose" vs "chose" again, fixed.
2015-02-27 18:52:25 -08:00
Rhodey Orbits
f2b6e258ac
updated german and japanese translations, added finish, russian, and swedish. FREEBIE
2015-02-27 17:21:38 -08:00
Rhodey Orbits
bbff2a5a34
created ContentProviderOperationQueue to help with max size limits when dealing with ContentProviders. Added full set of tests for ContactFactory and fixed a bug in handling of postal address. Added some tests for EventFactory and fixed a bug related to handling of event reminders where the event title and description were both null. Fixed bug in rendering of the intro on tablets.
2015-02-27 16:35:35 -08:00
Janne Haapsaari
ac1dfce553
strings: fix couple of typos
2015-02-25 16:58:17 +01:00
Rhodey Orbits
9c2fa9e35e
added download link for the Flock nonplay flavored apk. FREEBIE
2015-02-23 15:24:11 -08:00
Rhodey Orbits
3f00796888
bumping to 27 / 0.9.5, FREEBIE
2015-02-22 21:02:49 -08:00
Rhodey Orbits
10510f8466
added account deletion countdown to subscription expired notification, improved account registration text, and dropped requirement that the user know their current password to change encryption passwords because the device is considered trusted.
2015-02-22 20:42:01 -08:00
Rhodey Orbits
a556144c2b
migration is no longer needed, removed all traces and added a missing test to KeyHelperTest. FREEBIE
2015-02-20 12:24:00 -08:00
Rhodey Orbits
e3055aa853
patched bug related to flock client confusing account expiration dates by adding many tests and removing code duplication. FREEBIE
2015-02-18 16:28:47 -08:00
Rhodey Orbits
10b5d65a47
bumping to version 26 / 0.9.4 FREEBIE
2015-02-16 23:53:52 -08:00
Rhodey Orbits
612f4f3a87
merged updated translations
2015-02-16 17:16:17 -08:00
Rhodey Orbits
b25ab2e878
reorganized gradle build files and project structure. bumped api to 21. bumped support v4 to 21.0.3. pulled needed guava classes into util/guava package and dropped guava dependency. replaced javax.servlet dependency with constants. added sanity checks when working with google play services. created a nonplay flavor and integrated SupplyChain to provide updates and crash reporting. pointed nonplay flavor to modified privacy policy.
2015-02-16 16:35:09 -08:00
Rhodey Orbits
32c06bae83
refactored the org.anhonesteffort.flock.registration and crypto packages for improved tests, added new tests, and deleted old integration tests that should be replaced with unit tests and mocks. fixed binding problem in account sync stuff, updated libpastelog, and bumping to new version.
2015-01-25 23:11:38 -10:00
Rhodey Orbits
ee39f92658
bumping to version 0.9.2 for korean translations on the google pkay store FREEBIE
2015-01-16 13:25:41 -10:00
Rhodey Orbits
a6cb2050c7
merge branch 'issue-58' FREEBIE
2015-01-16 13:14:45 -10:00
Rhodey Orbits
25037e1e8e
created SyncWorker interface and switched KeySyncWorker, AddressbookSyncWorker, and CalendarSyncWorker over to this. renamed AbstractDavSyncAdapter to AbstractSyncAdapter for future AccountSyncAdapter. moved hackish account and subscription caching from RegistrationApi into a new sync adapter. reworked ManageSubscriptionActivity into a FragmentActivity with separate fragments for different forms of payment. Implemented new registration server API and integrated google in-app subscriptions.
...
bumping to version 0.9.1 and pushing to alpha channel
2015-01-16 10:48:21 -10:00
Rhodey Orbits
e0fc90d37d
added korean translations (korea) provided by Josh Graham, thanks :) FREEBIE
2014-11-10 16:18:24 -08:00
Rhodey Orbits
fc27816190
resolves issue 73 by accepting any type of redirect when identifying the current user principal through well-known URI request. FREEBIE
2014-11-10 15:02:20 -08:00
rhodey
83ed52ed6e
Merge pull request #78 from JoshGraham/patch-1
...
corrected spelling mistake in strings.xml 'chose' >> 'choose'
2014-11-10 13:18:02 -08:00
JoshGraham
96047afe6a
Update strings.xml
...
Typo?
2014-11-08 01:10:55 -08:00
rhodey
38a2d2f6cd
Merge pull request #74 from McLoo/patch-2
...
Add Transifex chart to README.md
2014-11-05 14:32:39 -08:00
McLoo
444258d9ef
Add Transifex chart to README.md
...
//FREEBIE
2014-10-27 16:04:01 +01:00
Rhodey Orbits
7b47df7f87
bumping to version 0.9.0 FREEBIE
2014-10-23 21:45:28 -07:00
Rhodey Orbits
8d96adcbba
better log-catn' for ServerTestsFragment. FREEBIE
2014-10-23 21:39:31 -07:00
Rhodey Orbits
988a45006c
added the 'Send debug log' options menu item to SetupActivity. FREEBIE
2014-10-23 20:12:12 -07:00
Rhodey Orbits
3f904b8f7a
bumping to version 0.8.9 FREEBIE
2014-10-17 18:30:18 -07:00
Rhodey Orbits
52a282ea27
improved battery and network performance by syncing less often and more selectively.
2014-10-17 17:53:55 -07:00
Rhodey Orbits
51e629d243
moved sync adapters from separate process into the main Flock process, switched all SharedPreferences code to use the MODE_PRIVATE flag instead of MODE_MULTI_PROCESS, and now using SharedPreferences.apply() instead of SharedPreferences.commit()
2014-10-15 19:34:16 -07:00
Rhodey Orbits
726ed177ed
added some sanity checks to sync operations such as making sure that SyncResult.stats are initialized to zero and duplicates are not returned by Content Provider queries. touchup to ContactFactory Base64 error handling. FREEBIE
2014-10-15 15:26:26 -07:00
Rhodey Orbits
28ae8b0e48
Merge branch 'contact-photo-compression' FREEBIE???
2014-10-14 21:40:44 -07:00
Rhodey Orbits
958a76e4f6
Flock now prevents the Android Contact Provider from degrading contact photo quality with unnecessary compression.
2014-10-14 15:55:09 -07:00
rhodey
83012b0163
Merge pull request #67 from techtonik/patch-1
...
BUILDING.md: Fix repository link and proofread mistakes
2014-10-13 12:38:09 -07:00
Rhodey Orbits
1c02fe4bd2
removed all newline characters from strings.xml files for a more friendly Transifex experience. added missing copyright. FREEBIE
2014-10-13 12:17:52 -07:00
Wenzel Pünter
1af27bddcd
Updated German translations pulled from Transifex, provided by scento.
2014-10-13 11:45:07 -07:00
Rhodey Orbits
9abf57d1ff
bumping to version 0.8.8 FREEBIE
2014-10-12 10:22:40 -07:00
Rhodey Orbits
30d840e027
temporary patch to prevent issue #70 FREEBIE
2014-10-12 10:21:16 -07:00
Rhodey Orbits
c229bd95dd
resolves #69 where aggregation exceptions (separated & joined contacts) were ignored by Flock.
2014-10-11 21:31:32 -07:00
Rhodey Orbits
e8ff70ee6a
increased speed of contact and calendar import by applying batch operations more efficiently.
2014-10-09 19:09:42 -07:00
Rhodey Orbits
d46783405e
better handling of edge case where contacts or events are incorrectly marked as 'new' by Android content providers. FREEBIE
2014-10-08 15:05:56 -07:00
Rhodey Orbits
c875ace7fd
bumping to version 0.8.7 FREEBIE
2014-10-07 22:07:28 -07:00
Rhodey Orbits
3655f4f03c
Merge branch 'issue-62'
2014-10-07 17:58:31 -07:00
Rhodey Orbits
4516bfcbfa
added support for submitting debug logs via libpastelog. pulled notification drawer code out of AbstractDavSyncAdatper and into NotificationDrawer
2014-10-07 17:51:42 -07:00
anatoly techtonik
f220ed894e
BUILDING.md: Fix repository link and typos
2014-10-04 14:17:37 +03:00
rhodey
737b2b7c31
Merge pull request #66 from McLoo/patch-1
...
Add Play Store badge to readme.md
2014-10-03 12:43:18 -07:00
McLoo
a2d601e44c
Add Play Store badge to readme.md
...
//FREEBIE
2014-10-03 21:40:18 +02:00
Rhodey Orbits
e9c753593c
added instructions for contributing translations, modified README.md structure to match that of the TextSecure README. FREEBIE
2014-09-30 14:01:36 -07:00