-
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.
[NSDK-215] Update Virtusize WebView URL - General Use (#115)
* Change the web view URL * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Fix unit tests * Add and fix unit tests * Make VirtusizeApiTest internal * Fix unit tests * Make tests internal * Change the URL * Add unit test for fetchLatestAoyamaVersion * Change the web view background color * Refactor the way to get the response of a/aoyama/latest.txt * Use DEFAULT_AOYAMA_VERSION for the version string * Add VirtusizeApiResponseFormat for the VirtusizeApiTask * Update pre-push script * Fix unit test * Remove suspend
- Loading branch information
Showing
18 changed files
with
481 additions
and
371 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: 6 additions & 0 deletions
6
virtusize-core/src/main/java/com/virtusize/android/network/VirtusizeApiResponseFormat.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,6 @@ | ||
package com.virtusize.android.network | ||
|
||
enum class VirtusizeApiResponseFormat { | ||
JSON, | ||
STRING, | ||
} |
Oops, something went wrong.