Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 936 Bytes

File metadata and controls

23 lines (18 loc) · 936 Bytes

Change Log

Version 2.0.0 (2017-03-18)*

  • Changed package of all utility. (need to change import to package once update to this version from earlier version).
  • Added utility related to apk (ApkManager & ApkParser).
  • Added various utility and helper check wiki for more info.

Version 1.1.0 (2017-03-23)

  • Added validation for arrays.
  • Refactored some code and added methods which accept a file name as argument for preferred file in SharedPreferebceHelper.
  • Some code refactoring in the sample app.
  • Added ExternalActionUtility for performing openInStore and sendMail functionality.

Version 1.0.0 (2017-01-27)

  • Initial Release of library.
  • Contains ValidationUtility, SharedPreferenceHelper and ClipboardUtility.
  • More Utility and Helpers coming soon...