1
0
mirror of https://github.com/etesync/android synced 2024-12-23 23:18:46 +00:00
etesync-android/app/src
Tom Hacohen 9f0b492c42 Fix collection editing following an encryption password change.
A lot of the code dealing with collections assumes that the editing is
done by the owner (true assumption, for now), and therefore the encryption
key is derived from the master key (not true anymore, as it could be a
stored version of the old key). This commit removes this wrong assumption.
2019-03-10 19:01:02 +00:00
..
androidTest Migrate to AndroidX. 2019-03-06 16:24:23 +00:00
main Fix collection editing following an encryption password change. 2019-03-10 19:01:02 +00:00
test/java/com/etesync/syncadapter/journalmanager Tests: update according to changes with owners adding themselves as members. 2019-01-12 00:17:36 +00:00