Commit Graph

71 Commits

Author SHA1 Message Date
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 c23e582a33 いくつかのボタンの背景を角丸に 2020-02-12 02:01:15 +09:00
tateisu a548316c2a v4.0.6 2020-02-04 19:37:13 +09:00
tateisu 937b387f77 正規表現コンバータの文字クラスの入れ子の取り扱いを改善 2020-02-04 15:14:26 +09:00
tateisu 5658679180 Pattern.compile に指定する正規表現を変換する 2020-02-04 11:04:07 +09:00
tateisu 23fb9cec43 improve IDN domain support 2020-02-02 03:28:16 +09:00
tateisu b7b7d4470f refactor 2020-01-31 16:46:30 +09:00
tateisu 99e2efb9bb (WIP)(Mastodon 3.1.0)ホームカラムに告知を表示する 2020-01-27 14:45:16 +09:00
tateisu 7ae197def2 refactor 2020-01-11 11:55:31 +09:00
tateisu dde8dbef3a fix #124, Can't unfollow account from offline domain 2020-01-08 15:47:22 +09:00
tateisu 00445781b2 リファクタ 2020-01-08 12:24:39 +09:00
tateisu 5329cc089f リファクタ 2020-01-08 12:23:45 +09:00
tateisu d5394f9632 Jsonパーサのテストを書いた。変更した絵文字の追加 2020-01-08 11:57:10 +09:00
tateisu 4355edd062 JSONクラスのバグ修正。リアクションの並び順をAPI応答とそろえる 2020-01-07 17:31:05 +09:00
tateisu 154af2118c replace JSON classes to keep object enum order. 2020-01-07 17:03:32 +09:00
tateisu 206098676c fix #123, ChromebookでIMEのアクションボタンの動作がおかしい 2020-01-05 17:24:52 +09:00
tateisu 1cbf22ccfb refactor 2019-12-31 04:07:09 +09:00
tateisu 46df41f032 refactor 2019-12-22 22:06:03 +09:00
tateisu 34c09e860c 「アプリ設定/タブレットモード/ウィンドウ内容を揃える(縦画面)」を追加。 2019-12-16 04:12:57 +09:00
tateisu b8b376af24 refactor. change order of app,lang in timeline 2019-12-16 00:34:46 +09:00
tateisu 821fa939da fix media viewer show null error when jpeg has orientation 1 2019-10-18 16:01:57 +09:00
tateisu 369ef3ddbb インスタンス情報にサイトの説明と短いサイトの説明を表示する。HTMLDecoderが認識するBlock-level ElementsとEmpty elementの種類を増やす。 2019-10-09 06:57:21 +09:00
tateisu c1f83e1706 refactor 2019-10-08 06:19:45 +09:00
tateisu 5ebce521e2 コメントを追加 2019-10-07 05:58:57 +09:00
tateisu 817bc39967 refactor 2019-10-07 05:54:15 +09:00
tateisu 04b75ee4cf add tests for ExifInterface 2019-10-07 05:46:56 +09:00
tateisu 0a03e8d529 背景画像のロードに失敗していた問題の修正 2019-10-07 00:58:18 +09:00
tateisu f42e79be3e fix update access token may notwork. 2019-10-06 20:23:33 +09:00
tateisu 2919953707 refactor 2019-10-05 22:27:12 +09:00
tateisu 86efd2a62b replace column view holder layout xml to anko layout code 2019-10-05 21:28:04 +09:00
tateisu c12be1cfdc 「アプリ設定/投稿/添付画像のリサイズ」の選択肢に平方ピクセルを追加 2019-10-04 05:05:07 +09:00
tateisu d999fa0d1d 自分が投票した選択肢にチェックマークを表示する 2019-09-23 03:25:00 +09:00
tateisu a25265674a add featured hashtags button in ActPost 2019-09-13 02:16:07 +09:00
tateisu dbfdcafca7 fix bug about using Matcher.group(i) 2019-09-12 23:05:18 +09:00
tateisu f075dc4c82 - remove androidx.legacy dependency.
- fix warnings for new nullability.
- fix warnings for deprecated API.
2019-09-12 22:43:11 +09:00
tateisu 0b692a773f - Profile metadata のfield name のカスタム絵文字対応
- TimelineItemのアカウント表示でnoteのデコード結果が空の場合は空行を追加しない
- fix #108, メンション解読の改善
2019-09-12 20:59:33 +09:00
tateisu 049b0c122b targetSdkVersion 29 2019-08-31 23:33:13 +09:00
tateisu 19c4eeec3d Android Studio 3.5
Android gradle plugin 3.5.0
gradle-5.4.1
kotlin 1.3.50
kotlinx_coroutines 1.3.0
firebase-core:17.1.0
firebase-messaging:20.0.0
okhttp:4.1.0
okhttp-urlconnection:4.1.0
2019-08-24 12:35:22 +09:00
tateisu 946e4ed4d3 refactor 2019-08-23 08:49:20 +09:00
tateisu a69f7a2846 add "Switch button color" in App setting / Color 2019-07-24 03:48:21 +09:00
tateisu f095b3551b URL表記を短縮する際に文字装飾をリセットしないようにする 2019-07-15 01:20:02 +09:00
tateisu 9b4ffd65c1 - Android Studio:3.4.2
- Kotlin 1.3.41
- kotlinx.coroutines 1.2.2
- com.android.tools.build:gradle:3.4.2
- firebase-core:17.0.0
- firebase-messaging:19.0.1
- androidx.annotation:annotation:1.1.0
- org.conscrypt:conscrypt-android:2.1.0
- io.github.inflationx:calligraphy3:3.1.1
- io.github.inflationx:viewpump:2.0.3
- com.github.woxthebox:draglistview:1.6.6
- com.github.kenglxn.QRGen:android:2.5.0
- com.caverock:androidsvg-aar:1.4
- com.google.android.exoplayer:exoplayer:2.10.2 (this requires targetCompatibility JavaVersion.VERSION_1_8)
- targetCompatibility JavaVersion.VERSION_1_8
- kotlin-stdlib-jdk7 => kotlin-stdlib
2019-07-12 13:38:19 +09:00
tateisu 0415d183da v3.5.6. 長すぎるハッシュタグの表示を改善 2019-07-09 20:56:22 +09:00
tateisu 201a365401 (Mastodon 開発版)音声の投稿に対応 f7f23b4a19 2019-06-20 09:22:42 +09:00
tateisu 4518f4dd10 アカウント設定に「WebUIの設定をいくつか読み込む/メディアを常に閲覧注意としてマークする/CWされたコンテンツを隠さない」を追加。 2019-06-04 08:24:54 +09:00
tateisu 84410e701a ファイルヘッダからJPEGかどうか判断する際に先頭4バイトではなく3バイトだけ確認する 2019-04-21 13:12:58 +09:00
tateisu 1396062674 fix crash error in platform type 2019-02-24 18:33:19 +09:00
tateisu 8a42c1bf68 AndroidX migration, Glide 4.9.0 2019-02-15 10:51:22 +09:00
tateisu f25af9ff46 fix #95, ignore expired keyword filter 2019-02-14 12:05:07 +09:00
tateisu 0ff0472744 検索系カラムに消去ボタンを出す設定。デフォルトはオフ。マストドン検索ポータルをサイドメニューから除去。 2019-02-03 23:12:03 +09:00