-
Notifications
You must be signed in to change notification settings - Fork 5
Changes
ConteDiMonteCristo edited this page Oct 19, 2017
·
7 revisions
- Fixed some issues with Android 8.0 (IllegalStateException)
- restricted Android max version to 7.1 while fixing issues with Android 8.0
- Fixed NullPointerException from crashes report
- Enforce compatibility with API 23 (Marshmallow)
- Rules can be exported to file (binary serialization) and imported/merged into a different installation
- The call detecting service now runs in the foreground
- Some devices, like Huawei devices, regularly kill apps when the screen goes off. To prevent the service to be killed, there is an alert dialog for putting PrismaCallBlocker in the white list (protected app)
- Link to FAQ web page
- Added an editor for the number patterns in the filter rule
- The number patterns are now listed in alphabetical (numerical) order
- When modifying the number patterns in a new filter rule, the rule is now automatically saved when navigating back from it
- Fixed a few bugs