Commit Graph

1305 Commits

Author SHA1 Message Date
tateisu 629cb1df9b SpellCheckSpanを除去しない 2021-11-15 13:27:28 +09:00
tateisu 82014cbf6e カラム設定が保存されない問題の修正 2021-11-15 13:09:54 +09:00
tateisu ca1c5b85d9 IMEの入力中、変換中文字列がある間は余計な装飾を除去しない 2021-11-15 11:03:03 +09:00
tateisu 18ad53ab50 kotlinx.datetimeを使うのをやめる。ISO8601のタイムゾーンオフセットを自前パースする。 2021-11-15 10:26:15 +09:00
tateisu f6bd590d46 kotlinx.datetimeのISO-8601パーサのワークアラウンドの追加。サイドメニューにタイムゾーンを表示する。 2021-11-14 22:23:17 +09:00
tateisu bf86e16e2e isDecimalNotation がエンバグしたのでテストを書いて修正 2021-11-14 19:41:26 +09:00
tateisu e046073ec6 「カラム設定/添付メディアの説明文を表示する」が保存されなかった問題の修正 2021-11-14 19:06:16 +09:00
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 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 2e19190901 kotlin を1.5.30 に戻す。androidTestとtestを通す。 2021-10-28 08:37:39 +09:00
tateisu 9c68857e6e targetSdkVersion 31 2021-10-28 05:58:19 +09:00
tateisu 61c7905d61 fix AcctSet create table failed. 2021-08-28 12:45:56 +09: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
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