Skip to content

Releases: 2math/core

fix snackbar text color

30 Mar 14:41

Choose a tag to compare

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	core_library/build.gradle
#	core_library/src/main/java/com/futurist_labs/android/base_library/utils/DialogUtils.java

external libraries

22 Feb 15:15

Choose a tag to compare

Apps must provide the libraries it self. This way they can use the right version
ext {
compileSdkVersion = 28
minSdkVersion = 15
supportLibraryVersion = '28.0.0'
lifecycle = '1.1.1'
gson = '2.8.5'
}

// required by com.github.2math:core lib
implementation "android.arch.lifecycle:extensions:${rootProject.ext.lifecycle}"
implementation "com.google.code.gson:gson:${rootProject.ext.gson}"

implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibraryVersion}"
implementation "com.android.support:support-v4:${rootProject.ext.supportLibraryVersion}"
implementation "com.android.support:design:${rootProject.ext.supportLibraryVersion}"
implementation "com.android.support:exifinterface:${rootProject.ext.supportLibraryVersion}"

implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'com.balysv:material-ripple:1.0.2'
implementation ('co.infinum:materialdatetimepicker-support:3.5.1') {
    exclude group: 'com.android.support'
}

// required by com.github.2math:core lib end

fix on BaseFragmentWithViewModelAndRepository

22 Feb 09:46

Choose a tag to compare

1.0.40

fix on BaseFragmentWithViewModelAndRepository

1.0.39

15 Feb 14:58

Choose a tag to compare

fix on parseBase data

update support libs to 28.0.0

14 Feb 14:33

Choose a tag to compare

update support libs to 28.0.0
gson to 2.8.5
VideoFileHelper class
method to copy text in clipboard
RecyclerWithEmptyViewController has option to set view to invisible instead of gone

download file with params and token

22 Jan 10:56

Choose a tag to compare

1.0.37

download file with params and token

base fragment with view model only

22 Jan 09:54

Choose a tag to compare

1.0.36

base fragment with view model only

1.0.35

16 Jan 15:04

Choose a tag to compare

set custom show error callback

read cookies on response add headers to post

15 Jan 10:19

Choose a tag to compare

add cookie to post method

read cookie on response

showCustomDialog

04 Jan 08:32

Choose a tag to compare

1.0.33

showCustomDialog documentation