Vijay

Results 3 issues of Vijay

Fixes: #2764 1. Refactored `card_view_menu.xml` — removed unnecessary nested menu items for the action popup (Android handles this automatically). 2. Implemented a single menu item to toggle Archive / Unarchive,...

needs changes

Fixes: #99 All instances of `database.rawQuery()` that involved dynamic arguments have been converted to use the structured `database.query()` builder. This change eliminates manual SQL string concatenation, which is a common...

**Requirement** The issue required adding time selection capability to the existing date picker functionality. Previously, users could only select dates without specific times, which limited precision for time-sensitive features. **Changes...