AndroidDev-social / DodoForMastodon

๐Ÿ˜ Mastodon client for Android, iOS and Desktop (JVM)
GNU General Public License v3.0
384 stars 29 forks source link

fix(auth-storage): Thread safety #99

Closed krizzu closed 1 year ago

krizzu commented 1 year ago

๐Ÿ“‘ What does this PR do?

Addresses https://github.com/AndroidDev-social/DodoForMastodon/issues/94

Making auth-storage thread safe with mutex. Also swapping Map with LinkedMap

โœ… Checklist

๐Ÿงช How can this PR been tested?

๐Ÿงพ Tasks Remaining: (List of tasks remaining to be implemented)

๐Ÿ–ผ๏ธ Screenshots (if applicable):

krizzu commented 1 year ago

Ready for merge

krizzu commented 1 year ago

changes reverted