Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/adapter
Konrad Pozniak 63f9d99390
Account activity redesign (#662)
* Refactor-all-the-things version of the fix for issue #573

* Migrate SpanUtils to kotlin because why not

* Minimal fix for issue #573

* Add tests for compose spanning

* Clean up code suggestions

* Make FakeSpannable.getSpans implementation less awkward

* Add secondary validation pass for urls

* Address code review feedback

* Fixup type filtering in FakeSpannable again

* Make all mentions in compose activity use the default link color

* new layout for AccountActivity

* fix the light theme

* convert AccountActivity to Kotlin

* introduce AccountViewModel

* Merge branch 'master' into account-activity-redesign

# Conflicts:
#	app/src/main/java/com/keylesspalace/tusky/AccountActivity.java

* add Bot badge to profile

* parse custom emojis in usernames

* add possibility to cancel follow request

* add third tab on profiles

* add account fields to profile

* add support for moved accounts

* set click listener on account moved view

* fix tests

* use 24dp as statusbar size

* add ability to hide reblogs from followed accounts

* add button to edit own account to AccountActivity

* set toolbar top margin programmatically

* fix crash

* add shadow behind statusbar

* introduce ViewExtensions to clean up code

* move code out of offsetChangedListener for perf reasons

* clean up stuff

* add error handling

* improve type safety

* fix ConstraintLayout warning

* remove unneeded ressources

* fix event dispatching

* fix crash in event handling

* set correct emoji on title

* improve some things

* wrap follower/foillowing/status views
2018-06-18 13:26:18 +02:00
..
AccountAdapter.java convert entity classes to Kotlin data classes (#526) 2018-03-03 13:24:03 +01:00
AccountFieldAdapter.kt Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
AccountViewHolder.java convert entity classes to Kotlin data classes (#526) 2018-03-03 13:24:03 +01:00
BlocksAdapter.java convert entity classes to Kotlin data classes (#526) 2018-03-03 13:24:03 +01:00
EmojiAdapter.kt ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
FollowAdapter.java Adds correct footer behaviour to account lists and unifies it with how timelines use them. 2017-06-30 18:30:25 -04:00
FollowRequestsAdapter.java convert entity classes to Kotlin data classes (#526) 2018-03-03 13:24:03 +01:00
FooterViewHolder.java cleanup code, remove some unneeded files 2017-10-18 00:20:50 +02:00
MentionAutoCompleteAdapter.java make avatar rounding independent of image size 2018-03-30 19:08:24 +02:00
MutesAdapter.java convert entity classes to Kotlin data classes (#526) 2018-03-03 13:24:03 +01:00
NotificationsAdapter.java fix rtl unicode formatting (#659) 2018-05-24 19:00:17 +02:00
PlaceholderViewHolder.java Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
ReportAdapter.java cleanup code, remove some unneeded files 2017-10-18 00:20:50 +02:00
SavedTootAdapter.java fix crash in SavedTootActivity when deleting drafts rapidly 2017-12-03 21:56:47 +01:00
SearchResultsAdapter.java make search find statuses (#613) 2018-04-30 11:30:10 +02:00
StatusBaseViewHolder.java Enable boosting of own private toots, closes #664 (#666) 2018-05-28 21:29:06 +02:00
StatusDetailedViewHolder.java Show image descriptions in gallery (#630) 2018-05-10 20:13:25 +02:00
StatusViewHolder.java Fix SparkButtons (#608) 2018-04-28 22:59:46 +02:00
ThreadAdapter.java Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00
TimelineAdapter.java Add EventHub, add fav, reblog events, improve timelines (#562) 2018-05-27 11:22:12 +03:00