Commit Graph

1384 Commits

Author SHA1 Message Date
Konrad Pozniak dcda04b472 add new elephant friends (#757)
* add new elephant friends

* add art license

* fix typo
2018-08-15 20:51:35 +02:00
Konrad Pozniak c044ed3e07 fix OOM crash when trying to caption large image (#756) 2018-08-15 20:47:36 +02:00
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
2018-08-15 20:47:09 +02:00
Konrad Pozniak 1d7144f2c7 add more aggressive proguard config (#741)
* add more aggressive proguard config

* even more optimizations
2018-08-15 20:46:37 +02:00
Conny Duck 4b2bd9465a fix crash in ViewThreadFragment 2018-08-15 11:20:57 +02:00
Conny Duck f7b344f84b small improvements for MediaUtils 2018-08-15 11:06:54 +02:00
eleete0712 d64658f1f8 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
Konrad Pozniak f89b04aa11 try to fix Circle CI (#727)
* remove memory limit from gradle properties to fix circle ci

* Update CircleCI config for new build flavor

* update circleCI config

* update Circle Ci config

* try no daemon gradle tests
2018-08-12 20:22:37 +02:00
Conny Duck 46518853ff fix bug where unmuting would unmute wrong account 2018-08-12 20:19:44 +02:00
nailyk 829229a692 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 3e08d439e9 fix the activity transitions (again 🙄) 2018-08-07 23:08:53 +02:00
Conny Duck 162453af6d make small avatars in notifications rounded again 2018-08-07 21:44:25 +02:00
Conny Duck 0d839eb1c6 update dependencies 2018-08-07 21:02:45 +02:00
Conny Duck 721178d2d5 improve Arabic translation (thx to @BoF@mstdn.fr) 2018-07-31 21:30:24 +02:00
Conny Duck 97c590c6d9 improve activity slide in/out handling 2018-07-31 21:25:25 +02:00
Konrad Pozniak 4e2e40602c fix "load more" placeholder changing height after being clicked 2018-07-30 16:28:43 +02:00
Konrad Pozniak 759fd0f11b 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 f44921f739 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 c2266804f0 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 3b09db6cb4 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 c2dc8b0341 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 f9af1650a8 Release 45 2018-07-28 19:33:05 +02:00
Isak Holmström fd0878fc66 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 16ec650f37 Update Italian strings.xml (#733)
added missing strings manually
2018-07-28 12:01:16 +02:00
Konrad Pozniak 6bf0c14a74 work around crash on Android 8 (#731) 2018-07-26 23:31:20 +02:00
Konrad Pozniak 30d9204586 fix bug where home timeline was never showing "load more" button (#729) 2018-07-25 21:50:09 +02:00
jeroenpraat 3f2b49d596 Dutch strings: one extra update (#725) 2018-07-24 19:04:00 +02:00
Konrad Pozniak caa04a2341 improve dependency injection (#723) 2018-07-23 21:59:10 +02:00
Konrad Pozniak 9c7ddc7d32 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 de361dcb7a fix some lint warnings, use kotlin view imports in ModalTimeLineActivity 2018-07-23 15:18:33 +02:00
Conny Duck 8fa0b93b3d update dependencies 2018-07-22 14:46:00 +02:00
Conny Duck 20e006f1d1 fix bug where revoking a follow request was not possible 2018-07-22 14:34:55 +02:00
Sylke Vicious db51c551b1 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 e0965f5a20 Update swedish translation (#720) 2018-07-22 13:48:52 +02:00
Conny Duck 6f234af9d0 fix Dutch string (thx to jeroenpraat) 2018-07-17 22:11:47 +02:00
Conny Duck baa8250e70 normalize domains before saving them to database 2018-07-17 22:05:46 +02:00
Conny Duck 240ce1d459 improve Dutch strings (thx to jeroenpraat) 2018-07-16 21:05:07 +02:00
Konrad Pozniak 0cc99d2d60 include nightly info in README 2018-07-16 21:01:33 +02:00
Konrad Pozniak 473497801d improve gradle build to support nightly builds 2018-07-16 19:01:34 +02:00
Konrad Pozniak 9b8a335585 Release 44 2018-07-14 21:37:04 +02:00
Konrad Pozniak 3cb94d6e02 fix crash when opening profiles with default emojis selected 2018-07-14 21:36:47 +02:00
Konrad Pozniak 9791899f1b increase cache size & dont cache full size media (#710) 2018-07-14 17:12:57 +02:00
Conny Duck 549b527a10 fix AccountActivity tabs not stretching on tablets 2018-07-12 22:21:51 +02:00
Conny Duck bda9b3b764 fix crash in TimelineFragment 2018-07-12 21:21:53 +02:00
Conny Duck b0f70a5863 fix Dutch string (thx to jeroenpraat) 2018-07-10 19:56:16 +02:00
Conny Duck eeaf258dbb fix bug where sending toot is not possible despite it being below character limit 2018-07-10 19:48:41 +02:00
Konrad Pozniak 7393ac03a6 update bitrise badge in README.md 2018-07-09 14:56:22 +02:00
Conny Duck 3e4296f269 update Dutch strings (thx to jeroenpraat) 2018-07-09 11:11:48 +02:00
Conny Duck cb75378cef apply font size setting to image alt text 2018-07-09 09:03:24 +02:00
Conny Duck e6270f1a5e fix crash in AccountMediaFragment (again) 2018-07-09 08:59:06 +02:00