-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
• Add a Reboot button to the theme download snackbar when using the Magisk method • Add the name of Sounds, Flags, Preferences, Props to the popup • Add more from us popup • Add Sound Size & Last Update Date • Hide Corner Prop if Gboard is newer than 14.7.xy • Move all Rboard apps to about us screen • Remove theme values preference • Fixed all flags list crash • Fix ThemeChangerActivity Orientation • Fix Indonesian Locale Config • Update Dependencies • Update Submodules • Update Workflow • Bump Java to 22 • Bump versionCode to 394000 (3.9.4)
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<issues format="6" by="lint 8.8.0-alpha04" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0-alpha04)" variant="fatal" version="8.8.0-alpha04"> | ||
|
||
<issue | ||
id="InvalidSetHasFixedSize" | ||
message="When using `setHasFixedSize() in an `RecyclerView`, `wrap_content` cannot be used as a value for `size` in the scrolling direction." | ||
errorLine1=" recyclerView.setHasFixedSize(true)" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/java/de/dertyp7214/rboardthememanager/adapter/SoundPackAdapter.kt" | ||
line="64" | ||
column="21"/> | ||
</issue> | ||
|
||
<issue | ||
id="InvalidSetHasFixedSize" | ||
message="When using `setHasFixedSize() in an `RecyclerView`, `wrap_content` cannot be used as a value for `size` in the scrolling direction." | ||
errorLine1=" recyclerView.setHasFixedSize(true)" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/java/de/dertyp7214/rboardthememanager/fragments/SoundsFragment.kt" | ||
line="48" | ||
column="9"/> | ||
</issue> | ||
|
||
</issues> |