Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
Constantin A 3a11b9900e
EmojiCompat fix (#2468)
* Add back the emojiInitCallback and move EmojiCompat init

* Small adjustments

* Make sure that we don't hit the IllegalStateException when EmojiCompat-ing the display names

* Add a TODO for when Material Drawer 9 can be used

* Remove EmojiCompat.process and initcallback
2022-04-28 18:55:10 +02:00
..
adapter New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
appstore Improve timeline dao (#2353) 2022-03-02 20:40:06 +01:00
components Remove Identity Proof Support (#2456) 2022-04-27 19:58:39 +02:00
db refactor compose & announcements to coroutines (#2446) 2022-04-21 18:46:21 +02:00
di Add support for post edit notifications (#2431) 2022-04-19 11:10:13 +02:00
entity Remove Identity Proof Support (#2456) 2022-04-27 19:58:39 +02:00
fragment fix unparsed html in "replying to" toggle (#2448) 2022-04-21 18:46:43 +02:00
interfaces merge ModalTimelineActivity & ViewTagActivity into StatusListActivity (#2332) 2022-02-25 18:57:31 +01:00
json move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
network Remove Identity Proof Support (#2456) 2022-04-27 19:58:39 +02:00
pager move AccountActivity and related classes to a new package (#2216) 2022-01-11 19:55:17 +01:00
receiver Replace “status” by “post” in strings name and source values (#2405) 2022-03-27 12:23:25 +02:00
service Fix saving failed status to drafts (#2410) 2022-04-02 16:15:18 +02:00
settings New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
util New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
view Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00
viewdata move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
viewmodel introduce KotlinResultCallAdapter for nice suspending network calls (#2415) 2022-04-14 19:49:49 +02:00
AboutActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AccountListActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AccountsInListFragment.kt Fix status diffing and improve timeline performance (#2386) 2022-03-15 21:34:57 +01:00
BaseActivity.java Implement Login via WebView (#2371) 2022-03-08 21:22:19 +01:00
BottomSheetActivity.kt Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00
EditProfileActivity.kt update Android Image Cropper and get rid of deprecated onActivityResult (#2351) 2022-03-02 20:39:56 +01:00
FiltersActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
LicenseActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
ListsActivity.kt merge ModalTimelineActivity & ViewTagActivity into StatusListActivity (#2332) 2022-02-25 18:57:31 +01:00
MainActivity.kt EmojiCompat fix (#2468) 2022-04-28 18:55:10 +02:00
SplashActivity.kt fix black theme on Android 12 (#2424) 2022-04-13 19:22:01 +02:00
StatusListActivity.kt merge ModalTimelineActivity & ViewTagActivity into StatusListActivity (#2332) 2022-02-25 18:57:31 +01:00
TabData.kt Timeline paging (#2238) 2022-01-11 19:00:29 +01:00
TabPreferenceActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
TuskyApplication.kt New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
ViewMediaActivity.kt upgrade ktlint gradle plugin to 10.2.1 (#2435) 2022-04-16 09:45:45 +02:00
ViewThreadActivity.java Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00