6 Commits

Author SHA1 Message Date
Jason Wall
403e707892 Bug Fixes
--
 * Strongs rendering was happening for words that didn't have numbers.
 * Fix a number of issues caught by linting (lack of types, some casing issues that would have caused bugs)
 * Remove memory leaks from not cleaning up subscriptions
 * Fixed bug in Add Card to Saved Page dialog

Enhancements
--
* Button to clear all cards from current menu
* Clear reported errors after 25 seconds so they don't stay on the screen forever.
* Show multiple Strong's numbers in tabs instead of multiple dialogs on top of each other.
* Make all the dialog titles consistent.

Code Health
--
* Implement better linting
   * Sort imports
   * Optimize regex
   * Remove unused imports/vars
* Upgrade app service to a better style
* Removed deprecated function calls
* Removed redux, just use an RXJS observable
* Removed old dependency from package.json that was no longer used and deprecated
2024-03-09 21:15:29 +00:00
Jason Wall
72deb4f72c upgrade android project 2024-02-29 15:21:26 +00:00
Jason Wall
eaf4edb8b4 Db 24 fix menu 2024-02-28 00:53:24 +00:00
Jason Wall
a0c3528e8b Capacitor can't do the the typical web login for reasons.
So we need to use a plugin that will handle native auth, and we fixed
an issue with logout.
2021-03-01 14:18:45 +00:00
Jason Wall
236398a41d Get rid of ios/electron as you're not using them yet.
change the android package name back to what it used to be because firebase needs it
2021-02-28 19:52:06 -05:00
Jason Wall
c4e30a66cb remove all the old files, reorganize the structure 2020-08-18 09:02:27 -04:00