July 21, 2024
- Updated import statements to exclude package name
December 01, 2023
- Updated Flutter and dependencies
- Updated Translations
- Made Time-zone aware
- Updated Loading Screen
- Updated Settings Screen
- Allow the editing of icons, colors, and phone sounds
January 04, 2023
- Updated gradle (jcenter to mavenCentral, 23 min 33 sdk, etc.)
- Sync process rewrite
- mvc_application to fluttery_framework library
- General rewrite to meet latest version of Flutter
December 15, 2022
- AppMenu
- if (init && !kIsWeb) {
- Draggable Floating button
- todos_page rewrite
February 02, 2022
- Upgraded code
November 09, 2020
- Enhanced 'Dark Mode' feature
- Introduced Widget & Async error handling.
- Changed runApp.reportError to runApp.errorReport
November 02, 2020
- Update to mvc_application 6.1.0
- Removed class WorkingView to use class, AppState
- Introduce 'Dark Mode' switch to the App.
- Avoid infinite loops with constructor calls moved to initAsync()
- Remove an Anonymous sign in with a user login.
- Enhanced 'local' sync of offline records
- Utilize the DatabaseReference's onChildAdded() function for live syncing of device changes.
October 16, 2020
- Removed data field, ReminderEpoch Long.
- Delete Firebase records more than a year old.
- Updated notifications.dart to consider timezones.
- More multi-language dialogue windows.
- Cancel a notification before modifying it.
October 11, 2020
- Allowing buttons to switch around.
October 10, 2020
- Introduced i10n.csv for translations.
- iso_spinner.dart.
- flutter_local_notifications.dart updated.
September 25, 2020
- flutter_local_notifications package was installed.
August 14, 2020
- Introduced analysis_options.yaml with strict Dart style guide.
July 12, 2020
- WorkMenu in iOS interface
July 10, 2020
- CupertinoTabScaffold to CupertinoPageScaffold
- Use of showCupertinoModalPopup
July 06, 2020
- Change semantic versioning to major first release.
- Scaffold.of(context)
- con.data.linkForm(
July 04, 2020
- .gitignore
July 04, 2020
- if (map != null) icon = map['Icon'];
- add google-services.json
- git rm --cached -r .packages
July 03, 2020
- Podfile platform :ios, '10'
- channel dev
- GoogleService-Info.plist
July 01, 2020
- Updated AppIcon & LaunchImage
July 01, 2020
- primaryColor: App.color,
- 49 files committed.
- Updated README.md
- App.themeData; WorkingMemoryApp to WorkingController; View to WorkingView
- exclude much of ios/ in .gitignore
- saveFirebase(newRec); bool itemsOrdered([bool ordered]);
- "$select order by datetime(DateTime)";
- requery();
- settitngs_drawer.dart
- Modify .gitignore file to allow committing android and ios files & folders
- SignIn(); in Menu; crash.enableInDevMode = true; Future recordDump();
- _auth.listener = _con.recordDump;
- Save favourite icons data table
- remote_config: ^1.0.0
- auth: ^6.0.0
- class DataFields
- Updated to mvc_application 5.0.0
- Crashlytics
- class CloudDB, class RemoteConfig, class DateTimeItem
- class WorkMenu, class Icons, class LoginInfo signInSilently(), class Model FireBaseDB()
- class Semaphore, class Settings getLeftHanded()
- class SignIn signInWithFacebook(), signInWithTwitter(), signInEmailPassword(), signInWithGoogle()
- class SyncDB
- class TodoPage ? TodoAndroid() : TodoiOS();
Feb. 26, 2020
- Changed from all Static methods.
Feb. 21, 2020
- new dbutils
Apr. 11, 2019
- Incorporate mxc_application
Jan. 01, 2019
- Incorporate mvc_pattern 3.0
Jan. 01, 2019
- Initial Commit