Minimal-Todo icon indicating copy to clipboard operation
Minimal-Todo copied to clipboard

Material To-Do App

Results 103 Minimal-Todo issues
Sort by recently updated
recently updated
newest added

#### Describe the bug When an item is completed, the interface allows users to choose a snooze time. Howerver, there is no way to submit the choice but a button...

Tell me please if you want me to make some change on this commit :)

It would be useful to have saving option for the todo-lists (on the external sdcard and maybe for the cloud).

I Want to add a description to each to-do, Add new button for copy title and description to the clipboard, and display the total number of To-Dos The structure after...

When I build through `$./gradlew cAT`, it failed. ``` Minimal-Todo/app/src/androidTest/java/com/example/avjindersinghsekhon/minimaltodo/TestStoreRetrieveData.java:171: error: cannot find symbol return new StoreRetrieveData(context, MainActivity.FILENAME); ^ symbol: variable FILENAME location: class MainActivity 1 error ```

Application now supports Turkish language.

Hi! I viewed your repo for reference. I saw there's no Korean language support, so add Korean strings.xml.

``` Could not find method google() for arguments [] on repository container. Open File [ScreenShot]((https://user-images.githubusercontent.com/23017590/39396232-1554a37e-4b08-11e8-85c8-4cef84f82df9.png)) ``` Tried to add google() method in Project build ``` allprojects { repositories { jcenter()...