Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
pandasoft0 c335651b6b Redesign report activity (#1295)
* Report activity core

* Implement navigation

* Implement navigation

* Update strings

* Revert manifest formatting

* Implement Done page

* Add landscape layout

* Implement Note fragment

* Create component

* Implement simple status adapter

* Format code

* Add date/time to report statuses

* Refactor status view holder

* Refactor code

* Refactor ViewPager

* Replace MaterialButton with Button

* Remove unneeded string

* Update Text and Check views style

* Remove old ReportActivity and rename Report2Activity to ReportActivity

* Hide "report to remote instance" checkbox for local accounts

* Add account, hashtag and links click handler

* Add media preview

* Add sensitive content support

* Add status expand/collapse support

* Update adapter to user adapterPosition instead of stored status

* Updated checked change handling

* Add polls support to report screen

* Add copyright

* Set buttonTint at CheckBox

* Exclude reblogs from statuses for reports

* Change final page check mark size

* Update report note screen

* Fix typos

* Remove unused params from api endpoint

* Replace .visibility with show()/hide()

* Replace Date().time with System.currentTime...

* Add line spacing

* Fix close button tint issue

* Updated status adapter
2019-06-09 16:55:34 +02:00
..
adapter Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
appstore Poll fixes (#1238) 2019-05-05 08:26:17 +02:00
components Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
db Fix bot icon indicator again (#1249) 2019-05-07 07:37:00 +02:00
di Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
entity cleanup entity classes and ViewThreadFragment (#1302) 2019-06-02 21:23:18 +02:00
fragment Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
interfaces Account Activity enhancements (#1196) 2019-05-15 12:43:16 +02:00
json fix proguard issue with NotificationTypeAdapter (#1129) 2019-03-17 07:57:10 +01:00
network Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
pager Account Activity enhancements (#1196) 2019-05-15 12:43:16 +02:00
receiver Fix crash on Android 9 when replying from notification (#1091) 2019-03-01 21:06:48 +01:00
repository cleanup entity classes and ViewThreadFragment (#1302) 2019-06-02 21:23:18 +02:00
service Migrate to Glide (#1175) 2019-04-16 21:39:12 +02:00
util Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
view Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
viewdata Polls part 1 - displaying in timelines and voting (#1200) 2019-04-22 10:11:00 +02:00
viewmodel Account Activity enhancements (#1196) 2019-05-15 12:43:16 +02:00
AboutActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
AccountActivity.kt correctly emojify account name in AccountActivity (#1297) 2019-06-05 21:35:29 +02:00
AccountListActivity.kt fix some lint warnings 2019-04-21 08:24:29 +02:00
AccountsInListFragment.kt fix some lint warnings 2019-04-21 08:24:29 +02:00
BaseActivity.java remove some unneeded code from BaseActivity (#1281) 2019-05-26 08:12:42 +02:00
BottomSheetActivity.kt fix some lint warnings 2019-04-21 08:24:29 +02:00
ComposeActivity.java cleanup unused resources (#1300) 2019-06-02 22:02:03 +02:00
EditProfileActivity.kt Animate gif avatars (#1279) 2019-05-26 08:46:08 +02:00
EmojiPreference.java 2019 Emoji Update (#1261) 2019-06-06 21:51:56 +02:00
FavouritesActivity.java Account Activity enhancements (#1196) 2019-05-15 12:43:16 +02:00
FiltersActivity.kt fix some lint warnings 2019-04-21 08:24:29 +02:00
LicenseActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
ListsActivity.kt create IconicsDrawable with right color instead of tinting it later (#1127) 2019-03-16 15:41:41 +01:00
LoginActivity.kt remove CustomTabsHelper & ResourcesUtils (#1157) 2019-03-30 15:18:40 +01:00
MainActivity.java fix(MainActivity,ComposeActivity): use onKeyDown() instead 2019-05-31 17:35:58 +09:00
ModalTimelineActivity.kt Account Activity enhancements (#1196) 2019-05-15 12:43:16 +02:00
PreferencesActivity.kt Animate gif avatars (#1279) 2019-05-26 08:46:08 +02:00
SavedTootActivity.java Implement redraft feature. (#1190) 2019-04-21 15:16:39 +02:00
SearchActivity.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
SplashActivity.kt Add new Theme "Use System Design" + fixes to night mode (#1069) 2019-03-07 21:33:29 +01:00
TabData.kt add hashtag tabs (#1145) 2019-03-24 08:59:55 +01:00
TabPreferenceActivity.kt prevent empty hashtag in TabPreferenceActivity (#1160) 2019-03-28 21:10:53 +01:00
TuskyApplication.java Fix bot icon indicator again (#1249) 2019-05-07 07:37:00 +02:00
ViewMediaActivity.kt fix downloading media on Android 5 (#1206) 2019-04-21 22:59:49 +02:00
ViewTagActivity.java Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
ViewThreadActivity.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00