Commit Graph

419 Commits

Author SHA1 Message Date
tateisu caf06354c3 split class packages 2021-06-28 16:09:00 +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 5f7f486471 refactor 2021-06-13 20:48:48 +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 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 be0ee77ade リアクションカラムに絵文字による絞り込み機能を追加 2021-05-21 17:20:14 +09:00
tateisu 17c96ce0e3 別アカからのリアクションの処理を変更 2021-05-20 05:14:30 +09:00
tateisu 9b46a53da8 (Nightly Fedibird)他人が行ったリアクションのストリーミングイベントを表示に反映させる。自分の投稿への通知をWebPushで受け取る。(購読の更新が必要) 2021-05-19 14:38:19 +09:00
tateisu 3589e2a054 add push policy in account settings 2021-05-11 15:12:43 +09: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 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 6b4d38b8d5 投稿時にサーバが公開範囲をサポートしているか確認する 2021-02-15 02:09:23 +09:00
tateisu 72b0c9a54e 添付メディアのサイズ制限をアプリ設定からアカウント設定に移動 2021-02-10 07:25:06 +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 6676b9b41f support some html tags 2021-01-29 21:59:27 +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
tateisu c2378f2d1d 自分の行ったリアクションの背景に色をつける 2021-01-04 10:11:45 +09:00
tateisu 2b8f0a63cc change reaction picker 2021-01-03 14:11:04 +09:00
tateisu ae22bf3943 関数名の変更 2020-12-19 20:10:12 +09:00
tateisu 35deaf985f 「アプリ設定/挙動/Webブラウザ」を追加 2020-12-19 15:46:42 +09:00
tateisu 68b76a1122 通知まわりのクラスを個別ファイルに分割 2020-12-12 02:30:10 +09:00
tateisu fdd85d6a10 デバッグビルドのみアカウント設定にボタンを追加。通知表示の既読状況がおかしい場合にかるく修正する 2020-12-11 08:25:55 +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 76ae05d006 AppOpenerのログ出力の追加 2020-12-07 22:06:25 +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 15a845e0e2 firebase messaging のtoken id の取得方法が非同期になった。文字列リソース中のパーセント表記のエスケープを修正。 2020-12-07 03:32:21 +09:00
tateisu 627020fc2b プッシュ通知の購読の自動更新の判定ロジックを変更。古いサーバが知らないはずの通知タイプは比較しない 2020-12-06 07:50:35 +09:00
tateisu f33b3a84c5 refactor. fix mute from pseudo account 2020-10-17 00:41:40 +09:00