- Oct 13, 2023
-
-
Charles Lombardo authored
Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
-
Charles Lombardo authored
The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds
-
- Sep 21, 2023
-
-
Charles Lombardo authored
Fixes an issue with the input overlay on certain devices where the controls would appear offscreen.
-
- Sep 17, 2023
-
-
Charles Lombardo authored
-
- Aug 23, 2023
-
-
Charles Lombardo authored
-
- Aug 21, 2023
-
-
Charles Lombardo authored
There's a bug in ktlint where it will run into an error if you build the project, delete a source file, and then build again. It will be unable to find the file you deleted and can't recover until these files are deleted. This just deletes those files before every run.
-
- Jun 28, 2023
-
-
Charles Lombardo authored
Specifies the permissions needed for the changes to foreground services in Android 14.
-
- Jun 16, 2023
-
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
- Jun 14, 2023
-
-
Charles Lombardo authored
-
- Jun 12, 2023
-
-
Charles Lombardo authored
-
- Jun 11, 2023
-
-
Charles Lombardo authored
-
Charles Lombardo authored
Change the applicationIdSuffix and app launcher title based on build type
-
Charles Lombardo authored
-
- Jun 07, 2023
-
-
qurious-pixel authored
-
- Jun 06, 2023
-
-
Live session user authored
-
Narr the Reg authored
-
- Jun 04, 2023
-
-
Abandoned Cart authored
-
- Jun 03, 2023
-
-
bunnei authored
-
bunnei authored
-
Charles Lombardo authored
This was really only meant for building the app to run in an emulator. If this is necessary, just add manually.
-
Charles Lombardo authored
Removes the conflicting declaration of "version" and changes to versionCode that did nothing.
-
Charles Lombardo authored
Additionally updates material and androidx core libraries
-
Charles Lombardo authored
-
Charles Lombardo authored
Now all yuzu icon variants are taken care of and now we have a build variant that uses the versioning we need for the play store.
-
Charles Lombardo authored
We now have a second build flavor that will determine whether the "Get Early Access" button appears.
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Liam authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
This moves several parts of the main activity into fragments that manage themselves to react to changes. UI changes like the appearance of a new search view or when the games list changes now gets updated via multiple view models. This also starts a conversion to the androidx navigation component which furthers the goals mentioned previously with more fragment responsibility. This will eventually allow us to use one activity with interchanging fragments and multiple view models that are stored within that central activity. fdas
-
Charles Lombardo authored
-
Charles Lombardo authored
-