* 'main' of https://github.com/vitorpamplona/amethyst:
fix lint warnings
add custom serializer that accepts both single integers and arrays add tests
New Crowdin translations by GitHub Action
updated cz, de, pt, sv
* 'main' of https://github.com/vitorpamplona/amethyst:
Remove delay, and implement custom moving function that updates the list in one event, rather than two with the previous approach.
Increase delay time in moveBookmark. Need to find a better alternative to delay.
String resources.
Re-introduce display stats for bookmark list, focusing on total bookmarks size per category.
Support moving articles/posts from private to public and vice versa.
* 'main' of https://github.com/vitorpamplona/amethyst: (23 commits)
Fix default permissions
Add Bookmark group metadata edit to routes/nav. Make refactors to make use of it.
Bookmark group metadata edit screen, with VM and string resources. Add methods to LabeledBookmarkListEvent and LabeledBookmarkListsState. Support image urls in LabeledBookmarkList.
String resources. Remove unneeded Todo.
Add bookmark list addition/removal to the note dropdown menu.
Article Bookmark management screen. Add routes and nav entries for both screens.
Post Bookmark management screen.
Other Hashtag/Link related refactors.
Remove HashtagListView and LinksListView due to spec changes, with their entries in BookmarkType.
Use stringResources. Implement the necessary callbacks in BookmarkGroupScreen. Disable component stats display in BookmarkGroupItem until Link/Hashtag support is implemented.
Bring ArticleListView up to speed. Fix callback naming mistake in BookmarkGroupItemOptions and refactor usages accordingly.
First category-based screen: PostListView. Modify NoteCompose to use a different note options menu when in the PostListView.
Fix some methods in LabeledBookmarkListsState. Add useful methods to LabeledBookmarkList and BookmarkGroupViewModel.
Introduce BookmarkGroupScreen, with it's associated ViewModel, and the different category-based views.
Move BookmarkType to an enum instead, for serialization purposes.
Slight function name refactor in LabeledBookmarkListsState, and inclusion of a method to reference a particular bookmark group. Add route for viewing a bookmark group, and wire UI accordingly.
Change the UI of BookmarkGroupItem to add buttons for viewing parts of the bookmark group.
Add support for LabeledBookmarkListEvent in the LocalCache, and EventFactory(to prevent crashes when creating one).
Add bookmark groups option to side menu. Make them work by hooking them up in Account.
Build out UI for the list of labeled bookmarks, or bookmark groups, borrowing some components from elsewhere.
...