Commit Graph

102 Commits

Author SHA1 Message Date
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
tateisu 9d3c36ea0c - exoplayer:2.15.0
- flexbox:3.0.0
- Android Gradle plugin 4.2.2
2021-08-24 07:46:09 +09:00
tateisu c21e6b7670 kotlin 1.5.20 2021-06-28 22:02:46 +09:00
tateisu 814fa5e8e5 detektの導入 2021-06-20 12:02:30 +09:00
tateisu e0c7a279fd v4.6.3, kotlin 1.5.10 2021-06-14 09:58:53 +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 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
tateisu 9f000ea212 remove unused module exif. define compile_sdk_version build script variable. 2021-02-25 10:24:08 +09:00
tateisu 5bf4f65dfd kotlin:1.4.30, google-services:4.3.5 2021-02-05 10:49:05 +09:00
tateisu 81ff3a6299 Android Studio 4.1.2, Android Gradle plugin 4.1.2 2021-01-23 20:36:27 +09:00
tateisu e0d1859a09 kotlin 1.4.21 2020-12-09 03:07:31 +09:00
tateisu 4ba6d633b3 kotlin 1.4.20, kotlinx-coroutines 1.4.2 2020-12-06 06:34:50 +09:00
tateisu 67b0804ca1 Android Studio 4.1.1, Android Gradle plugin 4.1.1, Gradle 6.7, org.gradle.vfs.watch=true 2020-11-11 15:55:28 +09:00
tateisu bc1621deaf Update dependecies.
- firebase-messaging:20.3.0
- conscrypt-android:2.5.1
- exoplayer:2.12.0
- junit:4.13.1
- com.android.tools.build:gradle:4.1.0
- com.google.gms:google-services:4.3.4
- de.mobilej.unmock:UnMockPlugin:0.7.6
Update ActMediaViewer for exoPlayer API changes.
2020-10-24 12:14:53 +09:00
tateisu 5849ae8527 Android Studio 4.0.1, kotlin 1.4.10 2020-09-19 23:53:56 +09:00