Commit graph

148 commits

Author SHA1 Message Date
BroodjeAap
2177d399a5 bumped android version to 29 2021-06-12 15:49:12 +02:00
BroodjeAap
3019a29427 removed chown from .drone 2021-06-12 14:35:07 +02:00
BroodjeAap
305f7dec83 updated .drone 2021-06-12 14:31:02 +02:00
BroodjeAap
06ac7e5cef fixed some breaking changes switching flutter version 2021-06-12 14:30:52 +02:00
BroodjeAap
0526755d2f updated pubspec 2021-06-12 14:29:26 +02:00
BroodjeAap
9ea7f0a08e added proper readme 2021-01-11 20:01:28 +01:00
BroodjeAap
7a67b06df8 Fixed instruction 2021-01-11 19:31:08 +01:00
BroodjeAap
f74514796f another textstyle change attempt 2020-12-30 18:19:13 +01:00
BroodjeAap
077e2d15c6 Switched to custom "Text" classes for different text, cleaner but not sure if 'the way' 2020-12-30 16:30:11 +01:00
BroodjeAap
70eb31c7c9 fixed leap year buttons 2020-12-30 14:59:58 +01:00
BroodjeAap
2a206c8960 moved practice buttons to practice thing, so that leap practicething can only give two buttons (0 and 1) 2020-12-28 16:30:22 +01:00
BroodjeAap
fb66b095ab changed name of app in ios 2020-12-28 15:58:03 +01:00
BroodjeAap
353abf6a48 changed name of app in android 2020-12-28 15:57:56 +01:00
BroodjeAap
53b7bb48ad updated pubspec after removing notifcation stuff 2020-12-28 15:53:38 +01:00
BroodjeAap
af7f5a0752 removed notifcation stuff 2020-12-28 15:51:52 +01:00
BroodjeAap
56aa8ff6f8 removed unused pages 2020-12-28 15:51:37 +01:00
BroodjeAap
fe603a65a5 Finished All instruction page 2020-12-28 15:24:55 +01:00
BroodjeAap
19bc473af5 added placeholder for 'all' instruction page 2020-12-23 14:34:26 +01:00
BroodjeAap
dac3648886 added mod instruction page 2020-12-23 14:31:03 +01:00
BroodjeAap
316c3d3fc3 fixed layout for second page of year instructions page 2020-12-21 17:12:26 +01:00
BroodjeAap
6e9f476017 Added leap year instruction page 2020-12-21 17:12:12 +01:00
BroodjeAap
5942ec9a73 added century instructions page 2020-12-21 16:32:49 +01:00
BroodjeAap
4638bd334e Switched month instructions to a page 2020-12-21 16:12:14 +01:00
BroodjeAap
20e3e5b6e1 removed switch to decide what instruction to show, just use the PracticeType String to create the route and naviate to that 2020-12-21 16:03:27 +01:00
BroodjeAap
a3945c6777 removed default route in generateRoute 2020-12-21 16:02:17 +01:00
BroodjeAap
1f5558bef4 Changed instructions to a page instead of SimpleDialog, which was being annoying with state 2020-12-21 15:55:57 +01:00
BroodjeAap
0046da73a0 removed an unused field 2020-12-21 15:38:48 +01:00
BroodjeAap
df53bc9ee2 Changed wording, still 'meh' 2020-12-21 15:27:10 +01:00
BroodjeAap
84fa4558ec Added arrow glyph 2020-12-21 15:26:02 +01:00
BroodjeAap
de660cf501 caching the values used in the year value instruction instead of calculating them throughout the structure 2020-12-19 16:27:23 +01:00
BroodjeAap
9cb6f6b9fb Mostly done with instruction test page for year value 2020-12-19 16:04:28 +01:00
BroodjeAap
4702e0a302 Some work on the year instruction dialog 2020-12-19 15:54:42 +01:00
BroodjeAap
fe502ec32c Manually adding pageview 'numbers' ? 2020-12-08 17:38:19 +01:00
BroodjeAap
cbdf478811 testing out swipeable pageview 2020-12-07 18:10:16 +01:00
BroodjeAap
d3f55cb9ae Started prototyping the year value calculation instruction page on the MonthValuesPage 2020-12-06 16:15:33 +01:00
BroodjeAap
ff95e415d2 Added styling to 'finished practice' dialog title 2020-12-05 17:05:24 +01:00
BroodjeAap
bc778ba1a5 Initial month instruction dialog done 2020-12-05 16:44:50 +01:00
BroodjeAap
2c1e98d896 switched to horizontal numberpicker, scrolling is weird tho, still up/down... 2020-12-05 16:04:37 +01:00
BroodjeAap
d0f03c80d7 fixed absolute paths after appdrawer move 2020-12-05 15:50:13 +01:00
BroodjeAap
391a6ac001 changed appdrawer name of practice (was "practice months" still) 2020-12-05 15:47:57 +01:00
BroodjeAap
e420d3512b moved appdrawer from util 2020-12-05 15:47:28 +01:00
BroodjeAap
82335d1025 testing repeating notification 2020-12-01 17:19:03 +01:00
BroodjeAap
949c1300e6 got timed notification working 2020-11-29 14:48:12 +01:00
BroodjeAap
0b63598ee7 timezone stuff for notifcations 2020-11-26 20:14:24 +01:00
BroodjeAap
86a50e4f85 some more notification stuff 2020-11-26 18:12:19 +01:00
BroodjeAap
3e7f15568e Got working (android) notification 2020-11-24 19:57:06 +01:00
BroodjeAap
1f7850e418 Fixed absolute path import 2020-11-24 17:30:44 +01:00
BroodjeAap
b202ad6ad6 removed some unused imports 2020-11-23 17:35:06 +01:00
BroodjeAap
65792178f4 Removed db test code 2020-11-23 17:34:05 +01:00
BroodjeAap
1728ef4690 Fixed answer db views, seperate name for generated time in seconds 2020-11-23 17:33:31 +01:00