-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(history): store data each hour #109
Conversation
Co-Authored-By: lucienbl <lucien.blunk.lallet@gmail.com>
Possible dark video background issue fix
* Add eslint * Run eslint on files * Update contributing guide * Update README * Typo
* Spanish translation * correction * improvement spanish translation
* Add spanish * Add missing translations
* Spanish translation * correction * improvement spanish translation * missing spanish translations added
* Update README.md * Update README.md
* cherry-pick * Add button on picker * Add button to change language
Bumps [jest](https://github.com/facebook/jest) from 24.5.0 to 24.8.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](jestjs/jest@v24.5.0...v24.8.0)
Bumps sentry-expo from 1.11.2 to 1.12.0.
…otismoke#95) Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.17.2 to 2.17.3. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.17.2...v2.17.3)
Bumps [truncate](https://github.com/FGRibreau/node-truncate) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/FGRibreau/node-truncate/releases) - [Changelog](https://github.com/FGRibreau/node-truncate/blob/master/CHANGELOG.md) - [Commits](FGRibreau/node-truncate@v2.0.1...v2.1.0)
Lb expo upgrade
Merge master into history-feature
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this PR 💯 ! I'll test more thoroughly on-device, but at the first glance it looks good.
There are some stuff to change though, like removing the TS stuff (though I logged #96 some time ago, I would like to change it to TS too).
Revert "Am feature history"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code lgtm! I'm testing on-device right now, will merge if I don't see any bugs
This should store necessary data each hour in a local SQLite DB.