Cookies
We use cookies for analytics to understand how everyone uses the Skyline website to help improve it in the future.
5/2/2023, 12:39 PM
Address remaining feedback
Branch: ftx1
Commit Hash: 35fb874a42cb548cbd3d66a00d65e4b2a4c1516b
5/2/2023, 11:28 AM
The Kotlin built-in use extension function applies to AutoCloseable only, and throws an error if the object it's being called on is not an AutoCloseable. This causes OnScreenView to fail to inflate on SDK < 31 as it retrieved the current theme primary color with a TypedArray, which only implements AutoCloseable since SDK 31 (Android 12).
The AndroidX core library provides a use extension function that applies to TypeArray instead of AutoCloseable so the fix is just a simple import.
Branch: ftx1
Commit Hash: b7548e51cfc6c42a57f9a81b7e53c912e068bff4
5/2/2023, 11:27 AM
Suppress or resolve common warnings
Branch: ftx1
Commit Hash: fe4ccd1ee0f3711c415af02bf9ffc792dbdb5b4a
4/27/2023, 5:14 PM
Improve the robustness of the ROMs auto-refresh feature
Branch: ftx1
Commit Hash: 24d4f5e3cd12a1a54b2ac7d38aecb16a31dbcf89
4/26/2023, 10:34 PM
Improve the robustness of the ROMs auto-refresh feature
Branch: ftx1
Commit Hash: 87fdef13782677f97cc3a79163a755eec8667855
4/25/2023, 9:20 AM
return fonts array size instead of loaded state
Branch: ftx1
Commit Hash: bdf73aa20d4fffc41e7be4ad906521c920ab68c0
4/23/2023, 7:43 PM
Add xml for the shader compilation screen
Change ConstraintLayout for LinearLayout and adapt style to MD3
Change some aspects of the progress indicator and the source of text color
Branch: ftx1
Commit Hash: 8c2b39858da37640f4c58fe12aae9574ab7debec
4/22/2023, 6:54 PM
Use the searching text to specify load state
Branch: ftx1
Commit Hash: 178dbea80116821bca9fe184903067cb7dc15694
4/16/2023, 3:31 PM
Update hades
Branch: ftx1
Commit Hash: d3d36c6fa0b240bf7219a04489916f3213aaf2eb
4/3/2023, 9:30 AM
Stub some services
Branch: ftx1
Commit Hash: 6aef7fdd1ee55bac5ef78a4d4a4ff2945efc24d7
4/2/2023, 4:35 PM
Update shader compiler
Branch: ftx1
Commit Hash: 5c83dec85f3e4c4a6f6b54305839055923d67864
4/2/2023, 4:34 PM
Update audio-core
Branch: ftx1
Commit Hash: 9a51b5f54ee789022e709bc233da92c34ede0048
4/2/2023, 4:16 PM
The layout preview/editor doesn't instantiate an Application instance, therefore accessing displayMetrics from the app context would lead to a crash, and the view being mocked in the preview.
Additionally a default grid value is defined for AlignmentGridView to avoid a crash because of an invalid iteration step in the drawing loop.
Branch: ftx1
Commit Hash: 816599749bfa5e95bbb7a9b902de193b08b56f90
4/2/2023, 2:52 PM
Add automatic refreshing games list
Branch: ftx1
Commit Hash: 0eed72664d8c51e308004d57b26f027d82b514d7
4/1/2023, 10:25 AM
Add automatic refreshing games list - Refacto
Branch: ftx1
Commit Hash: d94d63ecea909fbdbbf55187701282bc9021c90f
3/27/2023, 9:31 PM
Prevent aaudio backend usage
Branch: ftx1
Commit Hash: d00fcee79dce2d4d2bf9e995a2aa60af2990a0c0
3/25/2023, 10:54 PM
Hide Debug preferences from search on release builds and remove settings that don't support per-game configuration instead of hiding them
Branch: ftx1
Commit Hash: ef5456f9392935c5fdac7067938b235a081532c3
3/22/2023, 8:57 PM
Fix FABs being too big in OnScreenEditActivity
Branch: ftx1
Commit Hash: 61c45e02c86a0713565f110102cb1fe1c75499b9
3/21/2023, 5:44 PM
Update edge credits
Branch: ftx1
Commit Hash: ba33e8cbf5121e5e797d7cfc0c8e345a55f9bf8e
3/19/2023, 1:52 PM
The code didn't account for interval Queries returning zero when reaching the end.
Branch: ftx1
Commit Hash: 1f0d297221b8933955837eef8951feaedad16ebc