Tags: weblate/medTimer
Tags
Bump androidx.navigation.safeargs from 2.8.3 to 2.8.4 (Futsch1#329) Bumps androidx.navigation.safeargs from 2.8.3 to 2.8.4. --- updated-dependencies: - dependency-name: androidx.navigation.safeargs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
320 repeat an alarm unless taken (Futsch1#322) * Add functionality to repeatedly raise reminders * Add UI for repeating reminders * Use settings for repeat reminders * Fix unit test * Add test for repeat reminder * Also check permissions after running intro * Bump version to v1.11.0-rc.1 * Add dependency logic to weekend mode menu * Fix CodeClimate issues * Revert always checking for permissions since it seems to break the app intro * Set version to v1.11.0 Add repeating reminders to use cases
316 no icon shows in notification (Futsch1#317) * Bump version to v1.10.5 * Bump dependency versions * Only show icon when one is selected
Notification icons (Futsch1#310) * Re-enable notification icon ID * Bumped version to 1.10.4-beta.1 * Add snooze customization hint Fix link to use cases * Add snooze customization hint Fix link to use cases * Bump version to v1.10.4 * Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (Futsch1#303) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/dependency-review-action from 4.3.4 to 4.3.5 (Futsch1#304) Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@5a2ce3f...a6993e2) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/cache from 4.1.1 to 4.1.2 (Futsch1#305) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@3624ceb...6849a64) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump github/codeql-action from 3.26.13 to 3.27.0 (Futsch1#306) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.13 to 3.27.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f779452...6624720) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin (Futsch1#279) Bumps tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin from 0.7.0 to 0.8.0. --- updated-dependencies: - dependency-name: tech.apter.junit5.jupiter.robolectric-extension-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 4.2.1 to 4.2.2 (Futsch1#307) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@eef6144...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/setup-java from 4.4.0 to 4.5.0 (Futsch1#308) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@b36c23c...8df1039) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove noinspection for now working version * Intentionally empty backup xml * Fix unit tests * Fix unit tests * Bump version to v1.10.4-rc.1 * Bump version to v1.10.4 * Bump junit version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
297 make show only open persistent (Futsch1#299) * Bump navigation version * Bump AGP version * Bump navigation version * Make show only open persistent * Reduce complexity * Use Android test orchestrator * Use common setTime function from NotificationTest * Use orchestrator also with gcloud
249 edit reminders from tabular view (Futsch1#287) * Bumped version * Implemented editing of reminder event from table * Removed workaround for generated navigation files * Finished layout for editable table rows
239 modular backup (Futsch1#243) * Bumped version to v1.9.5 * Implemented combined backup * Translate can now also re-translate strings * Fixed code issues * Combined backup is now a proper JSON file * Initialize backup types as checked * Fixed potential null pointer access * Fixed restore of events * Reduced function complexity * Fixed unit tests * Do not save backup when no item was selected * Translation fixes
Navigation fixes (Futsch1#238) * Updated versions * Fixed navigation behavior with sub fragments being opened * Bumped version to v1.9.4
PreviousNext