ActivityDiary
ActivityDiary copied to clipboard
Android diary for any kind of activities
**To Reproduce** 1. Go to the menu page 2. Click search icon and input text 3. Click add button 4. Save the added activity 5. The newly added activity is...
To Reproduce 1. Click search icon 2. Edit text in search box 3. Click on the activity on the page 4. Click the delete icon 5. The deleted activity is...
**To Reproduce** 1. Click search icon 2. Edit text in search box 3. Click add icon 4. Input the new activity title 5. Click the "√" icon 6. the added...
Added Tags for activities, and Rich Text Editor.
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified
App crashes at runtime with the following error : ```java java.lang.IllegalArgumentException: de.rampro.activitydiary: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a...
### Description Rotating the screen after entering an incorrectly formatted date in the search bar causes a crash ### There is a video: https://user-images.githubusercontent.com/92309998/169066990-73be76b6-8a54-4998-9c63-8d43793c34a3.mov ### Steps to reproduce 1. click...
This pull request closes #310 . The bug was caused by trying to access the searchview of null value after rotating the screen, because onCreateOptionsMenu() callback is invoked only after...
# Smartphone * App version: 1.4.2 * Android version/rom: Android 11.0 * Device: OnePlus 8T ## Steps to Reproduce Explain what you did to encounter the issue 1. Add a...
color-picker-dialog library is dead, see: https://github.com/Pes8/android-material-color-picker-dialog/issues/43 so we need to replace it, or integrate it into our codebase?