Commit Graph

931 Commits

Author SHA1 Message Date
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
0f9bd75188 update dependencies 2018-02-02 20:49:10 +01:00
Conny Duck
50a93ec188 reorganize manifest permissions 2018-01-31 22:24:08 +01:00
Conny Duck
47346fb718 upgrade to minSdkVersion 18, fix some lint warnings 2018-01-31 21:57:50 +01:00
nailyk
84641c746c Translate: Polish: Correct typo (#511)
* Add missing '!'. Should unbreak the build.
2018-01-30 18:24:08 +01:00
Conny Duck
04b7c4a775 fix bug where sometimes a mention would be underlined 2018-01-29 22:11:32 +01:00
Marcin Mikołajczak
eba7445bac Update Polish translation (#510)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-01-27 22:25:28 +01:00
remi6397
487763b53e Theming improvements (#502)
* Split theme definitions into day and night

* Add support for Night Mode in code

* Add theme chooser in preferences

* Fix translations

* Adjust IDs

* Adjust preferences for custom themes

* UI tweaks for custom theme support

* Added code for custom theme support 🍅

* Fixed resource display in Kotlin 🍅

* Restored styles

* Updated strings

* Fixed getIdentifier() to fit into setTheme()

* Removed redundant resources

* Reset default theme to "Dusky"

* Fixed night mode handler to maintain compatibility

* Refactor functions to use helper methods

* Added license block

* Added preview to theme selector

* Added color identifier getter helper method

* Fixed reference in AccountMediaFragment

* Cleanup

* Fixed navbar foreground not changing color

* Fix fallback theme switch(){}

* Enable location-based daylight trigger

* Cleanup

* Modified theming strategy to reduce clutter in preferences

* Updated translations for latest version

* Removed "Default" theme flavor from settings

* Updated Polish translations 🇵🇱

* Modified TwilightManager handling code to support Android M's UiModeManager features and moved it to its own function

* Updated Polish translations 🇵🇱

* Cleanup; Fixed hardcoded string

* Added missing escape in string

* Removed permission request dialog.

As we now use native UiModeManager APIs that don't need special permission for Android 6.0 and above, we no longer need to bother user with Android M+ specific location permission request dialog.

* Increased readability of ThemeUtil class

* Refactored ThemeUtils.setAppNightMode method

* Cleanup
2018-01-20 13:39:01 +01:00
Conny Duck
59023132ec prevent crash in NotificationsAdapter when avatar url is not set 2018-01-15 17:06:21 +01:00
Ivan Kupalov
67027168b6 Set caption for media (#500) 2018-01-08 23:16:21 +01:00
Ivan Kupalov
3aefe4bda5 Add basic lists support (#501) 2018-01-06 19:01:37 +01:00
ButterflyOfFire
9262edad18 Update Arabic translation #499) 2018-01-04 16:46:56 +03:00
Sergio López
0971fd452a implement support for HTTP proxy (#489)
This change allows the user to manually enter an unauthenticated proxy
configuration to be used for all API connections. This is mainly
intended for using Tusky with Tor (via Orbot or a local proxy).
2017-12-26 21:45:08 +01:00
Conny Duck
e094815781 update arabic translations 2017-12-16 11:06:26 +01:00
Conny Duck
5522923194 add navigation bar color for API >= 27 2017-12-13 19:35:12 +01:00
Conny Duck
8345698281 set tab indicator height to 3dp 2017-12-09 21:34:04 +01:00
Conny Duck
f2f868ac04 update amazon link in readme 2017-12-09 10:46:33 +01:00
Conny Duck
13db4264f2 add new debug build so two tusky versions can be run on the same device 2017-12-08 12:15:46 +01:00
Conny Duck
773486ee3f add screenshots used in app stores 2017-12-08 12:14:15 +01:00
Conny Duck
414e81cf95 new icon & improved functionality for quick settings tile 2017-12-07 20:21:02 +01:00
Joan Montané
566c01aad5 Update Catalan strings (#480) 2017-12-05 21:59:58 +01:00
Conny Duck
21568e69a6 fix NPE in MediaUtils.getMediaSize 2017-12-05 21:48:17 +01:00
Conny Duck
46dce4293a stop cursor from jumping when upload finishes while composing toot 2017-12-05 20:56:42 +01:00
Conny Duck
59955047fe fix error in german strings 2017-12-05 20:36:08 +01:00
Koyu Berteon
1ca6037d0f Updated German translation (#478)
* Updated German translation
2017-12-04 10:51:22 +01:00
Conny Duck
e0b679cd1d fix crash in SavedTootActivity when deleting drafts rapidly 2017-12-03 21:56:47 +01:00
Conny Duck
00b5200fd4 Release 31 2017-12-02 14:59:24 +01:00
Conny Duck
fd1ab475a3 fix ConcurrentModificationException when notification arrives 2017-12-02 14:34:47 +01:00
Evgeny Petrov
07bd763f6d Russian language updated (#475)
• Added new strings for status text sizes.
• Added new strings for status privacy values.
• Added new string about hidden media.
2017-12-02 13:14:57 +01:00
Konrad Pozniak
915fc49e91 fix crash on Android 4 2017-12-02 12:22:52 +01:00
Conny Duck
634435bc57 fix toot button and characters left text size 2017-12-01 22:44:18 +01:00
Conny Duck
ffeaae82c3 make medium the default font size on startup 2017-12-01 22:43:48 +01:00
Conny Duck
b73b778579 fix some lint warnings 2017-12-01 22:31:34 +01:00
Conny Duck
b8dd553656 make content warning button smaller 2017-12-01 22:15:26 +01:00
Conny Duck
e8fe52561a fix problem with spark buttons behaving weirdly 2017-12-01 22:13:47 +01:00
Conny Duck
be7762988f change handling of font size, introduce font size setting 2017-12-01 21:52:10 +01:00
Conny Duck
5cc53c56ea update dependencies 2017-11-30 21:05:56 +01:00
Conny Duck
13ed14efec fix IndexOutOfBoundsException in ViewThreadFragment 2017-11-30 21:04:47 +01:00
Conny Duck
3feaac1d32 improve german translation, strings 2017-11-30 20:58:56 +01:00
Konrad Pozniak
27b3606482 UI Improvements (#445)
UI Improvements
2017-11-30 20:12:09 +01:00