Releases: 2math/core
Releases · 2math/core
fix snackbar text color
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
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
1.0.40 fix on BaseFragmentWithViewModelAndRepository
1.0.39
update support libs to 28.0.0
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
1.0.37 download file with params and token
base fragment with view model only
1.0.36 base fragment with view model only
1.0.35
read cookies on response add headers to post
add cookie to post method read cookie on response
showCustomDialog
1.0.33 showCustomDialog documentation