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
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 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
2018-08-15 20:47:09 +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
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
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
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
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
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
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
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
b02a8f2c7e
improve german translation
2018-07-02 14:07:16 +02:00
Conny Duck
c10cc59a8a
enable custom emojis in follow notifications
2018-07-01 15:57:26 +02:00
Conny Duck
1d8d1efb5b
enable custom emojis in notification messages
2018-07-01 14:44:38 +02:00
Conny Duck
3410fad62c
only disable emoji fonts on Lollipop and lower
2018-07-01 14:35:11 +02:00
Conny Duck
0930fab72b
fix crash on old mastodon instances
2018-07-01 13:34:35 +02:00
Konrad Pozniak
030a201da6
disable emoji fonts on Android 5 ( #698 )
2018-07-01 10:18:00 +02:00
Konrad Pozniak
1c5df27f91
use ACTION_GET_CONTENT for media selection again, fix uri permissions ( #695 )
2018-06-28 22:22:29 +02:00
Anna e só
c7c2b5feb9
update Brazilian Portuguese translation ( #696 )
2018-06-28 22:22:20 +02:00
Evgeny Petrov
8509aab303
Updated Russian language ( #691 )
...
* Updated Russian language
* Updated RU language according to 970551adee
2018-06-27 18:39:33 +02:00
Marcin Mikołajczak
2887fa0cd8
i18n: Update Polish translation ( #692 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-06-27 18:38:19 +02:00
Conny Duck
77617ba9bf
fix crash on timeline reloading
2018-06-25 18:20:45 +02:00
Conny Duck
b655985997
only reload timeline on pref change when necessary
2018-06-25 17:20:41 +02:00
Conny Duck
970551adee
fix the emoji selection dialog
2018-06-25 16:23:43 +02:00
Conny Duck
9bda0c6c5d
update german translation
2018-06-25 15:20:54 +02:00
Conny Duck
bfa1929365
remove unused strings
2018-06-25 14:55:45 +02:00
Conny Duck
50b0d1fb8d
cleanup code
2018-06-25 14:49:00 +02:00
Conny Duck
3c685800d8
fix #650 notifications alerting multiple times
2018-06-25 14:08:36 +02:00
Konrad Pozniak
3c569c6ac9
add License activity ( #689 )
...
* convert AboutActivity to Kotlin, use BottomSheetActivity for account resolving
* improve AboutActivity
* new License activity
* fix filemojicompat url
2018-06-25 13:02:34 +02:00
Ivan Kupalov
570d7e3597
Do not scroll to top on timeline refresh ( #681 )
...
* Do not scroll to top on timeline refresh
* Use dp for shifting timeline
2018-06-24 10:53:19 +02:00
Konrad Pozniak
e8d1b16b39
improve custom emoji support ( #687 )
2018-06-24 09:53:23 +02:00
Conny Duck
6e43d3fbe8
remove extra translation to fix build
2018-06-18 13:58:14 +02:00
Konrad Pozniak
a42ce9b793
fix media resizing ( #686 )
...
* fix media resizing
* move exception catching out of method
2018-06-18 13:26:31 +02:00
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
Ivan Kupalov
c450af7b0d
Fix account media progress indicator ( #684 )
...
* Fix account media progress indicator
* Use Kotlin Android ext in AccountMediaFragment
2018-06-17 21:49:51 +02:00
Paul
87f007086f
Complete french translation ( #668 )
2018-06-09 21:01:48 +02:00
Quentí
689d743559
Latest update for Occitan ( #678 )
2018-06-09 21:01:32 +02:00
Isak Alexander
c58608de43
add swedish translation ( #674 )
...
* Create string.xml
* Rename string.xml to strings.xml
* Update strings.xml
* 100% done
Swedish translation 100% done.
* Corrected first line with correct path.
2018-06-07 22:30:27 +02:00