Conversation
…epeat interval - Versioned notification channels (reminders_v1+) with system default sound - Melody picker and volume SeekBar in Settings → Media - "Repeat notification" switch with 5/10/15/30/60 min chips in reminder picker - Interval repeat works for both note and task reminders - DB migration 12→13: reminderIntervalMinutes on notes and tasks - New TaskReminderPickerBottomSheet replaces inline date/time pickers - Translations updated for all 11 locales
…d Tasks and Reminders sections to Help, bump help version to 2.6.46
…der notification
- ReminderTapActivity and cancelIntervalReminder now schedule the next
daily/weekly/monthly occurrence instead of unconditionally clearing
the reminder when repeatStr != NONE
- Extract computeNextTime to ReminderManager (shared by receiver + activity)
- Fix NoteDao: replace @update with updateNoteContent query so auto-save
no longer overwrites reminderTime/reminderRepeat fields
- Fix SnoozeActivity: pass original repeatStr/intervalMinutes through
snooze alarm instead of hardcoded NONE
- Fix TaskReminderReceiver: use ReminderTapActivity PendingIntent for tap
- Fix ReminderTapActivity: early-return when noteId/taskId == -1
- Add ReminderRepeatTest unit tests and reminder-specific NoteRepositoryTest
- Add clearReminder stack-trace logging for future debugging
…becomes first What it covers: - endAnimations() before invalidateSpanAssignments() kills the in-flight SGLM move animation that was causing the visual gap/overlap when the moved-to position (0) was off-screen - previousTopId detection triggers scrollToPositionWithOffset(0, 0) when an edited note bubbles to the top, so the user sees it immediately without the broken animation artifact - Removed setHasStableIds (done last session) and all diagnostic logging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.