1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2024-12-23 07:38:04 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
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
cfcc8ce0ef Android Studio 4.1 2020-10-24 11:10:50 +09:00
tateisu
1aa15618c9 to avoid https://issuetracker.google.com/issues/158753935, use androidx.exifinterface:exifinterface:1.2.0 2020-08-25 09:04:18 +09:00
tateisu
b2b0f622bf Android Studio 3.6.2, Android Gradle plugin 3.6.2, Gradle 5.6.4, Kotlin 1.3.71, firebase-messaging 20.1.5, drawerlayout:1.1.0-beta01 2020-04-07 10:26:58 +09:00
tateisu
63f21f7ad9 rename sample_apng 2018-12-06 06:58:04 +09:00
tateisu
1b238d7db2 add test and sample for APNG decoder 2018-01-29 09:50:37 +09:00
tateisu
af5cddf051 16bit APNGのバグ修正 2018-01-29 04:03:04 +09:00
tateisu
6fada3fb93 APNGデコーダにjapngを利用するのをやめて、フルスクラッチで書き起こした 2018-01-27 20:00:44 +09:00
tateisu
b2e09f2b24 change codes from .java to .kt, also many codes refactored.
emoji data is moved to its own modlule.
2018-01-09 13:43:05 +09:00
tateisu
3820dd730b tootsearchカラムでCWとNSFWが複数トゥートを変更してしまう問題の修正。colorpickerライブラリをソースツリーに取り込み。 2017-12-22 21:59:52 +09:00
tateisu
e22c420f84 画像リサイズ時にExif情報を参照して画像を自動的に回転させる 2017-05-06 06:39:10 +09:00
tateisu
d0e8e55e69 initial import 2017-04-21 01:23:59 +09:00