Skip to content

Commit

Permalink
Replace dogbin with catbin (closes #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Aug 5, 2021
1 parent ddd6338 commit 002a615
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Features:
- Combination of the same crashes / apps to avoid repetitive lists (configurable in settings)
- App blacklist
- Quick actions in notifications to copy / share stack traces
- Dogbin upload support for convenient sharing
- [Catbin](https://github.com/TheWeaver786/Catbin) upload support for convenient sharing


## Guide
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import javax.net.ssl.HttpsURLConnection
*/
object UploaderUtils {
private const val TAG = "UploaderUtils"
private const val BASE_URL = "https://del.dog"
private const val BASE_URL = "https://catbin.up.railway.app"
private val API_URL = String.format("%s/documents", BASE_URL)
private var handler: Handler? = null
get() {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<!-- Uploader -->
<string name="uploader_uploading">Upload in progress…</string>
<string name="action_uploader_upload">Upload to dogbin</string>
<string name="action_uploader_upload">Upload to catbin</string>
<string name="action_uploader_upload_error">Upload failed</string>
<string name="action_uploader_copy_link">Copy link</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<!-- Uploader -->
<string name="uploader_uploading">アップロード中…</string>
<string name="action_uploader_upload">dogbinにアップロード</string>
<string name="action_uploader_upload">catbinにアップロード</string>
<string name="action_uploader_upload_error">アップロード失敗</string>
<string name="action_uploader_copy_link">リンクをコピー</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<!-- Uploader -->
<string name="uploader_uploading">Upload in progress…</string>
<string name="action_uploader_upload">Upload to dogbin</string>
<string name="action_uploader_upload">Upload to catbin</string>
<string name="action_uploader_upload_error">Upload failed</string>
<string name="action_uploader_copy_link">Copy link</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<!-- Uploader -->
<string name="uploader_uploading">Upload in progress…</string>
<string name="action_uploader_upload">Upload to dogbin</string>
<string name="action_uploader_upload">Upload to catbin</string>
<string name="action_uploader_upload_error">Upload failed</string>
<string name="action_uploader_copy_link">Copy link</string>
</resources>
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Features:
- Combination of the same crashes / apps to avoid repetitive lists (configurable in settings)
- App blacklist
- Quick actions in notifications to copy / share stack traces
- Dogbin upload support for convenient sharing
- Catbin upload support for convenient sharing
2 changes: 1 addition & 1 deletion fastlane/metadata/android/ja/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Scoop はルート化されたデバイスと非ルートのデバイスの両
- 同じクラッシュ/アプリのログを統合して表示し、繰り返しを避ける(設定で変更可能)
- ブラックリスト
- 通知内でスタックトレースをコピー/共有できるクイックアクション
- 共有に便利なDogbinへのアップロード機能
- 共有に便利なCatbinへのアップロード機能

0 comments on commit 002a615

Please sign in to comment.