- Fix crash for Android devices older than Android 7 due to flapigen issue
- Fix issue with custom urls lacking a trailing slash
- Update etebase dependency
- Fix crashes on Lineage for MicroG which was having issue with OptionalLong.
- Remove usages of Optional throughout the lib (was never exposed in the API).
- Remove library desugaring (we can do it now that we no longer use Optional).
- Collection manager list: support passing arrays of collection types
- Login: automatically init the account if not init
- Have global and immutable collection types (changes the create and list APIs)
- Update etebase dependency
- Just a version bump for packaging
- Expose FileSystemCache class for caching etebase object on the FS
- Update etebase dependency
- Expose fromUsername for invitations
- Update etebase dependency
- Use new and shorter fingerprint pretty format
- Update etebase dependency
- Expose access level values as an enum
- Update etebase dependency
- Update etebase dependency
- HttpException: don't inherit from ConnectionException.
- Item revisions: fix naming of item revisions response functions.
- Add an API function to check if it's an etebase server.
- Remove usage of optional long from our API
- Change markDeleted() to delete()
- Rename getDefaultApiUrl to getDefaultServerUrl.
- Update etebase dependency
- Clean up exception types
- Fix getting item revisions
- Add convenience functions around member, invitation and revision listing
- Initial release