All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added method to get application icon.
- Added method to get application size.
- Added method to check if an application is installed.
- Renamed some methods.
- Fixed lag in demo application when tapping the 'Demo Methods Below' button.
- Tidied JSON data display.
- Lowered demo application compatibility to Android Pie (API28).
- Added method to get the date and time of when an application was installed.
- Added method to get the date and time of when an application was last updated.
- Added method to generate application signing certificate hash code.
- Added method to search for application ID by application name.
- Added method to get application name based on application ID.
- Added method to check if an application requests a specific permission.
- Added method to check if an application is granted a specific permission.
- Added method to search all applications requesting a specific permission.
- Added method to search all applications granted a specific permission.
- Added method to list all applications with their IDs.
- Added method to list all applications and the permissions they request.
- Added method to get all requested permissions for a specific application.
- Added method to get all granted permissions for a specific application.
- Released library publicly.