Skip to content

Releases: android-hmueller01/JobLogTimer

Release 1.1.0

Choose a tag to compare

@hmueller01 hmueller01 released this 22 May 14:14

What's Changed

Full Changelog: rel-1.0.0...rel-1.1.0

Release 1.0.0

Choose a tag to compare

@hmueller01 hmueller01 released this 18 Apr 20:55

What's Changed

Full Changelog: rel-0.19...rel-1.0.0

Release 0.19

Choose a tag to compare

@hmueller01 hmueller01 released this 18 Nov 18:52
c485e09
  • Added home office function (no forced breaks)
  • Optimized work per day calculation, if there is more than one work time per day
  • Fixed some errors raised with Android 12 (e.g. PendingIndent flag)
  • Switched from jcenter to mavenCentral repository

Release 0.18

Choose a tag to compare

@hmueller01 hmueller01 released this 10 Oct 18:54

Updated targetSdkVersion to 31 (Android 12)

Release 0.16

Choose a tag to compare

@hmueller01 hmueller01 released this 08 Feb 13:04

Migrated from AppCompat to AndroidX
Updated targetSdkVersion to 29 (Android 10)
Using new key for signing (lost password), uninstall of old version might be necessary - sorry
Don't forget to backup database before uninstall!

Release 0.15

Choose a tag to compare

@hmueller01 hmueller01 released this 05 Jan 16:58
  • Added current time display (including seconds)
  • Added release signing config
  • Updated targetSdkVersion to 28 (Android 9 / PIE)

Release 0.13

Choose a tag to compare

@hmueller01 hmueller01 released this 22 Feb 20:55
  • Migrated project to Android Studio
  • Updated minSdkVersion to 14 and targetSdkVersion to 27 (Android 8.1 / OREO)
  • Switched from Locale.US to Locale.getDefault()
  • Fixed a bug when work started or ended at fix break time (wrong calc)
  • Fixed some (not all) warnings by Android Studio