Commit graph

  • 034d787731 Added a dialog popup when month practice is complete BroodjeAap 2020-10-26 17:51:53 +01:00
  • 088817ad66 Moved some files around for practice pages BroodjeAap 2020-10-25 16:40:30 +01:00
  • c7dbd1520f added some simple tests for Months class BroodjeAap 2020-10-20 17:22:48 +02:00
  • 4ede1c3efd added proper DayCalculator test group BroodjeAap 2020-10-20 17:15:17 +02:00
  • 27f99d9866 added some tests for Months class BroodjeAap 2020-10-20 17:13:33 +02:00
  • 771c411723 updated getMonthValueByString in DayCalculator to use Months class BroodjeAap 2020-10-20 17:04:33 +02:00
  • 0de095167e updated getMonthValue in DayCalculator to use Months class BroodjeAap 2020-10-20 17:03:56 +02:00
  • d78746fa87 removed unneeded 'new' everywhere BroodjeAap 2020-10-20 17:02:21 +02:00
  • 88eb570f63 can now hide correct month values when practicing BroodjeAap 2020-10-19 17:44:44 +02:00
  • 3e632627fe reduced max month practice rounds to something more realistic (500) BroodjeAap 2020-10-19 17:32:49 +02:00
  • 8bb558e3f4 improved layout of month practice setup page a bit BroodjeAap 2020-10-19 17:28:35 +02:00
  • 8e64a87631 set default month practice count to 12 BroodjeAap 2020-10-19 17:25:28 +02:00
  • 185e913827 Added short (2 answer) history to month practice, with right answers BroodjeAap 2020-10-18 15:35:24 +02:00
  • 80ad0cdef4 Bigger numbers on month practice and capitalizing the month BroodjeAap 2020-10-18 15:12:43 +02:00
  • 76c5aec103 Increased size of right/wrong answers in month practice BroodjeAap 2020-10-18 14:52:44 +02:00
  • dd0597b51a Slight improvement to code that generates the month pracice buttons BroodjeAap 2020-10-18 14:52:16 +02:00
  • e23f1673b0 Improved layout of month practice BroodjeAap 2020-10-18 14:38:59 +02:00
  • b5267053c9 Updated MonthPracticePage to use Months util BroodjeAap 2020-10-17 17:31:17 +02:00
  • 602e0c1628 Refactored MonthValuesPage to use the Months util class BroodjeAap 2020-10-17 17:28:45 +02:00
  • cb50cbda1b some more additions to the util Months class BroodjeAap 2020-10-17 17:28:31 +02:00
  • 5513a775a6 in between commit BroodjeAap 2020-10-17 17:18:56 +02:00
  • d71b02e9c9 added simple graphics to the practice page BroodjeAap 2020-10-17 16:33:57 +02:00
  • 65766771a6 basic practice working BroodjeAap 2020-10-17 16:02:33 +02:00
  • b78877721e added build status badge to readme BroodjeAap 2020-10-17 15:29:46 +02:00
  • fbbfbb3bf4 fixed import paths BroodjeAap 2020-10-17 15:27:53 +02:00
  • a9bbc19f50 Moved files around BroodjeAap 2020-10-04 18:48:37 +02:00
  • e11094b56c Fixed a title of a page BroodjeAap 2020-10-03 17:04:44 +02:00
  • 11a6d765c1 Added simple practice page for month values BroodjeAap 2020-10-03 17:04:31 +02:00
  • 4aaddecbd0 Added getMonthValueByString function to DayCalculator, with tests BroodjeAap 2020-10-03 17:03:50 +02:00
  • 687a2da1c5 Cleaned up readme BroodjeAap 2020-09-27 15:34:37 +02:00
  • a59836153f Added simple scroller (NumberPicker) to select year and some text that gives the century value and if it's a leap year BroodjeAap 2020-09-27 15:26:06 +02:00
  • 9a6afcb2a8 Added isLeapYear function with tests BroodjeAap 2020-09-27 14:42:29 +02:00
  • ca7673dbd5 Added getnCenturyValue with tests BroodjeAap 2020-09-27 14:24:18 +02:00
  • 88ddf6f3a8 Added getMonthValue function with tests BroodjeAap 2020-09-27 14:05:42 +02:00
  • 13ccd1a0d5 chown of repo broodjeaap 2020-06-13 22:18:00 +02:00
  • ea1156b436 cirrusci/flutter:stable image instead of dart image broodjeaap 2020-06-13 22:15:50 +02:00
  • 1a5606c506 flutter pub run test broodjeaap 2020-06-13 22:14:06 +02:00
  • d925afe0f4 Added trigger to .drone.yml broodjeaap 2020-06-13 14:41:44 +02:00
  • 606326d9b8 Added drone CI yml broodjeaap 2020-06-13 14:38:48 +02:00
  • 38d55de63f Added drone CI yml broodjeaap 2020-06-13 14:31:24 +02:00
  • ea1b347a47 Added a test case for calculator lib broodjeaap 2020-06-13 14:28:11 +02:00
  • d8805322d2 Started work on a calculator 'lib' that the app is going to use broodjeaap 2020-06-13 14:27:52 +02:00
  • 74f09d84cd Drawer for the app with 2 pages/views (?) broodjeaap 2020-06-11 22:02:19 +02:00
  • ee2b55de42 Moved MonthValuesPage class to it's own file broodjeaap 2020-06-11 21:18:07 +02:00
  • 509146634d OThatsA now returns the MaterialApp instead of the MonthValuesPage class broodjeaap 2020-06-11 20:36:05 +02:00
  • 0eafda1430 Cleaner way of formatting the month values broodjeaap 2020-06-11 20:30:47 +02:00
  • 69e0da8b1e Little better (?) formatting for the month values page broodjeaap 2020-06-11 20:27:54 +02:00
  • 74ac02c621 MyApp -> OhThatsA class in a test broodjeaap 2020-06-11 20:21:49 +02:00
  • 0842a58865 table of month values broodjeaap 2020-06-08 20:52:11 +02:00
  • 34df4cbc02 (meh) list of month values broodjeaap 2020-06-08 20:44:50 +02:00
  • f9477c7e88 First commit, just the template broodjeaap 2020-05-10 16:40:38 +02:00
  • 7f59050d2b Added gradle to .gitignore broodjeaap 2020-05-10 16:39:05 +02:00
  • d29da791e4 Added better .gitignore broodjeaap 2020-05-10 16:37:39 +02:00