tateisu
79e6fc4858
org.jetbrains.kotlin.androidのバージョンを揃える
2023-07-19 13:07:19 +09:00
tateisu
b7635bb967
- kotlin 1.9.0
...
- replace exoPlayer to androidx.media3
- replace QR code generator to com.github.androidmads:QRGenerator
- remove InflationX/ViewPump, InflationX/Calligraphy. that can't recognize resource id outer module.
2023-07-11 06:52:31 +09:00
tateisu
8ceb21a48a
依存関係の更新に伴う変更。WorkManagerのサービスがmanifestにforegroundServiceTypeを持たない問題の対応。
2023-06-30 00:24:17 +09:00
tateisu
8efb801bc3
update dependencies
2023-06-29 23:39:48 +09:00
tateisu
462041f8b0
kotlin 1.8.21, force convert heic,heif,avif
2023-05-15 10:03:30 +09:00
tateisu
e3c19b5361
検索結果を辿る際に二分探索する
2023-05-09 22:21:26 +09:00
tateisu
705aa157e6
AGP 8.0.1
2023-05-05 23:41:58 +09:00
tateisu
0a892ecef9
baseモジュールでBuildConfigを使わない
2023-04-23 04:15:55 +09:00
tateisu
1026983132
- kotlin 1.8.20, ksp 1.8.20-1.0.11, koin 3.3.3
...
- 添付ファイルがない時に空行が増えてたバグの修正
2023-04-23 02:52:20 +09:00
tateisu
49bd10561d
AGP 8.0.0, Gradle 8.1, JDK17でkspがJava target levelを勘違いする問題の対策
2023-04-16 05:23:34 +09:00
tateisu
77a0281797
AGP 7.4.2, Android Studio Flamingo 2022.2.1
2023-04-16 03:02:02 +09:00
tateisu
46eac79c09
androidx.annotationをkaptしない。フォロー中のハッシュタグのフォロー解除に確認ダイアログを追加。
2023-04-04 09:38:52 +09:00
tateisu
198880dd93
コード整形、依存関係の更新、前回のストリーミングURL関連で変更しすぎた部分を一部戻す
2023-03-31 11:17:11 +09:00
tateisu
18d2231da0
v5.522, archVersion 2.2.0
2023-02-23 21:24:23 +09:00
tateisu
6c804a2a5d
とりあえずアプリサーバV2に対応する
2023-02-05 05:52:26 +09:00
tateisu
492995dc40
add CryptUrils. import anko source code instead of aar library to avoid build problem
2023-02-02 01:11:39 +09:00
tateisu
5a6b42b06e
AGP 7.3.1 に戻す
2023-01-27 01:15:34 +09:00
tateisu
c3a3234ea8
android grdle plugin 7.4.0
2023-01-27 00:54:04 +09:00
tateisu
9d712e9cc7
認証まわりのコードを色々変えた
2023-01-17 21:42:47 +09:00
tateisu
b2b47e730a
TestDispatcherの調査
2023-01-15 14:04:37 +09:00
tateisu
4e17ba14fa
ビルド依存関係の記述をなるべくbaseモジュールにまとめる
2023-01-14 20:20:24 +09:00
tateisu
a51b45d0cd
Mastodon 4.0のフィルタAPI v2 を使ってみる。detektAllタスクで複数モジュールをまとめて検査する
2023-01-14 19:19:01 +09:00
tateisu
d391a1ab8f
baseモジュールにコードを少し移動した
2023-01-13 21:22:25 +09:00
tateisu
d53ec384db
kotlin 1.7.21
2023-01-13 16:41:47 +09:00
tateisu
71bba5c011
- targetSdkVersion 33
...
- 端末のOSバージョンにより権限要求の内容を切り替える
-- アカウント設定の画像選択
-- 内蔵メディアビューアのダウンロード
- メイン画面開始時に通知権限を要求する
2023-01-05 16:26:35 +09:00
tateisu
373415874c
Tootsearchのサービス終了。ほか依存関係の更新やdeprecated警告の対応など
2022-12-27 00:04:32 +09:00
tateisu
19d626e5f1
Fix:
...
- remove ForegroundPollingService
- check notifications in MyFirebaseMessagingService.onMessageReceived
- dont send empty search request.
Dependencies:
- coreLibraryDesugaringEnabled true
- desugar_jdk_libs:1.2.0
- material:1.7.0
- exifinterface:1.3.5
- annotation:1.5.0
- firebase-messaging:23.1.0
- work-runtime-ktx:2.8.0-beta01
- appcompat_version = 1.5.1
- kotlin_version = 1.7.20
- Android Gradle plugin 7.3.1
- google-services:4.3.14
2022-11-07 11:45:17 +09:00
tateisu
27f15c9760
API変更に追従
2022-09-11 06:09:26 +09:00
tateisu
22729fa63e
- versionName 5.0.2
...
- emoji2Version 1.2.0
- appcompat_version 1.5.0
2022-08-18 06:48:30 +09:00
tateisu
0304312295
- version 5.0.1
...
- target_sdk_version 32
- compile_sdk_version 32
- build_tools_version 33.0.0
- gradle-7.5.1
2022-08-12 11:51:05 +09:00
tateisu
4001c53cba
minSdkVersion 26
2022-08-11 16:51:49 +09:00
tateisu
249ff52556
- versionCode 500
...
- versionName 5.0.0
- 会話を別タンスで開く際に同期用のステータスURLを整形する
- exoplayer:2.18.1
- lifecycle_version=2.5.1
- roomVersion=2.4.3
- kotlin_version1.7.10
- kotlinx_coroutines_version1.6.4
- remove kotlinOptions.useIR=true
2022-08-02 12:17:05 +09:00
tateisu
6ac50da328
version 4.9.4
...
androidx.annotation:annotation:1.4.0
com.google.firebase:firebase-messaging:23.0.6
com.google.android.exoplayer:exoplayer:2.18.0
lifecycle_version 2.5.0
2022-07-08 07:18:58 +09:00
tateisu
4a1b4f91c2
突然のWorkManager移行
2022-06-14 02:23:46 +09:00
tateisu
4751430b74
- androidx.core:core-ktx:1.8.0
...
- com.google.android.material:material:1.6.1
- okhttpVersion = "4.9.3"
- appcompat_version = "1.4.2"
2022-06-05 03:43:55 +09:00
tateisu
eae1c313f0
detekt 1.21.0-RC1
2022-06-05 03:35:07 +09:00
tateisu
228a8d3338
Update dependencies:
...
- Android Studio Chipmunk | 2021.2.1 Patch 1
- kotlin_version = 1.6.21
- kotlinx_coroutines_version = 1.6.2
- com.google.android.material:material:1.6.0
- com.google.firebase:firebase-messaging:23.0.5
- comment out composeOptions that is not ye
following ExoPlayer's API changes:
- replace deprecated ExoPlayer's PlayerView to StyledPlayerView^M
- call ExoPlayer's StyledPlayerView's onResume(),onPause().
- remove some deprecated methods from ExoPlayer's event listener.
- hide some controller buttons from StyledPlayerView.
2022-05-29 14:00:51 +09:00
tateisu
771d8789a9
依存関係の更新。detektで指摘されたコードスタイルの整形。
2022-03-11 08:11:49 +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
c1b631621f
JetPAck App StartUpを使った初期化を導入
2021-11-20 09:36:43 +09:00
tateisu
2d2d5ce58c
kotlin 1.6.0
2021-11-20 07:55:26 +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
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
243dfc0bc5
設定キーの一覧を複数ファイルに分割。「カラム設定/添付メディアの説明文を表示する」を追加。
2021-11-06 12:00:29 +09:00
tateisu
4108c82e75
依存関係の更新
2021-11-06 11:25:11 +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
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
2785d66cb1
- exoPlayerの onPlayerErrorの引数の型をPlaybackExceptionに変更
...
- detekt 1.18.0
- google-services:4.3.10
2021-08-24 07:57:47 +09:00