This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Full push support on Android #501
Labels
enhancement
New feature or request
Comments
Boehrsi
added a commit
that referenced
this issue
Apr 28, 2020
Fixed method channel names Fixed logger usage Renamed notification_manager.dart to display_notification_manager.dart Added async suffix Updated libraries involved in push and notifications Fixed some names and const declarations
Boehrsi
added a commit
that referenced
this issue
Apr 28, 2020
Key handling includes generating, persisting, getting, converting Refactored the method channel handling on Android Refactored the method channel handling on Dart / Flutter side Cleaned up Android native part Renaming and wrapping to better understand sharing flows
Boehrsi
added a commit
that referenced
this issue
Apr 29, 2020
Fixed MethodChannels.java typo Updated gradle Update libs Added more push callback for debugging
Push:As soon as message decryption is working completely:
As soon as FCM is running again:
|
Background refresh
|
Boehrsi
added a commit
that referenced
this issue
Apr 30, 2020
Fixed MethodChannels.java typo Updated gradle Update libs Added more push callback for debugging
PR information
|
Boehrsi
added a commit
that referenced
this issue
Apr 30, 2020
Boehrsi
added a commit
that referenced
this issue
May 7, 2020
Fixed method channel names Fixed logger usage Renamed notification_manager.dart to display_notification_manager.dart Added async suffix Updated libraries involved in push and notifications Fixed some names and const declarations
Boehrsi
added a commit
that referenced
this issue
May 7, 2020
Key handling includes generating, persisting, getting, converting Refactored the method channel handling on Android Refactored the method channel handling on Dart / Flutter side Cleaned up Android native part Renaming and wrapping to better understand sharing flows
Boehrsi
added a commit
that referenced
this issue
May 7, 2020
Fixed MethodChannels.java typo Updated gradle Update libs Added more push callback for debugging
Boehrsi
added a commit
that referenced
this issue
May 7, 2020
|
This was referenced May 14, 2020
Merged
Boehrsi
added a commit
that referenced
this issue
May 18, 2020
Fixed method channel names Fixed logger usage Renamed notification_manager.dart to display_notification_manager.dart Added async suffix Updated libraries involved in push and notifications Fixed some names and const declarations
Boehrsi
added a commit
that referenced
this issue
May 18, 2020
Key handling includes generating, persisting, getting, converting Refactored the method channel handling on Android Refactored the method channel handling on Dart / Flutter side Cleaned up Android native part Renaming and wrapping to better understand sharing flows
Boehrsi
added a commit
that referenced
this issue
May 18, 2020
Fixed MethodChannels.java typo Updated gradle Update libs Added more push callback for debugging
Boehrsi
added a commit
that referenced
this issue
May 18, 2020
Boehrsi
added a commit
that referenced
this issue
May 26, 2020
Fixed method channel names Fixed logger usage Renamed notification_manager.dart to display_notification_manager.dart Added async suffix Updated libraries involved in push and notifications Fixed some names and const declarations
Boehrsi
added a commit
that referenced
this issue
May 26, 2020
Key handling includes generating, persisting, getting, converting Refactored the method channel handling on Android Refactored the method channel handling on Dart / Flutter side Cleaned up Android native part Renaming and wrapping to better understand sharing flows
Boehrsi
added a commit
that referenced
this issue
May 26, 2020
Fixed MethodChannels.java typo Updated gradle Update libs Added more push callback for debugging
Boehrsi
added a commit
that referenced
this issue
May 26, 2020
phranck
pushed a commit
that referenced
this issue
May 29, 2020
Fixed method channel names Fixed logger usage Renamed notification_manager.dart to display_notification_manager.dart Added async suffix Updated libraries involved in push and notifications Fixed some names and const declarations
phranck
pushed a commit
that referenced
this issue
May 29, 2020
Key handling includes generating, persisting, getting, converting Refactored the method channel handling on Android Refactored the method channel handling on Dart / Flutter side Cleaned up Android native part Renaming and wrapping to better understand sharing flows
phranck
pushed a commit
that referenced
this issue
May 29, 2020
Fixed MethodChannels.java typo Updated gradle Update libs Added more push callback for debugging
phranck
pushed a commit
that referenced
this issue
May 29, 2020
Boehrsi
added a commit
that referenced
this issue
Jun 4, 2020
Fixed method channel names Fixed logger usage Renamed notification_manager.dart to display_notification_manager.dart Added async suffix Updated libraries involved in push and notifications Fixed some names and const declarations
Boehrsi
added a commit
that referenced
this issue
Jun 4, 2020
Key handling includes generating, persisting, getting, converting Refactored the method channel handling on Android Refactored the method channel handling on Dart / Flutter side Cleaned up Android native part Renaming and wrapping to better understand sharing flows
Boehrsi
added a commit
that referenced
this issue
Jun 4, 2020
Fixed MethodChannels.java typo Updated gradle Update libs Added more push callback for debugging
Boehrsi
added a commit
that referenced
this issue
Jun 4, 2020
Boehrsi
added a commit
that referenced
this issue
Jun 5, 2020
Fixed method channel names Fixed logger usage Renamed notification_manager.dart to display_notification_manager.dart Added async suffix Updated libraries involved in push and notifications Fixed some names and const declarations
Boehrsi
added a commit
that referenced
this issue
Jun 5, 2020
Key handling includes generating, persisting, getting, converting Refactored the method channel handling on Android Refactored the method channel handling on Dart / Flutter side Cleaned up Android native part Renaming and wrapping to better understand sharing flows
Boehrsi
added a commit
that referenced
this issue
Jun 5, 2020
Fixed MethodChannels.java typo Updated gradle Update libs Added more push callback for debugging
Boehrsi
added a commit
that referenced
this issue
Jun 5, 2020
Boehrsi
added a commit
that referenced
this issue
Jun 5, 2020
* Cleaned up and hardened BloC logic #501 OT-779 Fixed method channel names Fixed logger usage Renamed notification_manager.dart to display_notification_manager.dart Added async suffix Updated libraries involved in push and notifications Fixed some names and const declarations * Moved key generation into the dart part #501 OT-779 Key handling includes generating, persisting, getting, converting Refactored the method channel handling on Android Refactored the method channel handling on Dart / Flutter side Cleaned up Android native part Renaming and wrapping to better understand sharing flows * Update Android components and try push workarounds #501 OT-779 Fixed MethodChannels.java typo Updated gradle Update libs Added more push callback for debugging * Updated background_fetch, adjust plugin #501 OT-779 * Fix logging * Adjust to new plugin init param * Fix logging * Only recreate LocalNotificationManager if called from background Renamed stuff * Use decrypt in memory * Fix background refresh * testing with in mem decryption * Update firebase * post rebase fixes * first addition of NotificationService extension * Rebase fixes * Cleanup * Cleanup and remove not working workarounds * Fix typo * Post rebase fixes * SecurityHelper additions * Adjust stuff Co-authored-by: Frank Gregor <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
Currently support for Android push is limited, as no real background handling is performed. The current solution is based on https://pub.dev/packages/firebase_messaging which wasn't stable combined with background handling with the last used version. Recent updates should have fixed this problem.
Currently working:
Currently not working:
Describe the solution you'd like
We should enable push handling with every possible background handling given by https://pub.dev/packages/firebase_messaging so all above mentioned cases should work.
Additional context
If the app is completely killed (e.g. swiped out of the app switcher, killed by a cleaner app) push can't work and will probably never work.
Internal Bug Tracker.
The text was updated successfully, but these errors were encountered: