Konrad Pozniak
03cd374792
Remove search v1 ( #1484 )
...
* remove search v1, convert MastodonApi to Kotlin
* format MastodonApi nicely
* use default params in ConversationRepository
* improve code for LoginActivity
5 years ago
Levi Bard
0454601ed6
Add support for instance property `max_bio_chars` ( #1414 )
...
* Migrate getInstance from Call to Single
* Add support for instance max_bio_chars.
Addresses #1329
5 years ago
Konrad Pozniak
b72fbc6d4c
upgrade dependencies ( #1389 )
5 years ago
Konrad Pozniak
9ca59d69fa
fix Glide crash in MainActivity ( #1224 )
6 years ago
Ivan Kupalov
3ce10d2a7f
Fix IDs ( #1016 )
...
* Allow any String IDs as long as they're sortable
* Allow any String IDs as long as they're sortable
6 years ago
Konrad Pozniak
0b60445256
Upgrade to AndroidX, move to MaterialComponents theme ( #953 )
...
* upgrade to AndroidX, upgrade libraries
* move to MaterialComponents theme
* make sure the compose button looks good everywhere
* fix tollbar title/button alignment on tablet
* move to new material color theming, consolidate colors and themes
* fix build, fix imports
* set error on TextInputLayout instead of EditText
* fix imports, TootButton when
* improve snackbar style
* fix task description color
6 years ago
Levi Bard
66b94e5397
Enable sharing media directly from Tusky ( #852 )
...
* Extract duplicated code into BaseActivity
* Migrate MediaUtils to kotlin
* Migrate ViewVideoActivity to kotlin
* Migrate ViewMediaActivity to kotlin
* Initial media sharing functionality
* Address code review feedback
* Make share icon match
* Address code review feedback
6 years ago
Conny Duck
937436091b
fix crash in EditProfileViewModel
6 years ago
Konrad Pozniak
5118122c4a
fix bug where deleting profile field was not possible
6 years ago
Konrad Pozniak
02ce668c25
add possibility to change profile fields, refactor ( #751 )
...
* refactor EditProfileActivity, add profile fields
* preserve transparency when cropping profile images
* dont validate profile fields on client side
* revert unintentional change in card_frame_dark.xml
* improve activity_edit_profile layout for tablets
* Revert "improve activity_edit_profile layout for tablets"
This reverts commit 20ff3d167c39b15566e017108b33fe58690a8482.
* improve activity_edit_profile layout for tablets
* fix bug in EditProfileActivity, add snackbar
* improve EditProfileActivity code
* use events instead of shared prefs to communicate profile update
6 years ago