Commit Graph

1952 Commits

Author SHA1 Message Date
tateisu afb496a73d コード整形 2021-11-14 18:56:23 +09:00
tateisu 61ed4159df (Fedibird)ブースト通知に公開範囲アイコンを表示する 2021-11-13 04:41:19 +09:00
tateisu 4b50b49cf9 ピン留め投稿をブーストされた通知のアクション時刻の表記にピン留めアイコンが出てしまうバグの修正 2021-11-13 04:16:31 +09:00
tateisu 2aeed57d7e API応答の日時データがUTCではない場合に対応 2021-11-13 03:59:08 +09:00
tateisu b2653e6eb9 org.gradle.unsafe.configuration-cache=true, BlurhashViewをタップできなくなった不具合の修正 2021-11-10 20:23:06 +09:00
tateisu 2cf5436932 Emoji2のUI部品を使う、EmojiCompat.initを呼び出す、Twemoji設定のデフォルトをfalseに戻す 2021-11-08 20:05:03 +09:00
tateisu 9d69d263dc Android 12未満ではTwemoji使用を強制する。 2021-11-08 19:33:55 +09:00
tateisu 6eaa98f5f9 exoPlayerのAPI変更に追従 2021-11-08 19:25:05 +09:00
tateisu 9bf43e55ec ankoのtextViewやeditTextやbutton もAppCompatの部品に置き換える 2021-11-08 19:04:30 +09:00
tateisu 60ea6c5733 コードからTextViewを生成してる箇所をAppCompatTextViewに変更 2021-11-08 18:47:01 +09:00
tateisu ed3d8a66b9 - 「アプリ設定/見た目/アプリ内蔵のUnicode絵文字を使う」を削除
- 「アプリ設定/見た目/Twemoji絵文字を使う」を追加
- Unicode絵文字を表示する場所でTwemojiとNotoColorEmojiCompatの使い分け
- 依存関係の追加/更新
androidx.annotation:annotation
androidx.appcompat:appcompat
androidx.emoji2:emoji2
androidx.emoji2:emoji2-bundled
androidx.emoji2:emoji2-views
androidx.emoji2:emoji2-views-helper
com.google.android.exoplayer:exoplayer
2021-11-08 18:29:11 +09:00
tateisu e9eab2b7fb ペースト時に余計な(投稿に反映されない)装飾を除去する 2021-11-07 21:00:06 +09:00
tateisu 8d998e90ca add TootInstance.configuration property 2021-11-07 20:18:49 +09:00
tateisu 7a3f6bee81 rename res/values-he to res/values-iw 2021-11-07 06:14:19 +09:00
tateisu 1c946a6b1d Android 12のスプラッシュ表示用の指定を追加 2021-11-07 05:47:38 +09:00
tateisu 2fb86b714e メディアビューアのmoreメニューで背景パターンを選択できる 2021-11-07 05:36:59 +09:00
tateisu 243dfc0bc5 設定キーの一覧を複数ファイルに分割。「カラム設定/添付メディアの説明文を表示する」を追加。 2021-11-06 12:00:29 +09:00
tateisu 18c4245a31 - 「アプリ設定/挙動/Webブラウザ」を除去
- ST以外のアプリでブラウザを開く実装を諦める。アプリから開いたのにアプリが起動されたらアプリ選択ダイアログを明示的に表示する。
- JDKをazul-14 に戻す。IDEが警告を出すけどこっちのほうが安定してる
- kotlin 1.5.31
- okhttp3:mockwebserver の推移的な依存関係の除外。
2021-11-06 11:11:28 +09:00
tateisu eb48bbe7b8 - マークアップに関する地味な変更
- latexエスケープ除去に失敗してたのを修正
2021-11-06 10:02:40 +09:00
tateisu 793ed3a5aa - IDEが解釈を諦めるくらい長くなったMisskeyMarkdownDecoderを複数ファイルに分割。
- CustomEmojiCacheの無駄な警告ログを抑制。
- 「アプリ設定/見た目/(Misskey)テキスト装飾を表示する」を追加。デフォルト有効。
- 「アプリ設定/見た目/(Misskey)未対応のマークアップを表示する」を追加。デフォルト有効。
2021-11-06 09:36:00 +09:00
tateisu 9b34fc53a4 okhttp のresponse.body のclose漏れを1件修正。ログレベルを変更してリーク時にトレースを出す。 2021-10-31 16:10:41 +09:00
tateisu 8599f47899 minor fix 2021-10-28 08:44:10 +09:00
tateisu a6799be0d7 Merge remote-tracking branch 'weblate/main' into main 2021-10-28 08:38:04 +09:00
tateisu 2e19190901 kotlin を1.5.30 に戻す。androidTestとtestを通す。 2021-10-28 08:37:39 +09:00
Hosted Weblate 796c0c0476
Merge branch 'origin/main' into Weblate. 2021-10-27 22:58:42 +02:00
tateisu 9c68857e6e targetSdkVersion 31 2021-10-28 05:58:19 +09:00
Hosted Weblate 0d8430f97e
Merge branch 'origin/main' into Weblate. 2021-08-28 05:46:09 +02:00
tateisu 61c7905d61 fix AcctSet create table failed. 2021-08-28 12:45:56 +09:00
Hosted Weblate 2f8af9ee60
Merge branch 'origin/main' into Weblate. 2021-08-24 01:03:16 +02:00
tateisu a95c24e841 fix #163, (Mastodon)予約投稿時のscheduled_atの指定にZ(UTC)をつける 2021-08-24 08:03:03 +09:00
tateisu 2785d66cb1 - exoPlayerの onPlayerErrorの引数の型をPlaybackExceptionに変更
- detekt 1.18.0
- google-services:4.3.10
2021-08-24 07:57:47 +09:00
ButterflyOfFire dcba291abb
Translated using Weblate (French)
Currently translated at 93.3% (1029 of 1102 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/fr/
2021-08-05 10:34:46 +02:00
tate eisu 230c59e439
Translated using Weblate (Japanese)
Currently translated at 79.7% (879 of 1102 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/ja/
2021-07-03 16:14:29 +02:00
tateisu 72d7fdfb5e fixup code style 2021-06-28 23:35:55 +09:00
tateisu cb1b3732ae more cleanup 2021-06-28 23:26:42 +09:00
tateisu 1a99182e2b more split 2021-06-28 21:52:26 +09:00
tateisu d03116840a more
change
2021-06-28 16:35:09 +09:00
tateisu caf06354c3 split class packages 2021-06-28 16:09:00 +09:00
tateisu 8bcc0531f2 more clean up 2021-06-28 06:55:52 +09:00
tateisu e94389c4d2 more clean up 2021-06-28 04:01:33 +09:00
tateisu 92b39a464a add TestColumnMeta 2021-06-28 03:25:21 +09:00
tateisu 5e418a22c4 more fix 2021-06-27 19:22:11 +09:00
tateisu 179dbf32ce rename file 2021-06-27 19:06:04 +09:00
tateisu 3b7b424119 fix can't restore reply from drafts 2021-06-27 19:05:04 +09:00
tateisu 3eccf01edd more split... 2021-06-24 13:49:27 +09:00
tateisu 9395774a48 more split... 2021-06-24 11:31:34 +09:00
tateisu 6de96b4852 more split... 2021-06-23 13:14:25 +09:00
tateisu ac2f54c22a more clean up 2021-06-22 17:31:51 +09:00
tateisu 73afdb7b59 長いメソッドを分割する 2021-06-21 12:03:09 +09:00
tateisu dbb92940cd more fix 2021-06-20 22:46:07 +09:00
tateisu 095bb433b4 detektの警告が出ないようにコードを修正 2021-06-20 22:12:25 +09:00
tateisu 814fa5e8e5 detektの導入 2021-06-20 12:02:30 +09:00
tateisu a1f62e042d onStart時にDBからアカウントを読み直す回数を減らす 2021-06-18 15:29:42 +09:00
tateisu 6e99875a56 fix onStart benchmark limit value 2021-06-18 15:01:26 +09:00
tateisu afc14e6e30 Android Studioが促すのでonActivityResultからregisterForActivityResultに移行したら、onCreate時に登録し忘れ問題や呼び出しタイミングがonStartの前から後に変わる問題など発生してたのに対応 2021-06-18 14:54:38 +09:00
tateisu 5f7f486471 refactor 2021-06-13 20:48:48 +09:00
tateisu c08a5dfd8e refactor 2021-06-13 12:30:40 +09:00
tateisu 68f401c420 fix followers list only load 2 times. 2021-06-11 23:40:52 +09:00
tateisu c33cf4797f (Misskey)通報APIが使えるらしいので試してみる 2021-06-02 01:26:19 +09:00
tateisu 8b9b40c7b0 ctrl-Pからctrl-Tに変更 2021-06-01 23:12:49 +09:00
tateisu 098487a886 キーボードショートカットを2つだけ追加 2021-06-01 07:59:35 +09:00
tateisu 411fedc4f5 投稿画面のサイズの保存と復元 2021-06-01 07:07:16 +09:00
tateisu 74630a84b5 fixup 2021-05-30 21:52:11 +09:00
tateisu 4fa7e51fb9 change string resource 2021-05-30 11:05:29 +09:00
tateisu 18c355715c アプリ設定/タブレットモード/投稿画面を別ウィンドウで表示する」を追加 2021-05-30 11:01:12 +09:00
tateisu 60224dc3f8 change reacton size 2021-05-29 07:56:51 +09:00
tateisu 0f13620640 fixup 2021-05-28 05:06:18 +09:00
tateisu 6edeb28b85 fix :null: reaction 2021-05-28 04:57:25 +09:00
tateisu abef450f8f リアクション機能の改善 2021-05-27 14:54:04 +09:00
tateisu 44b1a5b54a APIにアクセスするバックグラウンド処理をsuspend fun にまとめた 2021-05-27 11:15:59 +09:00
tateisu 99fe09f1bf リアクション時に確認ダイアログを表示する 2021-05-23 21:54:52 +09:00
tateisu bc3f56c22d リアクションした投稿の一覧をめいすきーでも見れるようにした 2021-05-22 21:02:55 +09:00
tateisu a5d16a6934 マニフェストの微調整。ボタン無効状態で色を薄くする。選択してコピー画面のデザイン変更。強調表示する単語の編集画面のデザイン変更。 2021-05-22 18:07:23 +09:00
tateisu 3c3f7dff66 - exoplayer 2.14.0
- appcompat 1.3.0
- Android Gradle plugin 4.2.1
- google-services 4.3.8
- kotlinx_coroutines 1.5.0
- kotlinx-serialization-json 1.2.1
- kotlin.plugin.serialization 1.5.0
- deprecated になったGlobalScope や startActivityForResult に関する変更
2021-05-22 07:03:16 +09:00
tateisu cbac2aaa4f misskeyでローカルのカスタム絵文字でリアクションすると落ちる問題を修正 2021-05-21 23:30:09 +09:00
tateisu 00c11b234a フォロー推奨ユーザカラムのv2 API対応 2021-05-21 20:56:22 +09:00
tateisu be0ee77ade リアクションカラムに絵文字による絞り込み機能を追加 2021-05-21 17:20:14 +09:00
tateisu 874411a536 リアクションの+/-ボタンの位置を移動。「アプリ設定/見た目/リアクション表示用の空間を確保する」を追加。 2021-05-21 15:29:32 +09:00
tateisu c58fd2118d リアクションの別アカ操作のバグ修正。 https://mastodon.juggler.jp/@tateisu/106267444494714783 2021-05-20 21:11:32 +09:00
tateisu 17c96ce0e3 別アカからのリアクションの処理を変更 2021-05-20 05:14:30 +09:00
tateisu c0411f4e06 リアクションカラム。 2021-05-19 17:43:04 +09:00
tateisu eaed84d8a4 ColumnViewHolderクラスのメソッドを拡張関数として別ファイルに移動する 2021-05-19 16:51:34 +09:00
tateisu aa29a1e5ec ItemViewHolderクラスのメソッドを拡張関数として別ファイルに移動する 2021-05-19 16:13:26 +09:00
tateisu 256865e0ce プロフカラムを見れないバグを修正 2021-05-19 15:25:35 +09:00
tateisu 9b46a53da8 (Nightly Fedibird)他人が行ったリアクションのストリーミングイベントを表示に反映させる。自分の投稿への通知をWebPushで受け取る。(購読の更新が必要) 2021-05-19 14:38:19 +09:00
tateisu 2128288407 fixup 2021-05-19 00:13:16 +09:00
tateisu 076a3c791d fixup 2021-05-18 23:44:12 +09:00
tateisu a46dbba13b (Nightly Fedibird)絵文字リアクションのストリーミングイベントに対応 2021-05-18 23:35:54 +09:00
tateisu f072472979 refactor column class 2021-05-18 05:01:29 +09:00
tateisu 479342c0a0 refactor column class 2021-05-18 04:56:47 +09:00
tateisu 0b9d73013b refactor column class 2021-05-18 04:55:53 +09:00
tateisu 369fc7cbad refactor column class 2021-05-18 04:33:28 +09:00
tateisu d831215ac4 refactor column class 2021-05-17 23:13:04 +09:00
tateisu a2d91673e6 refactor column class 2021-05-17 22:20:08 +09:00
tateisu 7caef24a81 refactor column class 2021-05-17 22:03:23 +09:00
tateisu c56521f0fe firebase-messaging:22.0.0, some refactor 2021-05-17 17:37:39 +09:00
tateisu 97276495b8 (Nightly fedibird)絵文字リアクション機能 2021-05-17 14:03:18 +09:00
tateisu f93d2c4a32 fix #156, Subway Tooter requests grant type client_credentials when trying to connect to Friendica 2021-05-13 22:05:31 +09:00
tateisu 37d073ce77 fix #156, Subway Tooter requests grant type client_credentials when trying to connect to Friendica 2021-05-13 22:03:29 +09:00
tateisu 3589e2a054 add push policy in account settings 2021-05-11 15:12:43 +09:00
tateisu 970264bd3a fix user creation sequence. add resend confirm email dialog. (but api does not work) 2021-05-11 06:30:42 +09:00
tateisu 3f71b87125 「フォロー推奨ユーザ」カラムはサーバのバージョンが3.4.0rc1以降だと/api/v2/suggestionsを読む 2021-05-11 03:34:51 +09:00
tateisu 9e6b781912 Merge remote-tracking branch 'weblate/trunk' into trunk 2021-05-09 12:17:32 +09:00
tateisu 963d9003c1 more fix for whitelist mode 2021-05-09 12:17:11 +09:00
Hosted Weblate 3227d770c3
Merge branch 'origin/trunk' into Weblate. 2021-05-09 03:19:12 +02:00
tateisu 955b6e4850 fix #155, Unable to log into whitelist_mode instance 2021-05-09 10:18:56 +09:00
Hosted Weblate d4088bc11d
Merge branch 'origin/trunk' into Weblate. 2021-05-08 08:10:49 +02:00
tateisu e8222fa2d8 - update translators list in ActAbout
- Android gradle plugin 4.2.0
- Gradle 6.9
- kotlin 1.5.0
- kotlinx.coroutines 1.4.3
- junit 4.13.2
- firebase-messaging:21.1.0
- androidx.annotation:1.2.0
- androidx.recyclerview:1.2.0
- exoplayer:2.13.3
2021-05-08 14:56:34 +09:00
tateisu 5a3dcd8704 jcenter剥がし。ankoのaarを取り込み 2021-05-05 21:39:00 +09:00
chinnux 95635967f6
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1081 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/zh_Hans/
2021-05-05 11:31:55 +02:00
chinnux f122a13b02
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1081 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/zh_Hans/
2021-05-04 10:24:45 +02:00
Love Xu 03bb317037
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1081 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/zh_Hans/
2021-05-04 07:16:17 +02:00
Dyxang 15eedb94ee
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1081 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/zh_Hans/
2021-05-04 07:16:17 +02:00
chinnux 619ca56ac2
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1081 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/zh_Hans/
2021-05-04 07:16:17 +02:00
chinnux ebc87d9c04
Translated using Weblate (Chinese (Simplified))
Currently translated at 44.9% (486 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/zh_Hans/
2021-05-03 12:31:51 +02:00
tateisu ede2a81d82 復活したマストドン検索ポータルに対応。 2021-03-31 16:48:13 +09:00
tateisu 68c2d79ba8 Merge remote-tracking branch 'weblate/trunk' into trunk 2021-03-31 16:08:59 +09:00
tateisu ae4e931b0c refactor 2021-03-31 16:07:37 +09:00
ButterflyOfFire 2e60afaa3c
Translated using Weblate (French)
Currently translated at 95.0% (1027 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/fr/
2021-03-25 07:29:33 +01:00
Hosted Weblate facbfb3454
Merge branch 'origin/trunk' into Weblate. 2021-03-23 07:40:35 +01:00
tateisu 246af224a9 某のAPI変更に関する修正 see https://github.com/Kinoshita0623/MisskeyAndroidClient/issues/55 2021-03-23 15:40:15 +09:00
Love Xu a4c76bc173
Translated using Weblate (Chinese (Simplified))
Currently translated at 44.9% (486 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/zh_Hans/
2021-03-17 06:18:24 +01:00
J. Lavoie 3abc7b1a29
Translated using Weblate (German)
Currently translated at 99.0% (1071 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/de/
2021-03-07 01:50:30 +01:00
J. Lavoie 72891ceff1
Translated using Weblate (French)
Currently translated at 94.9% (1026 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/fr/
2021-03-07 01:50:30 +01:00
ayiniho be46737789
Translated using Weblate (French)
Currently translated at 94.9% (1026 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/fr/
2021-03-05 22:50:29 +01:00
Remi Rampin 5cf0e07359
Translated using Weblate (French)
Currently translated at 94.3% (1020 of 1081 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/fr/
2021-03-02 18:50:34 +01:00
tateisu f6328b3d8a add PendingIntent.FLAG_IMMUTABLE for Android 12(S) 2021-02-25 11:05:36 +09:00
tateisu 91dc188bb0 use full qualified emoji code from emojipedia, improve skin tone map, add composite tones emoji category 2021-02-23 06:33:54 +09:00
tateisu 7450b837e7 絵文字データをJavaコードではなくデータファイルから読む 2021-02-20 20:22:22 +09:00
tateisu f3939aef5b Unicode絵文字の変換にTrieを使う。絵文字コードのunifiedを正しく取り扱う。 2021-02-20 08:40:02 +09:00
tateisu fb1b02a0f0 use noto-emoji for Emoji 13.1 2021-02-19 10:18:58 +09:00
tateisu cb286b6ae1 ビルドエラーを修正 2021-02-15 16:45:22 +09:00
tateisu 853d023d0a update emoji data 2021-02-15 16:32:16 +09:00
tateisu 6b4d38b8d5 投稿時にサーバが公開範囲をサポートしているか確認する 2021-02-15 02:09:23 +09:00
tateisu d186af5ac9 投稿画面の公開範囲の選択肢を決めるときにfedibird_capabilities の visibility_mutual と visibility_limited を参照する 2021-02-13 12:00:30 +09:00
tateisu b8a1faf198 (fedibird)公開範囲に「相互」と「不明」を追加。サークル機能には対応してませんね… 2021-02-10 17:08:00 +09:00
tateisu 72b0c9a54e 添付メディアのサイズ制限をアプリ設定からアカウント設定に移動 2021-02-10 07:25:06 +09:00
tateisu d92787acbc read emoji attributes from noteUpdated streaming event. 2021-02-08 04:39:38 +09:00
tateisu fb0de9373d reaction notification use status.emojis 2021-02-07 08:31:51 +09:00
tateisu a83e7163a6 allow custom emoji shortcodes includes atmark and dot 2021-02-06 02:02:17 +09:00
tateisu c3538352ef fix quote button not shown correctly in some case 2021-02-05 09:18:48 +09:00
tateisu 78adefa9bf suppress false positive warnings in getStreamStatus 2021-02-05 09:08:58 +09:00
tateisu 3fbe14fa7e fix thumbnail in server information column if thumbnail url don't contains schema://host 2021-02-05 09:01:47 +09:00
tateisu 29950d3d63 suppress false positive warnings in getStreamStatus 2021-02-05 08:56:17 +09:00
tateisu 11ab61ca7f fix host contains incorrect url schema part 2021-02-05 08:51:45 +09:00
tateisu 4cf16c6ee8 「アプリ設定/色/ボタン強調色/リアクション」を追加。 2021-01-30 15:18:43 +09:00
tateisu 6676b9b41f support some html tags 2021-01-29 21:59:27 +09:00
tateisu 832fa23698 Merge remote-tracking branch 'weblate/trunk' into trunk 2021-01-23 20:39:15 +09:00
tateisu 65e7af9f49 suppress some debug log 2021-01-23 20:38:08 +09:00
tateisu a0a9a70d76 \( の取り扱いを変更 2021-01-23 19:24:28 +09:00
tateisu a7eb23768f \( の取り扱いを変更 2021-01-23 19:18:52 +09:00
tateisu 6cd9189ee8 '['の取り扱いを変更 2021-01-23 10:20:37 +09:00
Dyxang 42d727fea5
Translated using Weblate (Chinese (Simplified))
Currently translated at 43.9% (471 of 1071 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/zh_Hans/
2021-01-12 06:32:18 +01:00
mv87 4877eaf723
Translated using Weblate (German)
Currently translated at 100.0% (1071 of 1071 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/de/
2021-01-05 22:31:27 +01:00
tateisu c2378f2d1d 自分の行ったリアクションの背景に色をつける 2021-01-04 10:11:45 +09:00
tateisu 1902b58fc0 めいすきーのリアクションの@を含む絵文字の表示 2021-01-03 20:49:21 +09:00
tateisu 2b8f0a63cc change reaction picker 2021-01-03 14:11:04 +09:00
tateisu ebbbd48348 ストリーム種別の判定を改善 2020-12-27 23:39:11 +09:00
tateisu 5dba1dacef マストドン3.3.0でストリーミングイベント中のストリーム購読を示す部分の判定に失敗していた 2020-12-27 22:01:41 +09:00
tateisu 04621ec97e ストリーミングインジケータの表示がおかしい、カラムを復帰してから数秒待たないとストリーミングイベントの配信がおかしい等の問題を修正 2020-12-27 16:10:58 +09:00
tateisu f8c47f5252 Merge remote-tracking branch 'weblate/trunk' into trunk 2020-12-27 06:08:50 +09:00
tateisu ca025f3e53 fix #148. 2020-12-27 06:03:58 +09:00
mv87 1e368c136c
Translated using Weblate (German)
Currently translated at 99.7% (1068 of 1071 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/de/
2020-12-25 00:29:13 +01:00
tateisu cb505b3bde MisskeyのタグTLのストリーミングを修正。めいすきーでも/streaming を使う。 2020-12-22 13:51:52 +09:00
tateisu 362e026a76 disable fade out of sidemenu scrollbar 2020-12-22 13:27:39 +09:00
tateisu 00b05d8646 カラムがストリーミングイベントを受け取った際にカラムの状態を確認する 2020-12-22 08:49:26 +09:00
tateisu c3ea720265 v4.3.9. firebase-messaging:21.0.1 2020-12-22 05:21:29 +09:00
tateisu 21508be87a fixup 2020-12-22 05:16:33 +09:00
tateisu 953d4620a1 rewrite streaming related code 2020-12-21 11:13:03 +09:00
tateisu 40cad1b58f account.last_status_atの解釈を変える 2020-12-19 20:39:36 +09:00
tateisu 29fa9c8007 account.last_status_atの解釈を変える 2020-12-19 20:16:28 +09:00
tateisu ae22bf3943 関数名の変更 2020-12-19 20:10:12 +09:00
tateisu 3ecb082ffd Merge remote-tracking branch 'weblate/trunk' into trunk 2020-12-19 15:48:16 +09:00
tateisu 35deaf985f 「アプリ設定/挙動/Webブラウザ」を追加 2020-12-19 15:46:42 +09:00
tateisu 70dd21bf41 Dispatchers.Mainを使う場所を精査して減らした 2020-12-17 12:17:48 +09:00
tateisu dcb02bb39c ProgressDialogの進捗メッセージが表示されなかったバグの修正 2020-12-17 12:00:00 +09:00
yucj 35fb7c6f4d
Translated using Weblate (Chinese (Traditional))
Currently translated at 7.5% (81 of 1070 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/zh_Hant/
2020-12-16 21:29:12 +01:00
mv87 b97d324782
Translated using Weblate (German)
Currently translated at 99.7% (1067 of 1070 strings)

Translation: Subway Tooter/Strings
Translate-URL: https://hosted.weblate.org/projects/subway-tooter/strings/de/
2020-12-16 21:29:10 +01:00
tateisu 721b93bf0f update server list for input completion 2020-12-12 17:01:34 +09:00
tateisu bdce642d0e 細かい変更 2020-12-12 06:46:49 +09:00
tateisu e3522ef2c0 申し訳程度に先程問題が出た場所のテストを書く 2020-12-12 06:25:45 +09:00
tateisu e30a1519ed アカウント追加時にインスタンス情報の取得処理でエラーを出す問題の修正 2020-12-12 03:34:19 +09:00
tateisu 2b7c2075ff カラムがない時のメッセージ表示に余白をつける 2020-12-12 03:03:18 +09:00
tateisu 68b76a1122 通知まわりのクラスを個別ファイルに分割 2020-12-12 02:30:10 +09:00
tateisu fdd85d6a10 デバッグビルドのみアカウント設定にボタンを追加。通知表示の既読状況がおかしい場合にかるく修正する 2020-12-11 08:25:55 +09:00
tateisu 307ddfa239 時刻の横に表示するアイコンでsuspendedフラグに対応する図柄を変更。account.last_status_atが日付部分だけを返す場合に対応。 2020-12-11 06:00:46 +09:00
tateisu cec4b0d2e0 無害なログの警告レベルを下げる 2020-12-09 05:46:18 +09:00
tateisu e8536843a6 使われなくなった WaitNotifyHelper を削除 2020-12-09 05:33:18 +09:00
tateisu f18e136905 okhttpの全てのcallをexecute()からawait()に変更した。不安しかない 2020-12-09 05:24:42 +09:00
tateisu b0b28509a4 refactor 2020-12-08 23:01:32 +09:00
tateisu 8818f25b6f 通知チェック部分のコードをコルーチン対応にした。AppOpenerはいくつかのOSアクティビティを選択肢から除去するようになった。 2020-12-08 22:48:23 +09:00
tateisu 301dde36c0 refactor. notestock検索カラムの本文のカスタム絵文字の表示。 2020-12-08 08:49:50 +09:00
tateisu 3aee3e1e8d fix string resource bugs 2020-12-07 22:37:22 +09:00
tateisu d9d3bd53a9 refactor 2020-12-07 22:07:22 +09:00
tateisu 76ae05d006 AppOpenerのログ出力の追加 2020-12-07 22:06:25 +09:00
tateisu 17f11fd196 notestockカラムの微調整。 2020-12-07 21:53:55 +09:00
tateisu 1916fe0d8e Add notestock search column 2020-12-07 21:23:14 +09:00
tateisu 90000c1e89 androidx.browser:browser:1.3.0, startActivityを呼び出す部分のログ出力の強化 2020-12-07 17:33:01 +09:00
tateisu 2e8177bdfb refactor 2020-12-07 16:32:49 +09:00
tateisu 316bc8e3a5 remove comparator of TootAnnouncement 2020-12-07 05:19:02 +09:00