Commit Graph

159 Commits

Author SHA1 Message Date
17ed7d18f6 Implement undo last round.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 19:00:59 +01:00
30c8941bd1 Fix crash on empty database at startup. 2022-12-27 18:39:07 +01:00
bdf3c0a98e Change primary key to long. Implement newGame menu option.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 18:16:14 +01:00
09739ccc8e Fix tests.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 17:25:57 +01:00
7655d1d7a3 Add database. Write score to database and update.
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-27 17:19:55 +01:00
6edbe12fd1 Add unit test for Tichu. 2022-12-27 17:18:24 +01:00
db5384201f Add test for Tichu.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 11:58:59 +01:00
252889eff7 Fix hilt integration.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 11:40:14 +01:00
4e6193501b Use single live event to prevent false trigger after rotation. remove hilt (for the moment)
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 08:57:02 +01:00
637a34efd7 Fix app crash
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-24 15:00:41 +01:00
346ac10e68 Remove tests. need to rewrite them.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-24 12:15:27 +01:00
0e31908c7a Use viewmodels with LiveData.
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-24 12:12:19 +01:00
5e0c80be17 Split layout in Fragments.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-21 22:46:07 +01:00
a835580682 Target API33. Setup Hilt DI framework. Apply formatting
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-21 20:20:22 +01:00
d4fa1483cd Fit tests.
All checks were successful
continuous-integration/drone Build is passing
2022-12-08 22:33:24 +01:00
b8ad540b57 Format all files. And fix Round unit test (that now fails...) 2022-11-01 18:35:20 +01:00
ed28d054ec Use int extensions. 2022-11-01 18:07:41 +01:00
78481d29fc Update gradle and IDE. 2022-10-30 17:12:56 +01:00
a7b3247796 Use correct binding. Remove unneeded code. 2022-06-28 10:14:50 +02:00
0ed30dc87a Update deprecated extensions. 2022-06-26 19:40:42 +02:00
cc8ae173f8 Update. Add language setting. 2022-06-26 14:08:53 +02:00
aa777ebe02 Merge branch 'release/1.0.0' of https://bitbucket.org/fabian_zobrist/counter into release/1.0.0 2020-10-04 18:12:05 +02:00
Fabian Zobrist
00fbc60eee Revert "implement in app review"
This reverts commit 92bb0dc8
2020-09-29 11:07:50 +02:00
16bfcd3288 clean upü 2020-09-21 08:55:52 +02:00
92bb0dc86f implement in app review 2020-09-21 08:52:15 +02:00
2cb496ea8f correct typo 2020-09-21 08:51:54 +02:00
ac468e2e84 Bugfix: prevent submit when both inputs hold a '-' 2020-09-21 08:49:51 +02:00
437fae633a Store history and team names persistent in shared preferences. 2020-09-20 22:33:38 +02:00
f1dad279e0 Show negative sign if entered first. 2020-09-20 20:30:02 +02:00
be1e819f90 Remove unneeded attribute 2020-08-31 22:52:59 +02:00
65581ae257 Bugfix: choosen Theme isnot displayed when setting is opened. 2020-08-31 22:03:08 +02:00
be66a50541 cleanup and optimizations 2020-08-30 21:46:54 +02:00
969b5784bb bump version number, reduce size of app. 2020-08-30 21:18:59 +02:00
f5cd5775cf Hide keyboard when clicked outside of name input field. 2020-08-30 20:52:12 +02:00
587651d697 Bugfix: Just working with Add100 and Sub100 button does not allow to submit values. 2020-08-30 18:13:14 +02:00
4069fe86a7 Reformat Code 2020-08-30 17:44:50 +02:00
1b9183950f Correct typos 2020-08-30 17:44:37 +02:00
Fabian Zobrist
dd9c8d56ad Add menu entry to keep screen on 2020-08-25 14:51:07 +02:00
1dbc27ee63 reduce size of team name. make score bold. 2020-08-23 22:09:47 +02:00
bd888779e9 BugFix: Make Round Serializable to prevent application crash on switching to another app. 2020-08-23 22:06:04 +02:00
53ad586502 Give focus to input A if none is selected. 2020-08-21 11:54:23 +02:00
eec7e19369 Optimize for small screens 2020-08-21 11:47:52 +02:00
983b8c559f project clean up 2020-08-21 10:59:25 +02:00
f458e50e7c Make team names editable 2020-08-21 10:34:39 +02:00
30c030dc5f - fix loading history form savedInstance.
- fix add or sub 100 does not update other score
2020-08-21 10:32:54 +02:00
Fabian Zobrist
4348fa479c try to save the state of the history. 2020-08-20 15:58:50 +02:00
Fabian Zobrist
7d570385fa Add layout for landscape view. 2020-08-20 14:47:00 +02:00
e88871172e clean up. 2020-08-20 00:16:19 +02:00
1a2a724bb2 Store theme settings and apply at startup. 2020-08-20 00:07:09 +02:00
26495f11a3 Add Dialog to change theme. 2020-08-19 23:38:53 +02:00