Merged
Conversation
…m master has no uncommited changes
Ignore changes to codeStyles and stray files
|
ok |
MilosKozak
pushed a commit
that referenced
this pull request
Dec 18, 2020
|
aktualizacia |
This was referenced Aug 27, 2021
MilosKozak
pushed a commit
that referenced
this pull request
Sep 29, 2021
On the fake pod: ``` INFO[0067] LTK 21f4a9d825ce5e57bad5b4958c6ff95e ``` Logcat: ``` 2021-02-28 18:21:04.763 19530-22490/info.nightscout.androidaps I/PUMPCOMM: [AsyncTask #4]: [OmnipodDashBleManagerImpl.connect():86]: Got LTK: 21f4a9d825ce5e57bad5b4958c6ff95e ``
MilosKozak
pushed a commit
that referenced
this pull request
Feb 27, 2022
MilosKozak
added a commit
that referenced
this pull request
Jan 11, 2025
MilosKozak
pushed a commit
that referenced
this pull request
Mar 21, 2026
Implements several build speed improvements: **gradle.properties (#1, #2, #8, #9):** - Add org.gradle.caching=true (local build cache for all environments) - Add org.gradle.configuration-cache=true (Gradle 9+ compatible) - Fix -Xss1024m → -Xss4m (was 1GB per thread stack; 4MB is standard) - Add -XX:+HeapDumpOnOutOfMemoryError and -XX:MaxMetaspaceSize=512m - Add kotlin.incremental=true and kotlin.incremental.useClasspathSnapshot=true **GH Actions workflows (#4, #8) — aaps-ci.yml, pr-ci.yml, cherry-pick-ci.yml:** - Replace actions/setup-java cache:gradle with gradle/actions/setup-gradle@v4 for better Gradle dependency and build output caching - Fix -Xss1024m → -Xss4m in all Build APKs steps - Remove redundant -Dorg.gradle.caching=true CLI flag (now in gradle.properties) **CircleCI config (#6, #8):** - Fix -Xss1024m → -Xss4m in all gradlew invocations - Restructure single build-and-test job into parallel pipeline: compile → unit-test + instrumented-test (parallel) → coverage Reduces wall time ~3 min by overlapping unit and instrumented tests https://claude.ai/code/session_01GskFzaoUj9aa5LEz86NjKb
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.