Conny Duck
f5958cd28d
fix issue where scrolling wont stop after jumping to top
2018-03-17 19:46:01 +01:00
Conny Duck
fd16a7c489
fix crash in StatusBaseViewHolder
2018-03-15 22:08:12 +01:00
Levi Bard
182e8a75ba
improve content warning button
...
* Use the entire content warning text + button as the hitbox for the "Show more/less" toggle
* Move the content warning toggle button to its own line and give it a little more space
* Move content warning elements into parent layout, remove now-superfluous FlowLayout
* Use marginTop/Bottom instead of Vertical, which is only in sdk 26+
* Update minimum width for content warning toggle button
2018-03-15 19:15:12 +01:00
aka-rin
df22631cd1
Fix zh-xx translations ( #551 )
...
* Update strings.xml
* Update strings.xml
* Fix zh-cn, zh-sg, zh-hk translations.
* Update strings.xml
* Fix zh-mo, zh-tw translations.
2018-03-12 21:31:33 +01:00
INAGAKI Hiroshi
660523caf4
l10n: update Japanese translation ( #549 )
...
Update japanese translations for some new functions.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-03-11 09:42:21 +01:00
Ivan Kupalov
5d954a8eab
Add ComposeActivity tests. Add ServiceLocator ( #542 )
2018-03-09 22:02:32 +01:00
Conny Duck
4d4f48065c
change the color of all SwipeRefreshLayouts to match the Tusky theme
2018-03-09 20:39:08 +01:00
Conny Duck
4ac781876b
fix crash in LoginActivity
2018-03-09 19:54:24 +01:00
Conny Duck
1d594d528d
fail silently when status card cannot be loaded for compatibility with Pleroma
2018-03-09 18:56:05 +01:00
Ivan Kupalov
8aeaa23b55
Compose close dialog + focus fix ( #539 )
2018-03-05 22:43:13 +01:00
Conny Duck
6b8c334f96
fix strings
2018-03-05 15:02:26 +01:00
Conny Duck
64e28457c2
remove unused view from activities
2018-03-05 14:53:33 +01:00
Conny Duck
cde610b27d
update dependencies, use new scheduleAsync of job library
2018-03-03 13:54:58 +01:00
Konrad Pozniak
5de7b21007
convert entity classes to Kotlin data classes ( #526 )
...
* convert entity classes to Kotlin data classes
* more data classes, code style
2018-03-03 13:24:03 +01:00
ButterflyOfFire
8ec350cb16
Improving arabic translation ( #523 )
...
Improving arabic translation
2018-03-03 10:33:26 +01:00
Conny Duck
1bbe0f7430
prevent saving of incomplete account information to database
2018-03-02 21:25:58 +01:00
Conny Duck
9807ee5f54
fix link header handling in AccountActivityFragment
...
- fixes douplication of users after undoing unblocks/unmutes
- removes unnecessary loading when scrolled to end of list
2018-03-02 20:56:09 +01:00
nailyk
04fa10264a
Translates: FR: Do not use plural for follows_you ( #537 )
2018-03-02 20:53:01 +01:00
Conny Duck
66f52f66b4
gracefully handle null statuses in notifications
2018-03-01 21:10:10 +01:00
Conny Duck
03d8ec3a7a
only alert once on multiple notifications, fix order of notifications
2018-03-01 19:05:47 +01:00
Conny Duck
5ef929952c
make it possible to switch accounts when active account fails to load
2018-02-27 19:38:32 +01:00
Conny Duck
3690e86312
fix a crash in MediaUtils
2018-02-25 15:46:32 +01:00
Conny Duck
e1473c2142
fix a crash in ComposeActivity when trying to share images while logged out
2018-02-25 15:41:45 +01:00
Conny Duck
a31e6956e4
update Tusky urls
2018-02-25 14:51:06 +01:00
nailyk
752aac3ba3
Update FR translations ( #533 )
...
* Translation: FR: Correct media upload sentences
Signed-off-by: nailyk-fr <jenkins@nailyk.fr>
* Translation: FR: Make follow request sentence innumerable
Signed-off-by: nailyk-fr <jenkins@nailyk.fr>
2018-02-21 22:45:22 +01:00
Marcin Mikołajczak
09dab0eaa0
Update Polish translation ( #532 )
2018-02-19 17:43:25 +01:00
Conny Duck
493c0ddcba
increase text size of detailed toot
2018-02-17 13:54:27 +01:00
Conny Duck
bca172a90a
fix bug in rtl layout, remove unneeded xml attributes & dimen resources
2018-02-16 22:14:25 +01:00
Conny Duck
948c44e98c
fix rare crash when resizing image in EditProfileActivity & prevent upscaling of image
2018-02-15 19:29:03 +01:00
aka-rin
214bde416f
Add Chinese Translations ( #528 )
...
* Add zh-CN translations (first version).
满眼生机转化钧, 天工人巧日争新。
* Add zh-TW translations (converted by OpenCC).
幹,我到底寫了三小……
* Add zh-HK translations (converted by OpenCC).
呢個翻譯真喺 On9!
* Fix some translations in zh-CN.
点一下,玩一年,装备不花一分钱~
* Fix some translations in zh-TW, too.
油條要超越板凳當凶器之首了嗎?
* Fix some translations in zh-HK, too...
大家小心流感
* Minor fixes in zh-CN translations.
翻譯比想象中要難啊……
* Add zh-SG translations (the same as zh-CN).
* Update zh-TW translations.
* Update zh-HK translations, too.
Still needs to be improved...
* Add zh-MO translations (the same as zh-HK).
Now it's all set!
* Fix a character in zh-CN translations...
Don't mind, don't mind...
* Fix the same character in zh-SG translations...
It's all my fault. 😂
2018-02-14 22:29:38 +01:00
Konrad Pozniak
c9e0e6a565
Rewrite EditProfileActivity in Kotlin ( #525 )
...
* rewrite EditProfileActivity in Kotlin
* fix bug in MainActivity where profiles would duplicate
* fix code style
2018-02-12 22:04:18 +01:00
Konrad Pozniak
167c460c08
notification improvements ( #522 )
...
* correctly filter notifications on Api >= 26, other fixes and refactoring
* use correct areNotificationsEnabled method in MainActivity
* change notification led color
2018-02-12 22:03:08 +01:00
nailyk
ac581052c1
Translates: FR: Improve translations ( #524 )
...
* Add new translate related to multi account,
* Adjust some translates notification related.
Signed-off-by: nailyk-fr <nailyk_git@nailyk.fr>
2018-02-10 21:13:54 +01:00
Conny Duck
fbfd41c315
fix wrong navbar color in ViewMediaActivity & ViewVideoActivity on Android 8.1+
2018-02-09 23:25:48 +01:00
Conny Duck
3f49a2c921
hide follow button on own profile correctly, code optimizations
2018-02-09 22:49:20 +01:00
Conny Duck
58307774f4
fix crash in ComposeActivity when account has no profile picture set
2018-02-08 19:17:08 +01:00
Conny Duck
faae2acfe7
fix timeline filtering not working after app restart
2018-02-08 19:12:02 +01:00
Conny Duck
c2df3ee712
set the correct default theme in preferences
2018-02-05 11:29:08 +01:00
Conny Duck
94f018b578
fixes a crash when trying to share via Tusky while not logged in
2018-02-05 11:27:32 +01:00
Evgeny Petrov
4434d8828a
Russian translation for Tusky 1.5 ( #513 )
...
* Russian translation for Tusky 1.5
* Added multiaccount strings
* Added licence strings
* Added media caption strings
* Added lists strings
* Added HTTP proxy strings
* Added theme strings
* Some small fixes
* Tusky-RU: A small fix for "visually_impaired" strings
* Tusky-RU: Some fixes for "Proxy" strings.
"Blind" translating is bad :(
2018-02-04 15:16:01 +01:00
Conny Duck
93f76bf67f
Release 32
2018-02-04 10:31:50 +01:00
Conny Duck
9c1ef38a6e
add database migration
2018-02-04 10:12:01 +01:00
Conny Duck
66809b39dc
set proxy setting to default off
2018-02-04 09:32:05 +01:00
Conny Duck
23b7374830
improve german translation
2018-02-04 09:30:29 +01:00
Conny Duck
11641eba79
remove unused resources
2018-02-03 23:43:06 +01:00
Conny Duck
e5b33eb826
simplify theme handling
2018-02-03 23:26:53 +01:00
Konrad Pozniak
40cda2ced3
Multi account feature ( #490 )
...
* basic implementation
* improve LoginActivity
* darken drawer background image
* add current avatar in ComposeActivity
* add account name to logout dialog
* multi account support for notifications
* multi account support for notifications
* bugfixes & cleanup
* fix bug where somethings notifications would open with the wrong user
* correctly set active account in SFragment
* small improvements
2018-02-03 22:45:14 +01:00
Conny Duck
79519a071d
adjust follow button font size
2018-02-03 13:34:40 +01:00
Conny Duck
0521c300f6
simplify list_item layout
2018-02-03 13:24:12 +01:00
Conny Duck
50a93ec188
reorganize manifest permissions
2018-01-31 22:24:08 +01:00