-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace package from vivid.money to money.vivid
- Loading branch information
Showing
53 changed files
with
126 additions
and
124 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
18 changes: 0 additions & 18 deletions
18
...e-android/src/main/java/vivid/money/elmslie/android/logger/DefaultLoggerConfigurations.kt
This file was deleted.
Oops, something went wrong.
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
18 changes: 18 additions & 0 deletions
18
...android/src/main/kotlin/money/vivid/elmslie/android/logger/DefaultLoggerConfigurations.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,18 @@ | ||
package money.vivid.elmslie.android.logger | ||
|
||
import money.vivid.elmslie.android.logger.strategy.AndroidLog | ||
import money.vivid.elmslie.android.logger.strategy.Crash | ||
import money.vivid.elmslie.core.config.ElmslieConfig | ||
import money.vivid.elmslie.core.logger.strategy.IgnoreLog | ||
|
||
fun ElmslieConfig.defaultReleaseLogger() = logger { | ||
fatal(Crash) | ||
nonfatal(IgnoreLog) | ||
debug(IgnoreLog) | ||
} | ||
|
||
fun ElmslieConfig.defaultDebugLogger() = logger { | ||
fatal(Crash) | ||
nonfatal(AndroidLog.E) | ||
debug(AndroidLog.E) | ||
} |
4 changes: 2 additions & 2 deletions
4
...ndroid/logger/DefaultLoggerInitializer.kt → ...ndroid/logger/DefaultLoggerInitializer.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
...ie/android/logger/EmptyContentProvider.kt → ...ie/android/logger/EmptyContentProvider.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
4 changes: 2 additions & 2 deletions
4
...lie/android/logger/strategy/AndroidLog.kt → ...lie/android/logger/strategy/AndroidLog.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
6 changes: 3 additions & 3 deletions
6
.../elmslie/android/logger/strategy/Crash.kt → .../elmslie/android/logger/strategy/Crash.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
...sdeath/EmptyActivityLifecycleCallbacks.kt → ...sdeath/EmptyActivityLifecycleCallbacks.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
...roid/processdeath/ProcessDeathDetector.kt → ...roid/processdeath/ProcessDeathDetector.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
...sdeath/ProcessDeathDetectorInitializer.kt → ...sdeath/ProcessDeathDetectorInitializer.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
2 changes: 1 addition & 1 deletion
2
...e/android/renderer/ElmRendererDelegate.kt → ...e/android/renderer/ElmRendererDelegate.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
...id/money/elmslie/android/util/FastLazy.kt → ...ey/vivid/elmslie/android/util/FastLazy.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
4 changes: 2 additions & 2 deletions
4
...java/vivid/money/elmslie/core/ElmScope.kt → ...tlin/money/vivid/elmslie/core/ElmScope.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
...oney/elmslie/core/config/ElmslieConfig.kt → ...ivid/elmslie/core/config/ElmslieConfig.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
4 changes: 2 additions & 2 deletions
4
...ie/core/logger/ElmslieLogConfiguration.kt → ...ie/core/logger/ElmslieLogConfiguration.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
6 changes: 3 additions & 3 deletions
6
...oney/elmslie/core/logger/ElmslieLogger.kt → ...ivid/elmslie/core/logger/ElmslieLogger.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
.../money/elmslie/core/logger/LogSeverity.kt → .../vivid/elmslie/core/logger/LogSeverity.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 vivid.money.elmslie.core.logger | ||
package money.vivid.elmslie.core.logger | ||
|
||
enum class LogSeverity { | ||
Fatal, | ||
|
2 changes: 1 addition & 1 deletion
2
...elmslie/core/logger/strategy/IgnoreLog.kt → ...elmslie/core/logger/strategy/IgnoreLog.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 vivid.money.elmslie.core.logger.strategy | ||
package money.vivid.elmslie.core.logger.strategy | ||
|
||
/** Ignores all log events */ | ||
object IgnoreLog : LogStrategy by LogStrategy({ _, _, _, _ -> }) |
4 changes: 2 additions & 2 deletions
4
...mslie/core/logger/strategy/LogStrategy.kt → ...mslie/core/logger/strategy/LogStrategy.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
...a/vivid/money/elmslie/core/store/Actor.kt → ...n/money/vivid/elmslie/core/store/Actor.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
2 changes: 1 addition & 1 deletion
2
...vid/money/elmslie/core/store/NoOpActor.kt → ...ney/vivid/elmslie/core/store/NoOpActor.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
...d/money/elmslie/core/store/NoOpReducer.kt → ...y/vivid/elmslie/core/store/NoOpReducer.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
.../vivid/money/elmslie/core/store/Result.kt → .../money/vivid/elmslie/core/store/Result.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
.../money/elmslie/core/store/StateReducer.kt → .../vivid/elmslie/core/store/StateReducer.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
...a/vivid/money/elmslie/core/store/Store.kt → ...n/money/vivid/elmslie/core/store/Store.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
...money/elmslie/core/store/StoreListener.kt → ...vivid/elmslie/core/store/StoreListener.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
4 changes: 2 additions & 2 deletions
4
...oney/elmslie/core/store/dsl/DslReducer.kt → ...ivid/elmslie/core/store/dsl/DslReducer.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
...mslie/core/store/dsl/OperationsBuilder.kt → ...mslie/core/store/dsl/OperationsBuilder.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
4 changes: 2 additions & 2 deletions
4
...y/elmslie/core/store/dsl/ResultBuilder.kt → ...d/elmslie/core/store/dsl/ResultBuilder.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
Oops, something went wrong.