Skip to content

2.7.0 release#1

Merged
MilosKozak merged 1650 commits into
masterfrom
dev
Sep 24, 2020
Merged

2.7.0 release#1
MilosKozak merged 1650 commits into
masterfrom
dev

Conversation

@MilosKozak

Copy link
Copy Markdown
Contributor

No description provided.

MilosKozak and others added 30 commits August 16, 2020 11:13
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! :)
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.
@MilosKozak MilosKozak closed this Sep 24, 2020
@MilosKozak MilosKozak reopened this Sep 24, 2020
@codecov

codecov Bot commented Sep 24, 2020

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (master@c0b0d58). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0b0d58...eb8203c. Read the comment docs.

@MilosKozak
MilosKozak merged commit 95abf17 into master Sep 24, 2020
AdrianLxM pushed a commit that referenced this pull request Nov 29, 2020
MilosKozak pushed a commit that referenced this pull request Dec 18, 2020
boc-the-git referenced this pull request in boc-the-git/AndroidAPS Feb 4, 2021
MilosKozak pushed a commit that referenced this pull request Feb 20, 2021
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.
MilosKozak added a commit that referenced this pull request Sep 3, 2023
MilosKozak added a commit that referenced this pull request Nov 14, 2023
jakobheyman pushed a commit to jakobheyman/aapsJH that referenced this pull request May 9, 2024
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.