Konrad Pozniak
7e68aecba7
Replace Stringlate with Crowdin ( #1055 )
7 years ago
Bernd
bbd37c6cd4
Fix Crash ( #1066 )
...
* fix possible npe
* Update ConversationViewHolder.java
* revert unneded changes
7 years ago
Konrad Pozniak
1621c1e689
fix crash in AccountListFragment ( #1065 )
...
* fix crash in AccountListFragment
* remove unnecessary subscribeOn
7 years ago
Konrad Pozniak
7f99f936d1
New translations strings.xml (Dutch) ( #1063 )
...
* New translations strings.xml (Dutch)
* New translations strings.xml (Dutch)
* New translations strings.xml (Dutch)
* New translations strings.xml (Dutch)
* New translations strings.xml (Dutch)
* New translations strings.xml (Dutch)
* New translations strings.xml (Dutch)
* New translations strings.xml (Dutch)
* New translations strings.xml (Dutch)
7 years ago
Mihai Boisteanu
d150cebcd0
Fixed sharing files doesn't return control after posting ( #1062 )
7 years ago
Konrad Pozniak
0bb9c0717f
New Crowdin translations Hungarian and Turkish ( #1058 )
...
* New translations strings.xml (Hungarian)
* New translations strings.xml (Hungarian)
* New translations strings.xml (Hungarian)
* New translations strings.xml (Turkish)
7 years ago
Konrad Pozniak
8201f2539d
fix close button behavior in ComposeActivity ( #1056 )
7 years ago
Konrad Pozniak
fd3226d244
fix crash when opening a thread in the browser ( #1053 )
...
* fix crash when opening a Thread in the browser
* avoid redundant actionableStatus.getActionableId()
7 years ago
Konrad Pozniak
2ec17bbb1b
New translations strings.xml (French) ( #1054 )
7 years ago
tsdgeos
30436872ab
ca: Fix typo: multimètida -> multimèdia ( #1050 )
...
Fixes #1048
7 years ago
Conny Duck
fc6029da72
Release 53
7 years ago
Conny Duck
81707ffda6
update screenshots
7 years ago
Conny Duck
88ce1a1d79
fix boost/fav count resetting after boosting a detailed status
7 years ago
Conny Duck
83dc45be35
fix ConcurrentModificationException when sorting accounts
7 years ago
Konrad Pozniak
d371074d2a
fix statuses collapsing when faving/boosting in ViewThreadFragment ( #1047 )
7 years ago
Ondřej Hruška
fcc67c6918
Fix large image attachments not showing ( #1043 )
...
* fix for too large image attachments not fitting into GL texture
* Don't use context!!
7 years ago
Evgeny Petrov
1805caaef7
Fixed typo in SwitchPreference ( #1046 )
7 years ago
Evgeny Petrov
35255f10c4
Russian language updated: ( #1044 )
...
* Russian language updated:
• Added strings for tabs customization.
• Added strings for Likes/Boosts counters.
• Added strings for external open/share.
• Some other fixes and additions.
* Added missing "maximum tabs reached" string.
* Small change to "hide compose button" string
7 years ago
Evgeny Petrov
9af3606daa
Change CheckboxPreference to SwitchPreference, so that long lines show properly. ( #1045 )
7 years ago
Conny Duck
f4ac9b3da6
make max tabs reached message translateable
7 years ago
Konrad Pozniak
27cf5f5380
call db functions on background thread in ConversationsViewModel ( #1040 )
...
* call db functions on background thread in ConversationsViewModel
* use stable library versions
7 years ago
Conny Duck
9089a2831c
update german translation
7 years ago
aka-rin
e8f1739add
Update Chinese translations ( #1039 )
...
* Update zh-CN translations for Tusky 5.0.
Can't wait any more!
* Fix a period in zh-CN translations.
* Update zh-SG translations for Tusky 5.0
* Update zh-TW translations for Tusky 5.0
* Update zh-HK translations for Tusky 5.0
* Update zh-MO translations for Tusky 5.0
7 years ago
Konrad Pozniak
fdc66288b1
Fix crash with null lastStatus in Conversations ( #1042 )
7 years ago
Konrad Pozniak
fe1e9f4100
delete conversation cache on logout ( #1037 )
...
* delete conversation cache on logout
* use correct threading method
7 years ago
Konrad Pozniak
fc95903866
call db operation on background thread in TabPreferenceActivity ( #1036 )
7 years ago
Konrad Pozniak
6c93555ad0
remove unneeded instance id from db cache ( #1035 )
...
* remove unneeded instance id from db cache
* fix TimelineDAOTest
* fix TimelineRepositoryTest
7 years ago
Konrad Pozniak
e371fa0e24
Tab customization & direct messages tab ( #1012 )
...
* custom tabs
* custom tabs interface
* implement custom tab functionality
* add database migration
* fix bugs, improve ThemeUtils nullability handling
* implement conversationsfragment
* setup ConversationViewHolder
* implement favs
* add button functionality
* revert 10.json
* revert item_status_notification.xml
* implement more menu, replying, fix stuff, clean up
* fix tests
* fix bug with expanding statuses
* min and max number of tabs
* settings support, fix bugs
* database migration
* fix scrolling to top after refresh
* fix bugs
* fix warning in item_conversation
7 years ago
Konrad Pozniak
adf573646e
use the correct settings in SearchFragment ( #1034 )
7 years ago
Conny Duck
683b06a35d
upgrade deps, fix some lint warnings
7 years ago
Conny Duck
eeaadea905
Revert "Generalize url scheme parsing/highlighting ( #1008 )"
...
This reverts commit 85610a8311 .
7 years ago
Conny Duck
85593b519b
fix share chooser dialog design
7 years ago
Levi Bard
d5173c2268
Add support for selecting account when sharing from outside apps ( #1011 )
...
* Add direct-share support (API 23+)
* Add account selection dialog for non-direct sharing
7 years ago
marcin mikołajczak
e98c7ac435
i18n: Update Polish translation 🇵🇱 ( #1029 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
lenchan139
5876fbeb29
Attach subject when composing with shared content from other apps ( #1020 )
...
* +attach subject when composing with shared content from other apps
* Update strings.xml
* Update preferences.xml
* Update strings.xml
* remove option for add subject of shared to composeActivity
* Update preferences.xml
7 years ago
Ivan Kupalov
63952813c8
Fix incorrectly incrementing IDs before sending to server. ( #1026 )
...
* Fix incorrectly incrementing IDs before sending to server.
* Add TimelineRepositoryTest, fix adding placeholder, fix String#dec()
* Add more TimelineRepository tests, fix bugs
* Add tests for adding statuses from DB.
7 years ago
Levi Bard
85610a8311
Generalize url scheme parsing/highlighting ( #1008 )
...
* Add support for highlighting dat, ssb, ipfs url schemes. #847
* Generalize scheme parsing for url highlighting. #847
* Migrate LinkHelper to kotlin
7 years ago
Konrad Pozniak
7317b1aafa
Update Crowdin configuration file
7 years ago
Ivan Kupalov
22ee1dc5df
Fix IDs ( #1016 )
...
* Allow any String IDs as long as they're sortable
* Allow any String IDs as long as they're sortable
7 years ago
Ivan Kupalov
87364edd98
Fix empty state for account media, fix tablets ( #1018 )
7 years ago
Konrad Pozniak
6b7ca5d184
fix autocomplete of usernames ( #1019 )
7 years ago
Konrad Pozniak
a38319fad0
update my mastodon acc in README.md
7 years ago
Ivan Kupalov
c0c73f5c06
Error artwork ( #1000 )
...
* Add new Elephant Friend images. Use them in ListsActivity.
* Add error images to AccountListFragment
* Add error images to Timeline & Notifications fragment. Needs rework.
* Introduce BackgroundMessageView. Use it in AccountList.
* Use correct button style for BackgroundMessageView
Co-Authored-By: charlag <charlag@tutanota.com>
* Use BackgroundMessageView
* Add BackgroundMessageView docs
* Re-color and document elephants
* Apply feedback, disable refresh when error is shown
* Fix string typo
7 years ago
Sylke Vicious
6e610b1d9d
Updated italian translation ( #1010 )
...
* Updated italian translation
* Updated italian translation
* Fix for CircleCI failing test
* Updated italian translation
7 years ago
Ivan Kupalov
ce80b0c663
Fix crash in media tab, fix #1005 ( #1007 )
7 years ago
Ivan Kupalov
a3ee13d767
Add hashtag autocompletion, closes #769 ( #1001 )
...
* Add hashtag autocompletion, closes #769
* Apply review feedback
7 years ago
kyori19
96162ab544
Add pinned status tab ( #994 )
...
* Add pinned status tab
* Make TabLayout scrollable.
7 years ago
Konrad Pozniak
fe535c2e0c
never use 0 account ids to prevent caching problems ( #999 )
7 years ago
Levi Bard
8014b1296d
Ensure that the right account is shown as selected after performing "Open as". #992 ( #996 )
7 years ago
Levi Bard
6252204dd5
Add character counter to profile bio field. #881 ( #991 )
7 years ago