2.7.0 release#1
Merged
Merged
Conversation
Add protection to Pod management activity
This just builds the fullDebug configuration for now, it does not run unit tests. But it's a start! :)
Enable minimal CI builds
Having them in the Medtronic module will only create confusion later on.
PodStateManager can be provided by AapsPodStateManager, that's much easier than getting the constructor signature right in the dependency injection module.
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
=========================================
Coverage ? 10.12%
Complexity ? 1092
=========================================
Files ? 753
Lines ? 34725
Branches ? 4895
=========================================
Hits ? 3517
Misses ? 30956
Partials ? 252 Continue to review full report at Codecov.
|
Closed
MilosKozak
pushed a commit
that referenced
this pull request
Dec 18, 2020
MilosKozak
pushed a commit
that referenced
this pull request
Sep 29, 2021
Implement ble-scanning for a new pod
MilosKozak
pushed a commit
that referenced
this pull request
Feb 7, 2022
dc00l
pushed a commit
to dc00l/AndroidAPS
that referenced
this pull request
Jun 19, 2022
MilosKozak
pushed a commit
that referenced
this pull request
Sep 16, 2022
MilosKozak
pushed a commit
that referenced
this pull request
Nov 22, 2022
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
MilosKozak
pushed a commit
that referenced
this pull request
May 10, 2023
Add local storage of heart rate values.
jakobheyman
pushed a commit
to jakobheyman/aapsJH
that referenced
this pull request
May 9, 2024
Dev + Engineering mode only for AutoISF
MilosKozak
added a commit
that referenced
this pull request
Jan 6, 2025
MilosKozak
added a commit
that referenced
this pull request
Jan 11, 2025
Der-Schubi
pushed a commit
to Der-Schubi/AndroidAPS
that referenced
this pull request
Apr 1, 2025
CustomWatchfaceUpdate
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
MilosKozak
added a commit
that referenced
this pull request
Apr 6, 2026
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.