0.9.0 - New loading system(much faster) + New between screen transitions + New snackbar(vertical animation + visuals) + New selection toolbar(translate + dictionary options) in ReaderScreen + New top app bar in SettingsScreen and nested categories + New updating system in BookInfo(updating text, author and description of the book) + Tablet UI support(on wide screens NavigationBar -> NavigationRail) + New app icon + New error handling system(it won't let you add/update book if it's not valid) + New theme(+new names) + Small bugs fixed.. + General performance optimisation(still in progress).

This commit is contained in:
acclorite 2024-03-12 17:06:08 +02:00
parent 5a966e9d9d
commit 6806ac904c
136 changed files with 2580 additions and 911 deletions

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/app_icon_background" />
<foreground android:drawable="@mipmap/app_icon_foreground" />
<monochrome android:drawable="@mipmap/app_icon_monochrome" />
</adaptive-icon>

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/app_icon_background" />
<foreground android:drawable="@mipmap/app_icon_foreground" />
<monochrome android:drawable="@mipmap/app_icon_monochrome" />
</adaptive-icon>