Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

39 lines (33 loc) · 1.66 KB

Changelog

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.

[Release]

[4.0] - 2021-01-15

Added

  • 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).

[3.0] - 2021-01-07

Added

  • 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.

[2.0] - 2021-01-06

Added

  • 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.

[1.0] - 2020-12-21

Added

  • 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.