Move pulltorefresh module to core modules.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 445 B After Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 429 B |
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="pull_to_refresh_pull_label">اسحب للتحديث…</string>
|
||||||
|
<string name="pull_to_refresh_release_label">اترك للتحديث…</string>
|
||||||
|
<string name="pull_to_refresh_refreshing_label">تحميل…</string>
|
||||||
|
</resources>
|
2
pulltorefresh/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
/build
|
|
||||||
*.iml
|
|
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<string name="pull_to_refresh_pull_label">اسحب للتحديث…</string>
|
|
||||||
<string name="pull_to_refresh_release_label">اترك للتحديث…</string>
|
|
||||||
<string name="pull_to_refresh_refreshing_label">تحميل…</string>
|
|
||||||
</resources>
|
|
@ -4,5 +4,5 @@ include ':subsonic-api'
|
|||||||
include ':subsonic-api-image-loader'
|
include ':subsonic-api-image-loader'
|
||||||
include ':core:cache'
|
include ':core:cache'
|
||||||
include ':core:menudrawer'
|
include ':core:menudrawer'
|
||||||
include ':pulltorefresh'
|
include ':core:pulltorefresh'
|
||||||
include ':ultrasonic'
|
include ':ultrasonic'
|
||||||
|
@ -51,7 +51,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':core:menudrawer')
|
implementation project(':core:menudrawer')
|
||||||
implementation project(':pulltorefresh')
|
implementation project(':core:pulltorefresh')
|
||||||
implementation project(':core:library')
|
implementation project(':core:library')
|
||||||
implementation project(':core:domain')
|
implementation project(':core:domain')
|
||||||
implementation project(':subsonic-api')
|
implementation project(':subsonic-api')
|
||||||
|