Commit Graph

1373 Commits

Author SHA1 Message Date
tateisu 57f026518a アカウント設定に投稿する動画を再圧縮する設定を追加 2022-01-05 18:39:48 +09:00
tateisu b0ddddfe49 TootApiClientのisApiCancelleをval から suspend funに変更 2022-01-05 13:22:44 +09:00
tateisu c7ec0fa3cd - Android Studio 2020.3.1 Patch 4。
- Android Gradle plugin 7.0.4。
- kotlin 1.6.10。
- kotlinx_coroutines 1.6.0。
- androidx.emoji2 1.0.1。
- androidx.room 2.4.0。
- change reference: from R.attr.colorAccent to android.R.attr.colorAccent。
- remove unused parameter: AttachmentRequest.onUploadEnd。
- remove unused argument: fadeText in ItemViewHolder.showPreviewCard。
2022-01-05 12:54:30 +09:00
tateisu d18ed22ead アカウント設定画面の関数名が紛らわしかったのを直す 2022-01-05 12:37:40 +09:00
tateisu dac4ed79c2 メディアビューアのcbMuteを静止画の場合はgoneにする 2022-01-05 12:26:21 +09:00
tateisu ece2c8eac3 アプリ設定の文言変更 2021-12-04 17:55:28 +09:00
tateisu 82f7ec7f26 「アプリ設定/見た目/一部の通知の本文アルファ値」を追加 2021-12-04 01:57:07 +09:00
tateisu a8640185d6 fix #175, OnReceiveContentListenerの実装でNull例外が出ていたのを修正 2021-12-02 03:21:42 +09:00
tateisu a3497e4b10 変数名の変更。警告よけ 2021-11-22 17:43:20 +09:00
tateisu 49fb448af8 App Startupの導入で失敗してたのを修正 2021-11-22 09:38:33 +09:00
tateisu 8241a6f377 fix #174, 「アカウント設定/確認/ブックマーク解除」を追加 2021-11-21 16:12:10 +09:00
tateisu dc79c922b5 fix #173, noto絵文字を入力補完した際の処理を改善 2021-11-21 15:38:25 +09:00
tateisu 5ed8383f43 colorpickerのkotlin化など 2021-11-20 21:16:56 +09:00
tateisu c1b631621f JetPAck App StartUpを使った初期化を導入 2021-11-20 09:36:43 +09:00
tateisu 0e996868ab - androidx.emoji2 1.0.0
- androidx.appcompat 1.4.0
- 物理キーボード使用時のコピペ操作ができなくなっていた問題の修正。ショートカットの実装をonKeyDown+onKeyUpからonKeyShortcutに変更した。
- EmojiTextView,EmojiEditText,EmojiButton を AppCompatに戻す。
2021-11-19 02:09:22 +09:00
tateisu 4c43e807b1 サイドメニューに「URLからカラムを開く」を追加 2021-11-16 22:05:08 +09:00
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
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 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