Add foreground service to indicate about ongoing downloads #10284
No reviewers
Labels
No labels
Accessibility
Address
Android
Android Auto
Android Automotive (AAOS)
API
AppGallery
AppStore
Battery and Performance
Blocker
Bookmarks and Tracks
Borders
Bug
Build
CarPlay
Classificator
Community
Core
CrashReports
Cycling
Desktop
DevEx
DevOps
dev_sandbox
Directions
Documentation
Downloader
Drape
Driving
Duplicate
Editor
Elevation
Enhancement
Epic
External Map Datasets
F-Droid
Fonts
Frequently User Reported
Fund
Generator
Good first issue
Google Play
GPS
GSoC
iCloud
Icons
iOS
Legal
Linux Desktop
Linux packaging
Linux Phone
Mac OS
Map Data
Metro
Navigation
Need Feedback
Night Mode
NLnet 2024-06-281
No Feature Parity
Opening Hours
Outdoors
POI Info
Privacy
Public Transport
Raw Idea
Refactoring
Regional
Regression
Releases
RoboTest
Route Planning
Routing
Ruler
Search
Security
Styles
Tests
Track Recording
Translations
TTS
UI
UX
Walk Navigation
Watches
Web
Wikipedia
Windows
Won't fix
World Map
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/organicmaps#10284
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "github/fork/zeac/resolve/520"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
requested review from
@ghost
requested review from
@ghost
I did a quick test:
There are 2 possible reasons why notification wasn't visible:
I was unable to get correct progress from MapManager and to keep this PR smaller, I will address that in next ones. Indeterminate progress is better than no notification.
There is one additional feature required: Starting from Android 14 foreground service is not a recommended way to implement such downloads: user-initiated data transfers. As foreground service is still needed for older versions of android it's worth to make it first.
@organicmaps/android
anyone else to test it and review please?Review: Approved
LGTM. Thanks for contributing!!
approved this merge request
Merging this PR now. Any follow-ups can go in separate PRs.
the string should be localized
nativeUpdate()
calls should be changed similarly so that fg service is startedlooks like there is an "auto-retry" feature in the core
When its triggered then the fg service is not started as the client part doesn't know there is a re-try happening in the core?
hmm what was its role and why its no longer needed?
I'm on Android 10, looking at the code it was introduced in tiramisu recently.
I've waited for longer.
Also when I start a new country download then a notification appears immediately.
Looking at the code you forgot to wrap
nativeUpdate()
calls, so the fg service is not started.Also there is no notification if there was an auto-retry. See my code comments.
Its OK.
Also when tapped on the notification it opens OM's map screen. It should open the downloader screen instead (and ideally auto-scroll the list to the country being downloaded).
But first let's focus on this:
The repeated beeping continues whether in fg or bg, sometimes more rare, sometimes more often. Maybe it beeps every time a progress update is posted? Also I've noticed a small "bell" icon on the notification box appearing for a split second and then disappearing again.
This beeping is really annoying.
I think its a release blocker.
Could anyone reproduce it?
RetryFailedDownloadConfirmationListener was needed to remove "Download failed" notification. It's no longer needed as the new progress notification will replace it.
This will help: #10359
Yes, you're right about nativeUpdate: #10360
I'm not sure about auto-retry. My understanding is that
To reproduce:
Reproducible when downloading a new map also, but not every time - sometimes a dialog "download failed, retry internet connection" is displayed immediately (after that there is no auto-retry), sometimes not.
Another bug that appeared on a slow cellular connection.
So when the FG service is running then are there auto-retries on errors and on wake up?
I expected it to either continue download reliably when the phone is off (but might depend on phone's settings? and I don't have anything forbidden for that) or at least continue upon wake up.
Then the same as prev post:
6. Put OM into bg
7. Repeated steps 6-8 from prev post - there was auto-resume with no notification.
mentioned in issue #10369