Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.
/ helpers Public archive

helper classes for all secret biology projects

Notifications You must be signed in to change notification settings

secretBiology/helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helpers

helper classes for all secret biology projects

NOTE: Java version of this repository will no longer get any updates.

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

Specifications

Following are the specifications related to compilations

 compileSdkVersion 26
 buildToolsVersion "26.0.2"
 minSdkVersion 15
 targetSdkVersion 26

External libraries used

(1) com.google.code.gson:gson:2.8.2
(2) com.android.support:design:26.1.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) (4) getColor() function.

Use for Gradle

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

For Maven

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

Releases

No releases published

Packages

No packages published

Languages