Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.36 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.36 KB

helpers

helper classes for all secret biology projects

This project is currently in development phase. To get beta functions, use following.

Specifications

Following are the specifications related to compilations

 compileSdkVersion 26
 buildToolsVersion "25.4.0"
 minSdkVersion 15
 targetSdkVersion 26

External libraries used

(1) com.google.code.gson:gson:2.8.1
(2) com.android.support:design:25.4.0

Currently supported functions

(1) General Functions
(2) General UI views and ViewPageAdapters
(3) Time Utils
(4) Simple Logger
(5) Custom views and Listeners
(6) PBKDF2 based Encryption compatible with android N

Deprecated

(1) SQLight Database Functions and Query Builder
(2) InputView, InputAutoCompleteView, InputMultiAutoCompleteView
(3) AES Encryption with SHA1PRNG (added new EncryptorHelper or General.encrypt() functions)

Use for Gradle

 compile 'com.secretbiology.helpers:general:1.1.3'

For Maven

 <dependency> 
 <groupId>com.secretbiology.helpers</groupId> 
 <artifactId>general</artifactId> 
 <version>1.1.3</version> 
 <type>pom</type> 
 </dependency>