-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename package from space.taran to dev.arkbuilders (#36)
Also update `arklib` and `arkfilepicker` versions
- Loading branch information
1 parent
02c20c2
commit be78e26
Showing
28 changed files
with
94 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ran/arkshelf/data/LinkRemoteDataSource.kt → ...ers/arkshelf/data/LinkRemoteDataSource.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...space/taran/arkshelf/data/LinkRepoImpl.kt → ...arkbuilders/arkshelf/data/LinkRepoImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
...aran/arkshelf/data/UserPreferencesImpl.kt → ...ders/arkshelf/data/UserPreferencesImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...an/arkshelf/data/network/NetworkStatus.kt → ...rs/arkshelf/data/network/NetworkStatus.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...rkshelf/data/network/NetworkStatusImpl.kt → ...rkshelf/data/network/NetworkStatusImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...a/space/taran/arkshelf/di/AppComponent.kt → ...v/arkbuilders/arkshelf/di/AppComponent.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...java/space/taran/arkshelf/di/DIManager.kt → .../dev/arkbuilders/arkshelf/di/DIManager.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package space.taran.arkshelf.di | ||
package dev.arkbuilders.arkshelf.di | ||
|
||
import android.app.Application | ||
|
||
|
14 changes: 7 additions & 7 deletions
14
...ce/taran/arkshelf/di/module/RepoModule.kt → ...builders/arkshelf/di/module/RepoModule.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/space/taran/arkshelf/domain/Link.kt → ...a/dev/arkbuilders/arkshelf/domain/Link.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package space.taran.arkshelf.domain | ||
package dev.arkbuilders.arkshelf.domain | ||
|
||
import java.nio.file.Path | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...a/space/taran/arkshelf/domain/LinkRepo.kt → ...v/arkbuilders/arkshelf/domain/LinkRepo.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package space.taran.arkshelf.domain | ||
package dev.arkbuilders.arkshelf.domain | ||
|
||
import java.nio.file.Path | ||
|
||
|
3 changes: 3 additions & 0 deletions
3
app/src/main/java/dev/arkbuilders/arkshelf/domain/NoInternetException.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package dev.arkbuilders.arkshelf.domain | ||
|
||
class NoInternetException: Exception() |
2 changes: 1 addition & 1 deletion
2
.../taran/arkshelf/domain/UserPreferences.kt → ...ilders/arkshelf/domain/UserPreferences.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package space.taran.arkshelf.domain | ||
package dev.arkbuilders.arkshelf.domain | ||
|
||
import java.nio.file.Path | ||
|
||
|
13 changes: 5 additions & 8 deletions
13
.../space/taran/arkshelf/presentation/App.kt → .../arkbuilders/arkshelf/presentation/App.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ce/taran/arkshelf/presentation/LogTags.kt → ...builders/arkshelf/presentation/LogTags.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...presentation/RelaxedTransitionListener.kt → ...presentation/RelaxedTransitionListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 5 additions & 7 deletions
12
...rkshelf/presentation/main/MainActivity.kt → ...rkshelf/presentation/main/MainActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.