- Log error if an error occurs when fetching the repo in service.js
- Invalid syntax in service.js
- JSON parsing is now wrapped in a try/catch to prevent errors from breaking the app
- Added a new default store for beta test dapps
- fixed an issue where the add a store button was visible when there was already MiniDapp stores
- added community dapps repo as a default repository
- fixed issue where the store home screen was flashing on startup
- moved sql db creation to service.js
- debug mode disabled by default
- service.js app update checks are now case insensitive
- Additional tweaks to the warning message about installing apps in read mode when opening the third party store for the first time
- Added a warning message about installing apps in read mode when opening the third party store for the first time
- Fixed issue with revised semver checker breaking read mode
- Notification that there are MiniDapp updates are now only sent once every 24 hours
- Logic for displaying the terms of use has been revised
- tweaks to the logic to how the terms of use is displayed
- added notifications when MiniDapp updates are available- there is a settings modal where the MiniDapp update available notification option can be disabled
- added terms of use to the splash screen
- update mds.js
- You can now share Dapp stores that have been added
- Minor text changes
- Updated "App is in read mode" text content
- Updated "App is in read mode" text content
- Fixed issue where MiniDapp store json data was not being updated correctly
- Added app page view
- Added example MiniDapp json
- MiniDapp JSON is now loaded using the Minima node instead of being fetched client-side
- Initial release