Memory-Assistant
Memory-Assistant copied to clipboard
Main project of Memory Athlete
Helper.java line 210 com.memory_athlete.memoryassistant.Helper.makeDirectory ``` Caused by java.lang.RuntimeException Couldn't create the directory. Path = /storage/0123-4567/Memory Assistant//Practice/ com.memory_athlete.memoryassistant.Helper.makeDirectory (Helper.java:210) com.memory_athlete.memoryassistant.main.MainActivity.moveFiles (MainActivity.java:110) com.memory_athlete.memoryassistant.main.MainActivity$1.run (MainActivity.java:99) com.memory_athlete.memoryassistant.main.MainActivity.onCreate (MainActivity.java:102) android.app.Activity.performCreate (Activity.java:6367) android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1110) android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2404)...
DisciplineFragment.java line 380 com.memory_athlete.memoryassistant.disciplines.DisciplineFragment.save ``` Fatal Exception: java.lang.RuntimeException Binary Digits directory doesn't exist com.memory_athlete.memoryassistant.disciplines.DisciplineFragment.save (DisciplineFragment.java:394) com.memory_athlete.memoryassistant.disciplines.DisciplineFragment.onClick (DisciplineFragment.java:141) ``` ``` Caused by java.io.FileNotFoundException /storage/E4AC-1B13/Memory Assistant/Practice/Words/19-07-01_12:50.txt (Invalid argument) java.io.FileOutputStream.open (FileOutputStream.java) java.io.FileOutputStream. (FileOutputStream.java:221)...
`setOnUtteranceCompletedListener(android.speech.tts.TextToSpeech.OnUtteranceCompletedListener)` is deprecated as of API 15: Android 4.0.3 (IceCreamSandwich). Replace it with something that works in a similar way Used in Disciplines for speech
Write Espresso tests for different UI components. Emphasize on the visibility of views and their content.
The app uses non-static inner classes that extend AsyncTasks. This is a memory leak. Fix this with losing any functionality. Also, try to preserve inheritance. The problem is observed in...
Dates.java line 206 com.memory_athlete.memoryassistant.disciplines.Dates.createDictionary ``` Caused by java.lang.IllegalStateException Fragment Dates{4325675} not attached to a context. android.support.v4.app.Fragment.requireContext (Fragment.java:696) android.support.v4.app.Fragment.getResources (Fragment.java:760) com.memory_athlete.memoryassistant.disciplines.Dates.createDictionary (Dates.java:206) com.memory_athlete.memoryassistant.disciplines.WordDisciplineFragment$DictionaryAsyncTask.doInBackground (WordDisciplineFragment.java:39) com.memory_athlete.memoryassistant.disciplines.WordDisciplineFragment$DictionaryAsyncTask.doInBackground (WordDisciplineFragment.java:36) android.os.AsyncTask$2.call (AsyncTask.java:305) java.lang.Thread.run (Thread.java:761) ```...
Prevent the loss of data when the app is reopened after being in the background for a while. Enable autorotation in discipline/recall Save the instance state in a bundle when...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...