mynameismonkey
6fde2888c9
Welsh translation of strings.xml ( #877 )
...
* Create values-cy/strings.xml
* removed errant comment line
2018-10-08 20:01:36 +02:00
freetux
6cad8feea2
fix persian translation ( #876 )
...
* Create strings.xml
* Rename strings.xml to stringss.xml
* add persian language
* Delete stringss.xml
* fix lines
* fix lines
* fix line 213
* Update strings.xml
* Update strings.xml
* some minor fixes
after check nightly version fixed .
2018-10-05 21:07:55 +02:00
freetux
7ec8f06589
Add persian language ( #870 )
...
* Create strings.xml
* Rename strings.xml to stringss.xml
* add persian language
* Delete stringss.xml
* fix lines
* fix lines
* fix line 213
* Update strings.xml
* Update strings.xml
2018-10-04 23:15:48 +02:00
Ivan Kupalov
6051ffe0b3
Show "remote profile" message. ( #873 )
...
* Show "remote profile" message. Closes #806
* Improve remote message look
2018-10-03 21:53:31 +02:00
Ivan Kupalov
a0988dc6c6
Add ability to pin/unpin statuses ( #872 )
2018-10-03 21:27:52 +02:00
Isak Holmström
f6934cadd8
update swedish translation ( #871 )
...
* Updated with new strings, added new translations for mute
* Changed from nsfw to sensitive content
* translating new strings ++extra fixes
2018-10-03 21:13:30 +02:00
Levi Bard
0bca94b94e
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
2018-10-01 11:50:17 +02:00
Prat
ab601c4566
Add deletion confirmation ( #865 )
2018-10-01 08:50:48 +02:00
Konrad Pozniak
bf00cfcc4d
style dark dialogs ( #864 )
2018-09-29 19:44:50 +02:00
Conny Duck
323c58a125
fix actionbar elevation in SearchActivity
2018-09-29 00:14:43 +02:00
Konrad Pozniak
7bdc22aa28
small improvements for viewholders ( #860 )
2018-09-28 17:15:01 +02:00
Konrad Pozniak
c37dbd15af
fix notifications loading (again) ( #845 )
...
* fix notifications loading (again)
* Revert "fix notifications loading (again)"
This reverts commit 226710fabf
.
* fix notification loading (this time for really real)
2018-09-28 17:14:37 +02:00
Levi Bard
4ded425466
Make Tusky a share target for video ( #857 )
2018-09-28 17:11:32 +02:00
Conny Duck
a4f9aa3f71
fix build error because of missing resource
2018-09-25 19:47:19 +02:00
Conny Duck
26b0ad521e
upgrade gradle and build tools
2018-09-25 19:05:37 +02:00
Conny Duck
a2eb41900f
fix RecentlyNonNull/Nullable warnings
2018-09-22 21:11:18 +02:00
Konrad Pozniak
6fe43c842b
update support libs to 28.0.0 final
2018-09-22 17:13:22 +02:00
Konrad Pozniak
197badb13b
fix typo in japanese translation
2018-09-22 17:10:09 +02:00
INAGAKI Hiroshi
ec60caa452
l10n: update Japanese translation ( #858 )
...
Updated Japanese translations for some new functions.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-09-21 22:11:57 +02:00
Conny Duck
6c06225ae3
fix lists not displaying
2018-09-21 20:18:21 +02:00
Konrad Pozniak
fb4672202d
fix crash when tooting on Android 9 ( #856 )
2018-09-19 22:36:46 +02:00
HellPie
4759783d10
Add support for collapsible statuses when they exceed 500 characters ( #825 )
...
* Update Gradle plugin to work with Android Studio 3.3 Canary
Android Studio 3.1.4 Stable doesn't render layout previews in this project
for whatever reason. Switching to the latest 3.3 Canary release fixes the
issue without affecting Gradle scripts but requires the new Android Gradle
plugin to match the new Android Studio release.
This commit will be reverted once development on the feature is done.
* Update gradle build script to allow installing debug builds alongside store version
This will allow developers, testers, etc to work on Tusky will not having to worry
about overwriting, uninstalling, fiddling with a preinstalled application which would
mean having to login again every time the development cycle starts/finishes and
manually reinstalling the app.
* Add UI changes to support collapsing statuses
The button uses subtle styling to not be distracting like the CW button on the timeline
The button is toggleable, full width to match the status textbox hitbox width and also
is shorter to not be too intrusive between the status text and images, or the post below
* Update status data model to store whether the message has been collapsed
* Update status action listener to notify of collapsed state changing
Provide stubs in all implementing classes and mark as TODO the stubs that
require a proper implementation for the feature to work.
* Add implementation code to handle status collapse/expand in timeline
Code has not been added elsewhere to simplify testing.
Once the code will be considered stable it will be also included in other
status action listener implementers.
* Add preferences so that users can toggle the collapsing of long posts
This is currently limited to a simple toggle, it would be nice to implement
a more advanced UI to offer the user more control over the feature.
* Update Gradle plugin to work with latest Android Studio 3.3 Canary 8
Just like the other commit, this will be reverted once the feature is working.
I simply don't want to deal with what changes in my installation of Android
Studio 3.1.4 Stable which breaks the layout preview rendering.
* Update data models and utils for statuses to better handle collapsing
I forgot that data isn't available from the API and can't really be built
from scratch using existing data due to preferences.
A new, extra boolean should fix the issue.
* Fix search breaking due to newly introduced variables in utils classes
* Fix timeline breaking due to newly introduced variables in utils classes
* Fix item status text for collapsed toggle being shown in the wrong state
* Update timeline fragment to refresh the list when collapsed settings change
* Add support for status content collapse in timeline viewholder
* Fix view holder truncating posts using temporary debug settings at 50 chars
* Add toggle support to notification layout as well
* Add support for collapsed statuses to search results
* Add support for expandable content to notifications too
* Update codebase with some suggested changes by @charlang
* Update more code with more suggestions and move null-safety into view data
* Update even more code with even more suggested code changes
* Revert a0a41ca
and 0ee004d
(Android Studio 3.1 to Android Studio 3.3 updates)
* Add an input filter utility class to reuse code for trimming statuses
* Update UI of statuses to show a taller collapsible button
* Update notification fragment logging to simplify null checks
* Add smartness to SmartLengthInputFilter such as word trimming and runway
* Fix posts with show more button even if bad ratio didn't collapse
* Fix thread view showing button but not collapsing by implementing the feature
* Fix spannable losing spans when collapsed and restore length to 500 characters
* Remove debug build suffix as per request
* Fix all the merging happened in f66d689
, 623cad2
and 7056ba5
* Fix notification button spanning full width rather than content width
* Add a way to access a singleton to smart filter and use clearer code
* Update view holders using smart input filters to use more singletons
* Fix code style lacking spaces before boolean checks in ifs and others
* Remove all code related to collapsibility preferences, strings included
* Update style to match content warning toggle button
* Update strings to give cleaner differentiation between CW and collapse
* Update smart filter code to use fully qualified names to avoid confusion
2018-09-19 19:51:20 +02:00
Gian Sass
bfea5119d5
sort custom emojis alphabetically ( #853 )
2018-09-18 20:46:50 +02:00
Conny Duck
17189216e3
remove fake shadow view and replace with elevation in AccountActivity
2018-09-16 19:46:06 +02:00
Konrad Pozniak
dbb3f4e826
update targetSdkVersion to 28 ( #842 )
...
* update targetSdkVersion to 28
* update robolectric to support api 28
2018-09-16 19:23:32 +02:00
Konrad Pozniak
4402f3d337
update minSdkVersion to 21 ( #843 )
...
* set minSdkVersion to 21
* use elevation instead of additional views for shadow
* clean up code occurrences
* remove drawable compat code
* remove no longer needed resources
* remove unneeded android:clipChildren="false"
* Revert "remove no longer needed resources"
This reverts commit 67a4d6f8d8
.
* remove no longer needed resources (this time the right ones)
2018-09-16 18:54:12 +02:00
Conny Duck
5621e5d2d4
fix crash when trying to view account with invalid id
...
closes #848
2018-09-15 21:51:53 +02:00
Evgeny Petrov
16aea96e97
RU: Re-worded "Favourites" string, replaced "NSFW" with "sensitive" ( #839 )
2018-09-10 19:28:55 +02:00
Conny Duck
669153089a
dont hold whole file content in memory when uploading media
2018-09-10 10:00:06 +02:00
Conny Duck
90ef078dd0
update media limits for Mastodon 2.5
2018-09-10 10:00:06 +02:00
Conny Duck
51d231834c
Merge branch 'AbsoluteTime' of https://github.com/kyori19/Tusky into kyori19-AbsoluteTime
...
# Conflicts:
# app/src/main/java/com/keylesspalace/tusky/adapter/NotificationsAdapter.java
2018-09-09 21:48:01 +02:00
Isak Holmström
7134423a05
[SV] Translation: Removed nsfw and replaced it with "sensitive content" ( #836 )
...
* Updated with new strings, added new translations for mute
* Changed from nsfw to sensitive content
2018-09-05 21:29:39 +02:00
Conny Duck
e86689013d
Release 49
2018-09-04 19:06:04 +02:00
Conny Duck
2436099d35
fix links with uppercase letters in scheme not being opened
...
closes #801
2018-09-04 18:43:06 +02:00
qwazix
d49502f798
Make page margin to truly black for tablets. ( #834 )
2018-09-04 18:35:17 +02:00
Conny Duck
a57b354247
Merge remote-tracking branch 'origin/master'
2018-09-03 21:29:26 +02:00
Conny Duck
f72e08cae4
fix crash in notifications fragment, save account only when notificationid changed
2018-09-03 21:23:12 +02:00
Konrad Pozniak
aac63441d7
fix image preview rotation in ComposeActivity ( #831 )
2018-09-03 20:26:35 +02:00
Konrad Pozniak
0b3bee0d15
fix account switching when offline/error ( #830 )
2018-09-03 20:16:12 +02:00
Conny Duck
5131c44e93
fix empty message view showing/hiding at the wrong times
2018-09-02 13:23:36 +02:00
Konrad Pozniak
28c1c90a98
fix account list loading and clean up a lot of code ( #823 )
...
* fix account list loading and clean up a lot of code
* remove ACCESS_COARSE_LOCATION for API levels 23+
* small improvements
2018-08-31 21:52:09 +02:00
Conny Duck
ca881af7c5
add missing libraries to libraries screen
2018-08-31 20:40:56 +02:00
Conny Duck
ff4a8ff4b8
update deps
2018-08-31 20:40:40 +02:00
Conny Duck
a0b626bff0
remove ACCESS_COARSE_LOCATION for API levels 23+
2018-08-29 22:20:23 +02:00
Conny Duck
90c6eb1f3c
improve wording of "always show sensitive media" setting title
2018-08-29 19:16:41 +02:00
Conny Duck
cef4c6053d
correctly hide the loading indicator when instance returns an error on login
2018-08-28 18:47:12 +02:00
Konrad Pozniak
b579a9baea
fix notification tab loading bottom notifications forever ( #807 )
2018-08-26 21:10:38 +02:00
Conny Duck
1d28f4728f
fix crash in EditProfileViewModel
2018-08-26 12:41:26 +02:00
ButterflyOfFire
1f75ef7b2b
Fixing typo in arabic. ( #802 )
2018-08-25 00:01:58 +02:00
Conny Duck
a8bd468190
dont load header images in their full size
2018-08-24 23:13:28 +02:00
Conny Duck
4845a54821
Release 48
2018-08-24 20:38:34 +02:00
Conny Duck
1fef8c0c2b
fix crash in NotificationsFragment when Preferences are first accessed
...
fixes #797
2018-08-24 19:47:27 +02:00
Conny Duck
218dc07b85
Release 47
2018-08-23 21:11:29 +02:00
Conny Duck
8a1ac685c8
fix activity transitions (this time for real)
2018-08-23 21:06:49 +02:00
Levi Bard
bfb82bb10c
Separate saved draft visibility from default reply visibility: #772 ( #787 )
2018-08-23 20:50:50 +02:00
Konrad Pozniak
e89f8cf3ee
wait for EmojiCompat to be initialized before using it ( #791 )
2018-08-23 20:44:25 +02:00
Konrad Pozniak
791a87e7a1
fix repeating toots in timelines ( #789 )
2018-08-22 21:19:56 +02:00
Konrad Pozniak
4653b1e37b
fix notification tab loading ( #777 )
...
* fix progressbars of footer and fragment overlapping
* add progressbar to bottom of notification list again
* fix bottom loading getting stuck sometimes
2018-08-22 21:18:56 +02:00
Basix
4d16514851
Added Korean Translation ( #783 )
...
* Added Korean Translation
* Edited translation errors discovered by @Kjwon15
https://github.com/tuskyapp/Tusky/pull/782#pullrequestreview-147631374
* Removed a slash at line 43
https://github.com/tuskyapp/Tusky/pull/783#discussion_r211258208
2018-08-20 21:28:20 +02:00
Óliver García Albertos
a6ded17e06
values-es: Update translations ( #785 )
2018-08-20 21:27:27 +02:00
kyori
589188e27d
Prevent creating new object in setCreatedAt
2018-08-20 22:51:30 +09:00
Konrad Pozniak
268ebb55f0
fix bug where addField button was enabled when it should not be
...
in EditProfileActivity
2018-08-20 14:49:23 +02:00
kyori
ad888854bc
Use SimpleDateFormatter repeatedly.
2018-08-20 20:56:22 +09:00
kyori
4264fc42d6
Add process for when the createdAt is null.
2018-08-20 19:29:58 +09:00
kyori
b4bb80c4d5
Stop initializing String.
2018-08-20 17:47:19 +09:00
Konrad Pozniak
440a351e06
fix AccountActivity recreating after rotation
2018-08-20 10:11:36 +02:00
Evgeny Petrov
7369a82b26
[Ru] string hotfix ( #775 )
...
Changed the wrong form of "black" theme string
2018-08-19 12:17:09 +02:00
Quentí
dbbc1e406f
Update Occitan translation ( #776 )
2018-08-19 12:16:56 +02:00
Konrad Pozniak
ca1bbb3112
Release 46
2018-08-18 13:35:20 +02:00
Konrad Pozniak
322a567e52
fix wrong activity transition of LoginActivity
2018-08-18 13:03:30 +02:00
Konrad Pozniak
7442f5bca8
fix bug where deleting profile field was not possible
2018-08-18 09:12:57 +02:00
Marcin Mikołajczak
632be33af8
Update Polish translation ( #768 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-08-17 21:00:03 +02:00
kyori
219eafe6fc
Prevent query SharedPreference in adapters.
2018-08-17 14:42:15 +09:00
kyori
6d1ec78984
Annotate on same line.
2018-08-17 10:21:55 +09:00
kyori
e83dd16942
Do not use absolute time by default.
2018-08-17 10:19:50 +09:00
Anna e só
5d7c2df434
Updated pt-rBR translation ( #765 )
2018-08-16 20:38:27 +02:00
jeroenpraat
fd378f2e31
Updating Dutch strings for v3 ( #761 )
2018-08-16 20:37:59 +02:00
Isak Holmström
d0b40dba6d
Updated with new strings, added new translations for mute ( #760 )
2018-08-16 20:37:44 +02:00
ButterflyOfFire
8eef3991ec
Updated ar (Arabic) translation ( #758 )
...
* add more aggressive proguard config
* even more optimizations
* Updated ar (Arabic) translation
Commit made via Stringlate
2018-08-16 20:37:23 +02:00
Evgeny Petrov
e973a68160
[RU] Language update 20180815 ( #759 )
...
* Updated Russian language
* Updated RU language according to 970551adee
* [RU] Language update
2018-08-16 20:34:50 +02:00
kyori
1d657a65a7
Show absolute time in Notifications tab
2018-08-16 23:10:21 +09:00
kyori
ca3a5791e3
Show absolute time
2018-08-16 22:51:23 +09:00
Conny Duck
4b4e58302f
fix splashscreen navigationbar color on Android 27+
2018-08-15 22:17:26 +02:00
Conny Duck
8b04361771
update translations
2018-08-15 21:23:54 +02:00
Konrad Pozniak
8930d277e6
add new elephant friends ( #757 )
...
* add new elephant friends
* add art license
* fix typo
2018-08-15 20:51:35 +02:00
Konrad Pozniak
04c842afc4
fix OOM crash when trying to caption large image ( #756 )
2018-08-15 20:47:36 +02:00
Konrad Pozniak
f022944e90
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 20ff3d167c
.
* 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
2018-08-15 20:47:09 +02:00
Konrad Pozniak
418c76d677
add more aggressive proguard config ( #741 )
...
* add more aggressive proguard config
* even more optimizations
2018-08-15 20:46:37 +02:00
Conny Duck
b9e433c77f
fix crash in ViewThreadFragment
2018-08-15 11:20:57 +02:00
Conny Duck
c38d2ad25e
small improvements for MediaUtils
2018-08-15 11:06:54 +02:00
eleete0712
ef1fa0ca94
show CW in system notification for CW'd statuses ( #754 )
...
* show CW in system notification for CW'd statuses
* show spoiler text instead of generic CW message
2018-08-13 22:59:30 +02:00
Conny Duck
aa64a879f1
fix bug where unmuting would unmute wrong account
2018-08-12 20:19:44 +02:00
nailyk
4f50bb5566
Translates: FR: Add missing translation ( #744 )
...
* Add missing `title_statuses_with_replies` french translation.
Signed-off-by: nailyk-fr <jenkins@nailyk.fr>
2018-08-08 22:31:43 +02:00
Conny Duck
ce7270cdb2
fix the activity transitions (again 🙄 )
2018-08-07 23:08:53 +02:00
Conny Duck
eee48e48d1
make small avatars in notifications rounded again
2018-08-07 21:44:25 +02:00
Conny Duck
cf448cb0bb
update dependencies
2018-08-07 21:02:45 +02:00
Conny Duck
e8b1787f9c
improve Arabic translation (thx to @BoF@mstdn.fr)
2018-07-31 21:30:24 +02:00
Conny Duck
9a42999451
improve activity slide in/out handling
2018-07-31 21:25:25 +02:00
Konrad Pozniak
2b246fc379
fix "load more" placeholder changing height after being clicked
2018-07-30 16:28:43 +02:00
Konrad Pozniak
9b422a97fe
Custom emojis in drawer ( #737 )
...
* upgrade MaterialDrawer
* improve CustomEmojiHelper so now any parent view can be used for invalidation
* cleanup MainActivity a bit
* add emojiList to account database and show compatEmojis and custom emojis in drawer
* improve perf of drawer profile update
* fix account switching
* reuse gson, break after profile item was found
2018-07-30 15:43:27 +02:00
Konrad Pozniak
b5a8915845
add possibility to view avatars fullscreen ( #724 )
...
* add possibility to view avatars fullscreen
* improve codestyle
2018-07-30 15:42:45 +02:00
Ivan Kupalov
133808891d
Add RoundedImageView for avatars ( #739 )
...
* Add RoundedImageView for avatars
* RoundedImageView: Remove unused things, fix touchable area
2018-07-30 15:36:22 +02:00
qwazix
562beacfc1
Add black theme ( #726 )
...
* Add black theme
On amoled screens a completely black theme helps save battery,
besides looking awesome!
* Fix first set of merge request issues except the dialog.
* Black theme inherits from dark and only the different values
are declared
* Make nav bar translucent (for some reason content does not
go behind it in main activity. Need to investigate)
* Remove nav bar line
* Fix toolbar color
* Fix dialog issue with black theme.
Revert translucent navigation.
* Translations updated, as well as possible from online sources.
* Make login screen respect black theme
2018-07-30 15:31:35 +02:00
Ivan Kupalov
6fcb3cb495
Add image descriptions indicator ( #697 )
...
* Add image descriptions indicator. Closes #683
* Add bg for description indicator, change symbol
* Use icon for image description indicator
2018-07-30 15:20:53 +02:00
Conny Duck
899bc15918
Release 45
2018-07-28 19:33:05 +02:00
Isak Holmström
80bf2f361c
Improved swedish translation ( #735 )
...
* Update strings.xml
* Updated strings.xml
Added the missing string-arrays and fixed some better language.
2018-07-28 16:30:43 +02:00
Sylke Vicious
ab3e68cd48
Update Italian strings.xml ( #733 )
...
added missing strings manually
2018-07-28 12:01:16 +02:00
Konrad Pozniak
2a6f6c4092
work around crash on Android 8 ( #731 )
2018-07-26 23:31:20 +02:00
Konrad Pozniak
dbdc597207
fix bug where home timeline was never showing "load more" button ( #729 )
2018-07-25 21:50:09 +02:00
jeroenpraat
21ce92f8da
Dutch strings: one extra update ( #725 )
2018-07-24 19:04:00 +02:00
Konrad Pozniak
7f648b1acd
improve dependency injection ( #723 )
2018-07-23 21:59:10 +02:00
Konrad Pozniak
61f3f6c928
Improve media resizing ( #722 )
...
* improve MediaUtils.getImageThumbnail so it does not load the whole bitmap into memory
* load thumbnails in device specific sizes
2018-07-23 21:55:09 +02:00
Conny Duck
67f4479e86
fix some lint warnings, use kotlin view imports in ModalTimeLineActivity
2018-07-23 15:18:33 +02:00
Conny Duck
7c9114c440
update dependencies
2018-07-22 14:46:00 +02:00
Conny Duck
0102a4bd60
fix bug where revoking a follow request was not possible
2018-07-22 14:34:55 +02:00
Sylke Vicious
5538c8c5e7
Updated it (Italian) translation ( #721 )
...
* increase cache size & dont cache full size media
* Updated it (Italian) translation
Commit made via Stringlate
* remove unnecessary backslash
2018-07-22 13:53:21 +02:00
Isak Holmström
80fae95f41
Update swedish translation ( #720 )
2018-07-22 13:48:52 +02:00
Conny Duck
4d3a6a6226
fix Dutch string (thx to jeroenpraat)
2018-07-17 22:11:47 +02:00
Conny Duck
e67261f80d
normalize domains before saving them to database
2018-07-17 22:05:46 +02:00
Conny Duck
ee812e3130
improve Dutch strings (thx to jeroenpraat)
2018-07-16 21:05:07 +02:00
Konrad Pozniak
4d1fc5ecb0
improve gradle build to support nightly builds
2018-07-16 19:01:34 +02:00
Konrad Pozniak
aa29f65bce
Release 44
2018-07-14 21:37:04 +02:00
Konrad Pozniak
b887196c31
fix crash when opening profiles with default emojis selected
2018-07-14 21:36:47 +02:00
Konrad Pozniak
aa5eb9f99a
increase cache size & dont cache full size media ( #710 )
2018-07-14 17:12:57 +02:00
Conny Duck
f50cac4b0c
fix AccountActivity tabs not stretching on tablets
2018-07-12 22:21:51 +02:00
Conny Duck
6f179fccaa
fix crash in TimelineFragment
2018-07-12 21:21:53 +02:00
Conny Duck
145e30870d
fix Dutch string (thx to jeroenpraat)
2018-07-10 19:56:16 +02:00
Conny Duck
e56386ea84
fix bug where sending toot is not possible despite it being below character limit
2018-07-10 19:48:41 +02:00
Conny Duck
7739af2109
update Dutch strings (thx to jeroenpraat)
2018-07-09 11:11:48 +02:00
Conny Duck
699049f930
apply font size setting to image alt text
2018-07-09 09:03:24 +02:00
Conny Duck
4df93c49cb
fix crash in AccountMediaFragment (again)
2018-07-09 08:59:06 +02:00
Conny Duck
fbafdf8dc3
Release 42
2018-07-08 19:21:31 +02:00
Conny Duck
b7da5f7a29
fix another crash in ViewThreadFragment
2018-07-08 19:21:19 +02:00
Conny Duck
884f889737
updated Dutch strings (thx to jeroenpraat)
2018-07-08 18:26:09 +02:00
Conny Duck
b82ab6bb4f
fix custom emojis in mention autocomplete
2018-07-08 14:40:56 +02:00
Conny Duck
26529b19d5
fix crash in AccountMediaFragment
2018-07-08 11:41:08 +02:00
Conny Duck
67f90d050c
fix crash in TimelineFragment
2018-07-08 10:16:19 +02:00
Conny Duck
b2c0ed69f6
fix crash in ViewThreadFragment
2018-07-07 12:09:15 +02:00
Conny Duck
a65ee0a7bb
fix extra backslash in swedish translation
2018-07-07 09:28:25 +02:00
Conny Duck
588c3ccfc6
Release 41
2018-07-06 20:44:46 +02:00
Conny Duck
ef9e931428
fix regex filter not affecting spoilertext
2018-07-05 21:59:38 +02:00
Conny Duck
c452b8f281
Merge branch 'master' of https://github.com/Vavassor/Tusky
2018-07-05 21:36:16 +02:00
Conny Duck
d900e1d8cd
fix crash in TimelineFragment
2018-07-05 21:32:49 +02:00
Conny Duck
0c1893ff6e
update german translation
2018-07-05 21:18:57 +02:00
Conny Duck
28940169c6
enable custom emoji fonts for all api levels again
2018-07-05 21:14:32 +02:00
Ivan Kupalov
8c20d5dd93
Fix crash on receiving event in timeline ( #704 )
2018-07-02 22:12:27 +02:00
Conny Duck
e4803019b8
Release 40
2018-07-02 15:07:42 +02:00
Anna e só
3a0f86ebde
🌎 : Improved Brazilian Portuguese translations ( #701 )
...
* Added exported .xml from Stringlate
* Added missing strings for theme and privacy
* Added more missing strings
* Added strings for pull notification intervals
* Fixed "hora" to "horas"
2018-07-02 14:22:22 +02:00
Conny Duck
dd6bfd3de6
revert filemojicompat back to 1.0.5
2018-07-02 14:10:30 +02:00
Conny Duck
b02a8f2c7e
improve german translation
2018-07-02 14:07:16 +02:00