mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Several small fixes (#1455)
## Description - Fix crash on license info page for release builds (#1437) - Fix configuring which ratings to show by default (#1407) - When re-ordering nav drawer items, ensure the one that was just moved is always visible (#886 ) - Fix app losing focus when switching between list layout types (#1428) - If the version doesn't have any additional commits, don't show the git hash info (ie `v0.6.4-0-gabc1234` shows as `v0.6.4`) - Adds tests for Version comparisons & toString ### Related issues See above ### Testing Emulator ## Screenshots N/A ## AI or LLM usage None
This commit is contained in:
parent
cb853b2db8
commit
ebcc2f324a
7 changed files with 128 additions and 6 deletions
3
app/src/main/res/raw/keep.xml
Normal file
3
app/src/main/res/raw/keep.xml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:keep="@raw/aboutlibraries" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue