[android] Add home screen widget for favorite bookmarks #10372

Open
coderang-gk wants to merge 3 commits from coderang-gk/feature-homescreen-widget-bookmark into master

3 commits

Author SHA1 Message Date
f0deaa11c9 [android] Add dark mode support to widget config activity
Signed-off-by: coderang-gk <coderang.gk@gmail.com>
2025-03-09 16:58:53 +05:30
28545429ac [android] Optimize bookmark search with native implementation
Replace inefficient Java bookmark search methods with a C++ implementation that leverages the core place page infrastructure. The previous approach had significant computational overhead due to redundant iterations over all bookmark categories.

Signed-off-by: coderang-gk <coderang.gk@gmail.com>
2025-03-07 15:59:08 +05:30
2504282e67 [android] Add home screen widget for favorite bookmarks
This adds a new home screen widget feature that allows users to placebookmarks directly on their device's home screen for quick access.

Used coordinates and name-based approach for storing and retrieving bookmarks

Signed-off-by: Gaurang Khatavkar <coderang.gk@gmail.com>
2025-03-06 10:34:54 +00:00