-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
Tunein dev #718
base: main
Are you sure you want to change the base?
Tunein dev #718
Conversation
* Update todo-mvp README.md Refactored the content around a new structure, with new standard titles used for each sample Fixed various grammar issues Applied formatting Additional explanations and links where appropriate Introduced pre-requisite topics * Update README.md Removed a redundant sentence. * copies Firebase Test Lab results to CIRCLE_TEST_REPORTS * Replaced deprecated attribute * Bumps versions and fixes annotation imports * Fixes toolbar title not being persisted after rotation * Fixes navigation issue android#287 * Bumps circle CI Android dependencies * Fixes comment in test * Bumps versions in travis.yml * Moving the setting of the AddEditTaskPresenter in the constructor. Tests added to check that the presenter is set to the view. * Removing the `_id` column and making `entryid` primary key. Moved the `TasksLocalDataSourceTest` to correct package. * Fixed Firebase Test Lab script * Tries to fix circle adding google repo * Buildtools 26 is mandatory now, apparently * More CI fixes * CI caught some merge errors + circle fix
* Update todo-mvp README.md Refactored the content around a new structure, with new standard titles used for each sample Fixed various grammar issues Applied formatting Additional explanations and links where appropriate Introduced pre-requisite topics * Update README.md Removed a redundant sentence. * copies Firebase Test Lab results to CIRCLE_TEST_REPORTS * Replaced deprecated attribute * Bumps versions and fixes annotation imports * Fixes toolbar title not being persisted after rotation * Fixes navigation issue android#287 * Bumps circle CI Android dependencies * Fixes comment in test * Bumps versions in travis.yml * Moving the setting of the AddEditTaskPresenter in the constructor. Tests added to check that the presenter is set to the view. * Removing the `_id` column and making `entryid` primary key. Moved the `TasksLocalDataSourceTest` to correct package. * First commit: MPV with Room * Readme updated * Readme updated * Fixing CI * Fixing tests for local repository * Using Idling resources for tests, for commands that are executed on the background thread * comments updated * Fixed Firebase Test Lab script * fix typo in androidTest * Fix typo (android#415) - Change "compliment" to "complement" * Fixed the typo (android#425) * Tries to fix circle adding google repo * Buildtools 26 is mandatory now, apparently * More CI fixes * CI caught some merge errors + circle fix * Fixed Firebase Test Lab script (android#440) * Updates room branch to API 26, Espresso, Arch Components * Adds google m2 repository * Adding google() to repositories * Reverts to todo-mvp's README
Fixes links of todo-databinding sample
…raries version upgrade
…tween app sessions
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Add ability to persist changes to db to maintain todos across app sessions
Add ability to sort by priority and todo name
Display of priority under todos in the todo list