Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Nov 18, 2023

  1. Merge pull request #256 from hadrienbecle/widget-design-android-12

    update widget to match current design guidelines
    mathisdt committed Nov 18, 2023
    Copy the full SHA
    a49bda9 View commit details
    Browse the repository at this point in the history
  2. fix situation when a restore introduces another backup directory than…

    … was configured before the restore
    
    this caused the problem that the base directory was changed mid-restore (after restoring the properties, but before events and targets) and it couldn't continue because the files were in the previously configured directory, but not in the restored
    mathisdt committed Nov 18, 2023
    Copy the full SHA
    e6724cb View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. update AGP and dependency

    mathisdt committed Nov 7, 2023
    Copy the full SHA
    f97436e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. update widget design for Android 12

    Hi :)
    
    I've updated the widget to the new design guidelines (see https://developer.android.com/guide/topics/appwidgets). This includes:
    - Border radius controlled by the OS on Android 12+ (which on my One UI device makes the widgets look more uniform)
    - Widget preview instead of an image on Android 12+ (it looks more like the real widget, respects the device theming, and supports localization if it's added to trackworktime in the future)
    - Use Material 3 DayNight theme (it's somewhat different from the rest of the app, but it looks much better on the home screen, and respects device theming and light/dark preferences)
    - I've also deleted the light grey border around the widget. I have no widget with such a border on my older devices; was that in older Android design guidelines?
    hadrienbecle committed Nov 3, 2023
    Copy the full SHA
    957ecef View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Merge pull request #265 from mathisdt/dependabot/gradle/app/minor-and…

    …-patch-version-updates-950de4a7c9
    
    Bump the minor-and-patch-version-updates group in /app with 3 updates
    mathisdt committed Nov 1, 2023
    Copy the full SHA
    034134c View commit details
    Browse the repository at this point in the history
  2. Bump the minor-and-patch-version-updates group in /app with 3 updates

    Bumps the minor-and-patch-version-updates group in /app with 3 updates: [ch.acra:acra-http](https://github.com/ACRA/acra), [ch.acra:acra-dialog](https://github.com/ACRA/acra) and [org.mockito:mockito-core](https://github.com/mockito/mockito).
    
    
    Updates `ch.acra:acra-http` from 5.11.2 to 5.11.3
    - [Release notes](https://github.com/ACRA/acra/releases)
    - [Commits](ACRA/acra@acra-5.11.2...acra-5.11.3)
    
    Updates `ch.acra:acra-dialog` from 5.11.2 to 5.11.3
    - [Release notes](https://github.com/ACRA/acra/releases)
    - [Commits](ACRA/acra@acra-5.11.2...acra-5.11.3)
    
    Updates `org.mockito:mockito-core` from 5.5.0 to 5.6.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.5.0...v5.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: ch.acra:acra-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-and-patch-version-updates
    - dependency-name: ch.acra:acra-dialog
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-and-patch-version-updates
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: minor-and-patch-version-updates
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 1, 2023
    Copy the full SHA
    d83199b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. update Gradle and dependencies; target API level 34 (Android 14) and …

    …make some adjustments for that
    mathisdt committed Oct 31, 2023
    Copy the full SHA
    c1d0a43 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. update AGP and downgrade material dependency because the newer versio…

    …n requires API level 34
    mathisdt committed Oct 11, 2023
    Copy the full SHA
    b59db29 View commit details
    Browse the repository at this point in the history
  2. update dependencies

    mathisdt committed Oct 11, 2023
    Copy the full SHA
    fcba818 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Merge pull request #263 from mathisdt/dependabot/gradle/app/minor-and…

    …-patch-version-updates-ab90a0b153
    
    Bump the minor-and-patch-version-updates group in /app with 2 updates
    mathisdt committed Oct 1, 2023
    Copy the full SHA
    cf655be View commit details
    Browse the repository at this point in the history
  2. Bump the minor-and-patch-version-updates group in /app with 2 updates

    Bumps the minor-and-patch-version-updates group in /app with 2 updates: [ch.acra:acra-http](https://github.com/ACRA/acra) and [ch.acra:acra-dialog](https://github.com/ACRA/acra).
    
    
    Updates `ch.acra:acra-http` from 5.11.1 to 5.11.2
    - [Release notes](https://github.com/ACRA/acra/releases)
    - [Commits](ACRA/acra@acra-5.11.1...acra-5.11.2)
    
    Updates `ch.acra:acra-dialog` from 5.11.1 to 5.11.2
    - [Release notes](https://github.com/ACRA/acra/releases)
    - [Commits](ACRA/acra@acra-5.11.1...acra-5.11.2)
    
    ---
    updated-dependencies:
    - dependency-name: ch.acra:acra-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-and-patch-version-updates
    - dependency-name: ch.acra:acra-dialog
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-and-patch-version-updates
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Oct 1, 2023
    Copy the full SHA
    7cea120 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #262 from mathisdt/dependabot-update

    make dependabot group minor and patch version updates into one PR
    mathisdt committed Oct 1, 2023
    Copy the full SHA
    fdb0a66 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    06cdbb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Merge pull request #259 from mathisdt/dependabot/gradle/app/org.mocki…

    …to-mockito-core-5.5.0
    
    Bump org.mockito:mockito-core from 5.4.0 to 5.5.0 in /app
    mathisdt committed Sep 1, 2023
    Copy the full SHA
    cd1ebd4 View commit details
    Browse the repository at this point in the history
  2. Bump org.mockito:mockito-core from 5.4.0 to 5.5.0 in /app

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.4.0 to 5.5.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.4.0...v5.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 1, 2023
    Copy the full SHA
    cb1281b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #258 from mathisdt/dependabot/gradle/app/com.tngte…

    …ch.archunit-archunit-1.1.0
    
    Bump com.tngtech.archunit:archunit from 1.0.1 to 1.1.0 in /app
    mathisdt committed Sep 1, 2023
    Copy the full SHA
    4f21e62 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #257 from mathisdt/dependabot/gradle/app/acraVersi…

    …on-5.11.1
    
    Bump acraVersion from 5.11.0 to 5.11.1 in /app
    mathisdt committed Sep 1, 2023
    Copy the full SHA
    2b4aa52 View commit details
    Browse the repository at this point in the history
  5. Bump com.tngtech.archunit:archunit from 1.0.1 to 1.1.0 in /app

    Bumps [com.tngtech.archunit:archunit](https://github.com/TNG/ArchUnit) from 1.0.1 to 1.1.0.
    - [Release notes](https://github.com/TNG/ArchUnit/releases)
    - [Commits](TNG/ArchUnit@v1.0.1...v1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.tngtech.archunit:archunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 1, 2023
    Copy the full SHA
    077b944 View commit details
    Browse the repository at this point in the history
  6. Bump acraVersion from 5.11.0 to 5.11.1 in /app

    Bumps `acraVersion` from 5.11.0 to 5.11.1.
    
    Updates `ch.acra:acra-http` from 5.11.0 to 5.11.1
    - [Release notes](https://github.com/ACRA/acra/releases)
    - [Commits](ACRA/acra@acra-5.11.0...acra-5.11.1)
    
    Updates `ch.acra:acra-dialog` from 5.11.0 to 5.11.1
    - [Release notes](https://github.com/ACRA/acra/releases)
    - [Commits](ACRA/acra@acra-5.11.0...acra-5.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: ch.acra:acra-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ch.acra:acra-dialog
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 1, 2023
    Copy the full SHA
    8939fc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Copy the full SHA
    9653a98 View commit details
    Browse the repository at this point in the history
  2. prepare release 1.1.21

    mathisdt committed Aug 20, 2023
    Copy the full SHA
    4ead8ff View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. initiate a backup (to special files suffixed with the current timesta…

    …mp) before doing a restore #229
    
    if the backup prior to the restore operation fails, the error is logged but ignored - it's only a safety measure and should not keep the restore from working
    mathisdt committed Aug 13, 2023
    Copy the full SHA
    70add31 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7d8763a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Copy the full SHA
    ba6f9de View commit details
    Browse the repository at this point in the history
  2. fix problem when changing backup target directory (new selected direc…

    …tory was only active after complete app restart, now it is used immediately after selecting it) #246
    mathisdt committed Aug 12, 2023
    Copy the full SHA
    d40a3fe View commit details
    Browse the repository at this point in the history
  3. update dependencies

    mathisdt committed Aug 12, 2023
    Copy the full SHA
    63ccb15 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Merge pull request #255 from mathisdt/dependabot/gradle/app/org.apach…

    …e.commons-commons-lang3-3.13.0
    
    Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 in /app
    mathisdt committed Aug 10, 2023
    Copy the full SHA
    594e0b7 View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 in /app

    Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 10, 2023
    Copy the full SHA
    c6ad764 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #254 from mathisdt/dependabot/gradle/app/com.googl…

    …e.guava-guava-32.1.2-android
    
    Bump com.google.guava:guava from 32.1.1-android to 32.1.2-android in /app
    mathisdt committed Aug 10, 2023
    Copy the full SHA
    c233388 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #253 from mathisdt/dependabot/gradle/app/acraVersi…

    …on-5.11.0
    
    Bump acraVersion from 5.10.1 to 5.11.0 in /app
    mathisdt committed Aug 10, 2023
    Copy the full SHA
    50d1555 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Bump com.google.guava:guava in /app

    Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.1-android to 32.1.2-android.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 1, 2023
    Copy the full SHA
    79be9bc View commit details
    Browse the repository at this point in the history
  2. Bump acraVersion from 5.10.1 to 5.11.0 in /app

    Bumps `acraVersion` from 5.10.1 to 5.11.0.
    
    Updates `ch.acra:acra-http` from 5.10.1 to 5.11.0
    - [Release notes](https://github.com/ACRA/acra/releases)
    - [Commits](ACRA/acra@acra-5.10.1...acra-5.11.0)
    
    Updates `ch.acra:acra-dialog` from 5.10.1 to 5.11.0
    - [Release notes](https://github.com/ACRA/acra/releases)
    - [Commits](ACRA/acra@acra-5.10.1...acra-5.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: ch.acra:acra-http
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: ch.acra:acra-dialog
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 1, 2023
    Copy the full SHA
    6859286 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. update to Gradle 8.2

    mathisdt committed Jul 2, 2023
    Copy the full SHA
    7bfca74 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Copy the full SHA
    db3d9b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. update dependencies

    mathisdt committed Jun 30, 2023
    Copy the full SHA
    105bee3 View commit details
    Browse the repository at this point in the history
Older