Michael Comella
e9d8171947
Bug 1170886 - Specify correct Locale in String.toUpperCase and remove @SuppressLint. r=rnewman
2015-06-04 17:38:51 -07:00
Nick Alexander
a629f5f3d7
Bug 1080242 - Surface 'Account locked' status. r=rnewman
2014-11-25 17:43:04 -08:00
Chris Kitching
74d2f1eb58
Bug 1081406: Remove unnecessary numeric casts. r=rnewman
2014-10-11 00:42:36 +01:00
Chris Kitching
5d126e171c
Bug 1081397: Finalise large numbers of fields. r=rnewman
...
* * *
Bug 1081397 : Finalise large numbers of fields. r=rnewman
2014-10-11 00:17:01 +01:00
Michael Comella
c68dce8d0b
Bug 981872 - Replace sha-1 MessageDigest with NativeCrypto. r=nalexander
2014-04-08 11:44:38 -07:00
Nick Alexander
7340732160
Bug 965867 - Update final URLs for Android Firefox Accounts landing. r=rnewman
2014-01-30 17:59:30 -08:00
Nick Alexander
a932c07d68
Bug 956839 - Implement Android native Firefox Account status UI. r=rnewman
2014-01-23 13:54:24 -08:00
Nick Alexander
80a3dea132
Bug 956844 - Part 1: update Android FxSyncAdapter to use new onepw protocol login flow. r=rnewman
2014-01-16 18:35:08 -08:00
Nick Alexander
aace396765
Merge m-c to elm
2013-12-16 09:13:10 -08:00
Nick Alexander
ff44b03731
Bug 949880 - Refactor Android Sync's SyncAdapter for FxAccount use. r=rnewman
2013-12-15 15:53:59 -08:00
Nick Alexander
126c590cd5
Bug 892025 - Implement Android client for FxAccount auth server. r=rnewman
2013-11-13 15:27:13 -08:00
Nick Alexander
f58259dc6f
Merge m-c to elm.
2013-10-09 10:11:44 -07:00
Michael Comella
13dbacc081
Bug 888086 - Use StringBuilder in sync/Utils.java r=rnewman
2013-10-08 18:42:47 -07:00
Nick Alexander
ea0331dd4d
Bug 799734 - Implement generating BrowserID certificates and assertions. r=rnewman
2013-09-27 14:10:04 -07:00
Nick Alexander
376ea1b2ad
Bug 903123: Add HawkAuthHeaderProvider for Android Background Services. r=rnewman
...
Hawk is an HTTP authentication scheme using a message authentication
code (MAC) algorithm to provide partial HTTP request cryptographic
verification. Hawk is the successor to the HMAC authentication
scheme. The Hawk scheme is descripted at
https://github.com/hueniverse/hawk
Hawk is under-specified; this implementation interoperates with the
git hash at
871cc59797
2013-08-12 11:10:03 -07:00
Nick Alexander
441d73aaea
Bug 879956 - Don't print email address to logcat when syncing. r=rnewman
2013-06-07 10:20:58 -07:00
Nick Alexander
99cfff5254
Bug 844347 - Factor logging code that is not Sync-specific out of org.mozilla.gecko.sync. r=rnewman
2013-02-27 15:44:21 -08:00
Nick Alexander
b7ee5cc640
Bug 761682, Bug 777973 - Version prefs; don't always invalidate auth token. r=rnewman
2012-08-08 17:13:20 -07:00
Richard Newman
49107f7dd6
Bug 774300 - Sync authentication errors if passwords contain non-ASCII characters. r=nalexander
...
* * *
Bug 774300 - Fix omission. r=me
2012-08-02 22:00:43 -07:00
Nick Alexander
79a2d997a3
Bug 776023 - Fix more JavaDoc warnings. r=rnewman
2012-07-20 10:20:59 -07:00
Nick Alexander
e4f39bc931
Bug 772978 - Log some per-sync stats: number of records received and sent, duration of server stages, duration of sync. r=liuche
2012-07-11 14:34:22 -07:00
Nick Alexander
b69cbd104c
Bug 769745 - Persist Android Sync account settings to disk on each sync and re-create account when checking if Sync is set up. r=rnewman
2012-07-06 18:42:54 -07:00
Nick Alexander
a36de76ad3
Bug 763020 and Bug 763021 - Make Android Sync's Send Tab activity request an immediate clients-only sync. r=rnewman
2012-06-25 13:31:42 -07:00
Nick Alexander
3fd6c80f90
Bug 714657 - Purge existing preferences when (re-)adding an Android Sync account. r=liuche
2012-06-12 12:12:42 -07:00
Richard Newman
7b78092604
Bug 720271 - MPL license cleanup for Android Sync. r=trivial
2012-05-24 13:17:46 -07:00
Nick Alexander
10b7f0bbf2
Bug 713524 - Batch bookmark inserts. r=rnewman, a=android-only
2012-04-30 13:40:30 -07:00
Richard Newman
381253f92a
Bug 747065 - Precondition failed on clients PUT. r=nalexander, a=blocking-fennec
2012-04-24 11:50:37 -07:00
Richard Newman
9dec2d705a
Bug 731024 - Part 4: Handle additional types. Test for livemarks. r=nalexander
2012-03-27 10:47:26 -07:00
Richard Newman
68c43da7c6
Bug 734316 - Part 2: fix JavaDoc warnings. r=trivial
2012-03-08 22:43:16 -08:00
Richard Newman
577e186e3c
Bug 718238 - Part 6: don't reupload folders when their children array is already accurate. r=nalexander
2012-02-23 08:14:05 -08:00
Richard Newman
7191cf3d05
Bug 718238 - Part 2: parenting and ordering of bookmarks. r=nalexander
2012-02-23 08:14:05 -08:00
Richard Newman
0ce7a26860
Bug 728636 - Conversion of email address to account should lowercase. r=nalexander
2012-02-21 13:29:38 -08:00
Richard Newman
910782e42f
Bug 724328 - misc Sync cleaning.
2012-02-15 22:05:52 -08:00
Richard Newman
2efca5aa1f
Bug 725525 - Part 1: simplify and remove excess logging in Sync.
2012-02-15 22:05:52 -08:00
Nick Alexander
889c64aa8e
Bug 722496, Bug 722579, Bug 722482, Bug 722541. r=rnewman
2012-02-15 22:05:52 -08:00
Richard Newman
be6a141277
Bug 720934 - Part 2: Collected Android Sync 0.4 code drop (Bug 722945, Bug 709348). a=mobile
...
Includes:
Bug 722945 - Transactional behavior for store (don't return stored records in subsequent fetch).
Bug 709348 - Refactor and improve reconciling and storing of records.
2012-02-03 13:09:29 -08:00
Richard Newman
225e9a3233
Bug 720471 - Missing Arrays and SharedPreferences.Editor methods in Android SDK <= 8. r=rnewman
2012-01-25 15:53:13 -08:00
Richard Newman
5fe8ffe843
Bug 709339 - First mostly functional drop of native Sync. a=mobile
2012-01-14 09:20:31 -08:00
Richard Newman
878c8c158c
Bug 709391 - initial import of Android Sync code (Git tag: v0.1.2-fixes). a=java-only
2011-12-21 08:44:08 -08:00