-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to display custom notification title on Android #437
Ability to display custom notification title on Android #437
Conversation
…ithub.com/m-ochyra/flutter_downloader into feature/notification-alternative-filename
I added also fix for crash on older Android versions: |
When will this branch be merged in? |
# Conflicts: # android/src/main/java/vn/hunghd/flutterdownloader/DownloadWorker.java
Is any chance to merge in the nearest time? I also need this feature. |
# Conflicts: # android/src/main/java/vn/hunghd/flutterdownloader/DownloadWorker.java
@m-ochyra Hi, would you be interested in solving the merge conflicts so that we can merge this? |
# Conflicts: # README.md # android/gradle/wrapper/gradle-wrapper.properties # android/src/main/java/vn/hunghd/flutterdownloader/DownloadTask.java # android/src/main/java/vn/hunghd/flutterdownloader/DownloadWorker.java # android/src/main/java/vn/hunghd/flutterdownloader/FlutterDownloaderPlugin.java # android/src/main/java/vn/hunghd/flutterdownloader/TaskDao.java # android/src/main/java/vn/hunghd/flutterdownloader/TaskDbHelper.java # android/src/main/res/xml/provider_paths.xml # lib/src/downloader.dart
# Conflicts: # android/.idea/compiler.xml # android/.idea/gradle.xml # android/.idea/misc.xml
Sure. Done :) |
@m-ochyra Thanks! 😎 |
This reverts commit 5e80a37.
I needed to display title of currently downloaded e-book in notification instead of displaying its file name (which is hash) or URL. This PR adds ability to set
notificationTitle
param toFlutterDownloader.enqueue()
.