-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show feed load error, improve ErrorInfoDisplay
When getHomeFeed fails to parse the feed JSON, repeat the feed request and include its content in the returned result Display feed load error in UI Add JSON data display to ErrorInfoDisplay Add Paste.ee upload button to ErrorInfoDisplay Block main NowPlaying scrolling from the overlay menu Respect OverlayMenu.closeOnTap Improve ErrorReportActivity layout
- Loading branch information
1 parent
bd8fa26
commit c8ef09f
Showing
25 changed files
with
798 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 | ||
kotlin.code.style=official | ||
android.nonTransitiveRClass=true | ||
android.enableR8.fullMode=true | ||
kotlin.mpp.enableCInteropCommonization=true | ||
|
||
# Android | ||
android.useAndroidX=true | ||
## For more details on how to configure your build environment visit | ||
# http://www.gradle.org/docs/current/userguide/build_environment.html | ||
# | ||
# Specifies the JVM arguments used for the daemon process. | ||
# The setting is particularly useful for tweaking memory settings. | ||
# Default value: -Xmx1024m -XX:MaxPermSize=256m | ||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
# | ||
# When configured, Gradle will run in incubating parallel mode. | ||
# This option should only be used with decoupled projects. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
#Wed Jul 12 23:12:00 BST 2023 | ||
agp.version=7.4.2 | ||
android.compileSdk=33 | ||
android.targetSdk=33 | ||
android.enableR8.fullMode=true | ||
android.minSdk=27 | ||
|
||
# Versions | ||
android.nonTransitiveRClass=true | ||
android.targetSdk=33 | ||
android.useAndroidX=true | ||
compose.version=1.4.1 | ||
kotlin.code.style=official | ||
kotlin.mpp.enableCInteropCommonization=true | ||
kotlin.version=1.8.20 | ||
agp.version=7.4.2 | ||
compose.version=1.4.1 | ||
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" -Dfile.encoding\=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.