Updates SDK version to 25
Adds missing drawables to git
BIN
DoNExt/app/app-release.apk
Normal file
@@ -1,13 +1,13 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "23.0.2"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.wismna.geoffroy.donext"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 25
|
||||
versionCode 11
|
||||
versionName "1.0.0"
|
||||
}
|
||||
@@ -22,10 +22,10 @@ android {
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
||||
compile 'com.android.support:design:23.1.1'
|
||||
compile 'com.android.support:support-v4:23.1.1'
|
||||
compile 'com.android.support:percent:23.1.1'
|
||||
compile 'com.android.support:recyclerview-v7:23.1.1'
|
||||
compile 'com.google.android.gms:play-services-ads:8.4.0'
|
||||
compile 'com.android.support:appcompat-v7:25.1.1'
|
||||
compile 'com.android.support:design:25.1.1'
|
||||
compile 'com.android.support:support-v4:25.1.1'
|
||||
compile 'com.android.support:percent:25.1.1'
|
||||
compile 'com.android.support:recyclerview-v7:25.1.1'
|
||||
compile 'com.google.android.gms:play-services-ads:10.0.1'
|
||||
}
|
||||
|
@@ -44,6 +44,7 @@ public class TaskTouchHelper extends ItemTouchHelper.SimpleCallback {
|
||||
@Override
|
||||
public void onChildDraw(Canvas c, RecyclerView recyclerView, RecyclerView.ViewHolder viewHolder,
|
||||
float dX, float dY, int actionState, boolean isCurrentlyActive) {
|
||||
// TODO: add NEXT and DONE texts while swiping (eventually buttons?)
|
||||
if (actionState == ItemTouchHelper.ACTION_STATE_SWIPE) {
|
||||
// Get RecyclerView item from the ViewHolder
|
||||
View itemView = viewHolder.itemView;
|
||||
|
BIN
DoNExt/app/src/main/res/drawable-hdpi/ic_add_white_24dp.png
Normal file
After Width: | Height: | Size: 127 B |
After Width: | Height: | Size: 165 B |
BIN
DoNExt/app/src/main/res/drawable-hdpi/ic_forward_black_24dp.png
Normal file
After Width: | Height: | Size: 133 B |
After Width: | Height: | Size: 153 B |
After Width: | Height: | Size: 150 B |
BIN
DoNExt/app/src/main/res/drawable-hdpi/ic_list_white_24dp.png
Normal file
After Width: | Height: | Size: 116 B |
After Width: | Height: | Size: 120 B |
BIN
DoNExt/app/src/main/res/drawable-mdpi/ic_add_white_24dp.png
Normal file
After Width: | Height: | Size: 88 B |
After Width: | Height: | Size: 132 B |
BIN
DoNExt/app/src/main/res/drawable-mdpi/ic_forward_black_24dp.png
Normal file
After Width: | Height: | Size: 114 B |
After Width: | Height: | Size: 129 B |
After Width: | Height: | Size: 138 B |
BIN
DoNExt/app/src/main/res/drawable-mdpi/ic_list_white_24dp.png
Normal file
After Width: | Height: | Size: 86 B |
After Width: | Height: | Size: 85 B |
BIN
DoNExt/app/src/main/res/drawable-xhdpi/ic_add_white_24dp.png
Normal file
After Width: | Height: | Size: 97 B |
After Width: | Height: | Size: 188 B |
BIN
DoNExt/app/src/main/res/drawable-xhdpi/ic_forward_black_24dp.png
Normal file
After Width: | Height: | Size: 150 B |
After Width: | Height: | Size: 164 B |
After Width: | Height: | Size: 163 B |
BIN
DoNExt/app/src/main/res/drawable-xhdpi/ic_list_white_24dp.png
Normal file
After Width: | Height: | Size: 95 B |
After Width: | Height: | Size: 94 B |
BIN
DoNExt/app/src/main/res/drawable-xxhdpi/ic_add_white_24dp.png
Normal file
After Width: | Height: | Size: 97 B |
After Width: | Height: | Size: 250 B |
After Width: | Height: | Size: 192 B |
After Width: | Height: | Size: 226 B |
After Width: | Height: | Size: 227 B |
BIN
DoNExt/app/src/main/res/drawable-xxhdpi/ic_list_white_24dp.png
Normal file
After Width: | Height: | Size: 94 B |
After Width: | Height: | Size: 99 B |
BIN
DoNExt/app/src/main/res/drawable-xxxhdpi/ic_add_white_24dp.png
Normal file
After Width: | Height: | Size: 102 B |
After Width: | Height: | Size: 313 B |
After Width: | Height: | Size: 231 B |
After Width: | Height: | Size: 203 B |
After Width: | Height: | Size: 233 B |
BIN
DoNExt/app/src/main/res/drawable-xxxhdpi/ic_list_white_24dp.png
Normal file
After Width: | Height: | Size: 100 B |
After Width: | Height: | Size: 100 B |