218 Commits

Author SHA1 Message Date
a69d2778c1 ios build v1.6.0 2021-01-07 16:02:44 -07:00
2d488c5d6f add ability to export notes 2021-01-07 12:07:54 -07:00
60187fb0f0 ios build 2021-01-05 14:19:53 -07:00
f1eb550ebd updated changelog 2021-01-04 16:08:49 -07:00
eed9ff4b42 translations for notes 2021-01-04 15:47:43 -07:00
018b434d11 added ability to add notes in markdown to timers 2021-01-04 15:35:08 -07:00
8bf6ae37e2 Merge branch 'notifications' 2021-01-04 12:34:13 -07:00
436001f64b notifications working on ios 2021-01-04 12:25:27 -07:00
c2e33a0d92 Translations for importing 2021-01-04 11:59:40 -07:00
a675a20b1c added database importing 2021-01-04 11:43:21 -07:00
194ce4e314 move from flutter_share to share 2021-01-04 09:11:06 -07:00
55a0a9b164 change db export button into import/export menu 2020-12-31 09:12:36 -07:00
fa5410c0ea updated translations for default time span option 2020-12-30 18:00:59 -07:00
3bab86e547 got default filter days setting working 2020-12-30 17:54:35 -07:00
605d0bc225 fixed android notification icon 2020-12-30 15:51:37 -07:00
3e3dfa6692 updated translations for notifications: 2020-12-30 15:51:25 -07:00
c8c77aa025 notifications mostly working on android 2020-12-30 15:33:10 -07:00
f11dce4b42 initial version of notifications on app minimizing 2020-12-30 14:38:10 -07:00
914af036c3 added translations for app badge option 2020-12-30 08:29:27 -07:00
fb72a5fd8b fix notification badges for when option is disabled 2020-12-30 08:13:19 -07:00
5db9f56b7e Merge branch 'master' into notifications 2020-12-30 07:55:38 -07:00
a047975239 move notification handling to bloc stream event listener in main 2020-12-30 07:55:23 -07:00
6a1ec2d729 Merge remote-tracking branch 'origin/ios-build-fix' 2020-12-30 07:29:45 -07:00
a87379a06e fix ios building 2020-12-30 07:28:21 -07:00
a09d1556a6 fix a null exception 2020-12-30 07:27:17 -07:00
d52e778737 working on app badge notifications 2020-12-28 22:01:01 -07:00
59d9134132 dartfmt the entire shebang 2020-12-28 10:46:59 -07:00
116c7e8f5f give the search input focus as soon as the search button is tapped (#31) 2020-12-28 10:45:01 -07:00
3363d029a1 fixed dashboard top bar search text & icon colour (#31) 2020-12-28 10:41:47 -07:00
72f6489b11 filter timers based on project archive state in all relevant screens 2020-12-28 10:22:20 -07:00
b380aea3e5 removed default project, replaced with archive toggle in projects ui 2020-12-28 00:43:01 -07:00
09f34d6b2f update data layer to include flag for project archiving 2020-12-28 00:14:23 -07:00
d09c6c8a62 always delimit all fields on csv export; don't leak csv file to logs 2020-12-27 23:56:09 -07:00
091358078e upgraded most dependencies 2020-12-27 23:50:26 -07:00
9aa81c868f updating dependencies so app will run again 2020-12-27 23:25:57 -07:00
441279edef Merge pull request #36 from danielpetrica/italian-translation
fixed some translations
2020-12-27 22:59:14 -07:00
60f3da74dc fixed some translations 2020-12-05 01:15:58 +01:00
ddce6f5c69 Translate "Select All" and "Select None"
Fixes #21
2020-06-01 23:20:46 -06:00
d3a44c1f8a updated changelog 2020-06-01 23:14:55 -06:00
d92c04a21e Add a setting for only allowing a single timer at a time.
Extracted and modified from #28 with thanks to @rlyders for the initial
pull request.
2020-06-01 23:12:36 -06:00
7740ecd686 ran dartfmt on the whole shebang 2020-06-01 22:47:32 -06:00
a2655069b7 fix linter warnings 2020-06-01 22:44:01 -06:00
aaced9f778 update equatable 2020-06-01 22:10:32 -06:00
2fe6d825e0 upgraded packages, updated changelog, contributors 2020-05-26 09:16:53 -06:00
5a67fe924d default monday start date filter to off 2020-05-26 09:11:29 -06:00
26a88e42e2 translated default filter start date 2020-05-26 09:11:11 -06:00
a63a3686b3 Merge pull request #27 from rlyders/default-filter-start-date-to-monday
Default filter start date to monday
2020-05-26 09:08:52 -06:00
f64895a6bc Merge pull request #26 from rlyders/err-diagnosticable-no-unnamed-constructor
fix: flutter_svg: ^0.17.4 # fixed: Error: The superclass, 'Diagnostic…
2020-05-26 08:49:51 -06:00
e343bed005 feat: added new setting defaultFilterStartDateToMonday ("Default Filter Start Date to Monday") to default the following filters to the latest Monday: dashboard filter, report filter, export filter 2020-05-24 11:45:42 -05:00
e02b258aba fix: flutter_svg: ^0.17.4 # fixed: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments.
fix: flutter_datetime_picker: ^1.3.8 # fixed: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no
fix: shared_preferences: ^0.5.7+3 # fixed: [deprecation] getFlutterEngine() in FlutterPluginBinding has been deprecated
2020-05-24 08:50:48 -05:00