chinwag-android/app/src/main/res
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
..
anim Multi account feature (#490) 2018-02-03 22:45:14 +01:00
color ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
drawable Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
drawable-anydpi-v21 fixed avatar_default not displaying correctly on the light theme 2018-04-07 16:09:07 +02:00
drawable-hdpi add new avatar placeholder 2018-03-30 19:46:36 +02:00
drawable-mdpi add new avatar placeholder 2018-03-30 19:46:36 +02:00
drawable-night Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
drawable-v21 improve content warning background 2017-10-18 11:08:49 +02:00
drawable-v26 add new debug build so two tusky versions can be run on the same device 2017-12-08 12:15:46 +01:00
drawable-xhdpi add new avatar placeholder 2018-03-30 19:46:36 +02:00
drawable-xxhdpi add new avatar placeholder 2018-03-30 19:46:36 +02:00
drawable-xxxhdpi add new avatar placeholder 2018-03-30 19:46:36 +02:00
layout Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
layout-sw640dp fix layout rotation 2018-06-07 22:11:03 +02:00
menu Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
mipmap-anydpi-v26 new launcher icon, new adaptive icon 2017-10-19 14:06:52 +02:00
values Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-ar Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-ca Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-de Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-es Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-fr Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-hu Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-ja Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-large some Optimizations for tablets (#647) 2018-05-16 19:14:53 +02:00
values-night Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-night-v27 some Optimizations for tablets (#647) 2018-05-16 19:14:53 +02:00
values-nl Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-oc Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-pl Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-pt-rBR Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-ru Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-small Implement media tab (#430) 2017-11-05 22:32:36 +01:00
values-sv add swedish translation (#674) 2018-06-07 22:30:27 +02:00
values-sw360dp ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
values-ta Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-tr Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-v27 some Optimizations for tablets (#647) 2018-05-16 19:14:53 +02:00
values-w640dp some Optimizations for tablets (#647) 2018-05-16 19:14:53 +02:00
values-zh-rCN Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-zh-rHK Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-zh-rMO Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-zh-rSG Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
values-zh-rTW Account activity redesign (#662) 2018-06-18 13:26:18 +02:00
xml EmojiCompat support (#600) 2018-05-10 11:16:56 +02:00