Skip to content

Tags: Futsch1/medTimer

Tags

v1.8.16

Toggle v1.8.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
205 meds taken past midnight cause issue for next days dose (#207)

* Fixed passing reminder date to actual notification

* Bumped version to v1.8.16-rc.1

* Bumped version to v1.8.16

* Fixed ru translation

v1.8.15

Toggle v1.8.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add russian translation. (#202)

* Add russian translation.

* Update app/src/main/res/values-ru/strings.xml

* Update app/src/main/res/values-ru/strings.xml

* Fixed translation

---------

Co-authored-by: Florian Fetz <[email protected]>
Co-authored-by: Futsch1 <[email protected]>

v1.8.14

Toggle v1.8.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix background service start not allowed exception (#196)

* Bumped version to v1.8.14-rc.1

* Fixed exception with workaround

* Removed unused strings

* Changed last n days to plural

* Remove unused styles

* Fixed string access

* Removed unused theme

* Fixed variable name

* Updated from Google Play

* Add job to update store listing

* Bumped version to v1.8.14

v1.8.13

Toggle v1.8.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
178 taken action when dismissing notification (#186)

* Bumped version to v1.8.13-rc.1

* Add additional dismissing action "Taken"

* Fixed ReminderWorkUnitTest

* Fixed not full height cells

* Proper date/time formatting in calendar view

* AGP 8.5.1

* Bumped version to v1.8.13

v1.8.12

Toggle v1.8.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed table layout (#177)

v1.8.11

Toggle v1.8.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
169 f droid cant build (#172)

* Try using build tools version 34

* Try using build tools version 34

* Bumped version to v1.8.11

v1.8.10

Toggle v1.8.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
137 show medication history in a calendar view (#167)

* Updated test package versions

* First setup steps for calendar view

* Compile fixes

* Added navigation to calendar
First version of view model

* First working calendar

* Filter past events
Proper string output

* Day selection mechanism implemented

* Improved calendar texts

* Work on calendar styling

* Use calendar icon

* Added divider

* Add date to day string

* Added calendar header
Some GUI tweaks

* Fixed an issue with the priority dropdown not showing all items

* Added hint

* Changed button icon

* Day text on card and read only
Start selection with current day

* Fixed broadcast receiver

* Bumped version to v1.8.10

* Remove duplicated code

* Bumped androidx.test versions

v1.8.9

Toggle v1.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed cleaning up channels (#159)

v1.8.8

Toggle v1.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
140 ability to delete reminder events (#149)

* Run Firebase only on push to main

* Implemented deleting

* Properly handle deleted events

* Added test for deleting events

* Bumped version to v1.8.8-rc.1

* Refactoring to reduce amount of methods in OverviewFragment

* Rename .java to .kt

* Migrated to Kotlin

* Minor text fixes

* Bumped version to v1.8.8

v1.8.7

Toggle v1.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Null in destroy (#136)

* Added checks for null safety in fragment destroy functions

* Bumped version to v1.8.7

* Fixed CodeClimate issue