Skip to content

Commit f67b1bf

Browse files
committed
moving some drag and drop related interfaces in Simple Commons
1 parent d996644 commit f67b1bf

File tree

6 files changed

+5
-55
lines changed

6 files changed

+5
-55
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
}
5858

5959
dependencies {
60-
implementation 'com.simplemobiletools:commons:5.30.12'
60+
implementation 'com.simplemobiletools:commons:5.30.29'
6161
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
6262
implementation 'androidx.documentfile:documentfile:1.0.1'
6363

app/src/main/kotlin/com/simplemobiletools/notes/pro/adapters/ChecklistAdapter.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ import com.simplemobiletools.commons.extensions.applyColorFilter
1515
import com.simplemobiletools.commons.extensions.beVisibleIf
1616
import com.simplemobiletools.commons.extensions.getColoredDrawableWithColor
1717
import com.simplemobiletools.commons.extensions.removeBit
18+
import com.simplemobiletools.commons.interfaces.ItemMoveCallback
19+
import com.simplemobiletools.commons.interfaces.ItemTouchHelperContract
1820
import com.simplemobiletools.commons.views.MyRecyclerView
1921
import com.simplemobiletools.notes.pro.R
2022
import com.simplemobiletools.notes.pro.dialogs.RenameChecklistItemDialog
2123
import com.simplemobiletools.notes.pro.extensions.config
2224
import com.simplemobiletools.notes.pro.extensions.getPercentageFontSize
2325
import com.simplemobiletools.notes.pro.helpers.DONE_CHECKLIST_ITEM_ALPHA
2426
import com.simplemobiletools.notes.pro.interfaces.ChecklistItemsListener
25-
import com.simplemobiletools.notes.pro.interfaces.ItemMoveCallback
26-
import com.simplemobiletools.notes.pro.interfaces.ItemTouchHelperContract
2727
import com.simplemobiletools.notes.pro.interfaces.StartReorderDragListener
2828
import com.simplemobiletools.notes.pro.models.ChecklistItem
2929
import kotlinx.android.synthetic.main.item_checklist.view.*

app/src/main/kotlin/com/simplemobiletools/notes/pro/interfaces/ItemMoveCallback.kt

Lines changed: 0 additions & 39 deletions
This file was deleted.

app/src/main/kotlin/com/simplemobiletools/notes/pro/interfaces/ItemTouchHelperContract.kt

Lines changed: 0 additions & 11 deletions
This file was deleted.

app/src/main/res/values-gl/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<!-- FAQ -->
6565
<string name="faq_1_title">Como cambio a cor dos widgets?</string>
66-
<string name="faq_1_text">No caso de que teñas só un widget activo, podes crealo de novo ou usar o botón nos axustes do app para personalizalo.
66+
<string name="faq_1_text">No caso de que teñas só un widget activo, podes crealo de novo ou usar o botón nos axustes do app para personalizalo.</string>
6767
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
6868
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
6969
<string name="app_title">Simple Notes Pro: To-do list organizer and planner</string>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.0.1'
12+
classpath 'com.android.tools.build:gradle:4.0.2'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414

1515
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)