Konrad Pozniak
a445c12094
Upgrade to AndroidX, move to MaterialComponents theme ( #953 )
...
* upgrade to AndroidX, upgrade libraries
* move to MaterialComponents theme
* make sure the compose button looks good everywhere
* fix tollbar title/button alignment on tablet
* move to new material color theming, consolidate colors and themes
* fix build, fix imports
* set error on TextInputLayout instead of EditText
* fix imports, TootButton when
* improve snackbar style
* fix task description color
2018-12-17 15:25:35 +01:00
Konrad Pozniak
348c20c792
New settings ( #891 )
...
* change drawer items
* rename SettingsActivity
* introduce AccountSettings activity
* improve account settings, move notification settings
* sync settings with server
* rename settings back to preferences
* add functionality for settings
* move mediaPreviewEnabled preference to AccountPreferences
* replace shared prefs with accountmanager
* move PreferencesFragment to support library
* split preferences fragment into smaller fragments,
merge AccountPreferencesActivity into PreferencesFragment
* adjust icon size, add icons to general preferences
* change mediaPreviewEnabled and alwaysShowSensitiveMedia pref position
* add database migration
* remove pullNotificationCheckInterval option
* fix preference in TimelineFragment
* Update Chinese translations. (#915 )
* Update zh-CN translations.
* Update zh-SG translations.
* Update zh-TW translations.
* Update zh-MO translations.
* Update zh-HK translations.
* Fix errors in zh-CN translations.
* Fix errors in zh-SG translations.
* Fix errors in zh-TW translations.
* Fix errors in zh-MO translations.
* Fix errors in zh-HK translations.
2018-11-12 21:09:39 +01: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
Konrad Pozniak
7f648b1acd
improve dependency injection ( #723 )
2018-07-23 21:59:10 +02:00
Conny Duck
3c685800d8
fix #650 notifications alerting multiple times
2018-06-25 14:08:36 +02:00
Levi Bard
3a8d96346b
fix rtl unicode formatting ( #659 )
...
* Isolate usernames when formatting, to improve interaction of RTL usernames with LTR locales (and vice versa)
* Add bidirectionality safeguards in NotificationHelper
* Cache bidirectionality formatter instance in NotificationsAdapter
2018-05-24 19:00:17 +02:00
Conny Duck
d9c481cf1c
make debug notifications distinguishable from prod notifications
2018-05-09 23:31:47 +02:00
Conny Duck
33c59cf578
remove unneeded notification channel
2018-05-08 22:36:04 +02:00
Conny Duck
e58fabbcc0
make notifications open notification tab again
2018-05-08 20:58:06 +02:00
Konrad Pozniak
27b4cf8739
1.8 fixes ( #637 )
...
* fix lint warnings
* upgrade dependencies
* auto cancel notifications
* improve dependency injection
* fix tests
* remove old comment from BaseActivity
* fix missing injectors
2018-05-08 19:15:10 +02:00
remi6397
e8c79cce65
Notification tweaks: Grouping and Quick Reply button ( #587 )
...
* Added notification grouping and Quick Reply button
* Legal stuff
* Coding style
* Check whether account still exists when sending a quick reply
* Add "compose" button
* Polish translation
* Improve strings
* Code style
* Cancel notification when user hits "compose" button
* Notification counter
* Make sure to open ComposeActivity for notification recipient account
* Add ability to request account switch when starting an activity
2018-05-06 11:07:10 +02:00
Conny Duck
28a85639ed
upgrade minSdkVersion to 19
2018-04-14 13:56:48 +02:00
Konrad Pozniak
2851e4d38b
make avatar rounding independent of image size
2018-03-30 19:08:24 +02:00
Ivan Kupalov
28e46c9cc0
Add ComposeActivity tests. Add ServiceLocator ( #542 )
2018-03-09 22:02:32 +01:00
Konrad Pozniak
71954a277e
convert entity classes to Kotlin data classes ( #526 )
...
* convert entity classes to Kotlin data classes
* more data classes, code style
2018-03-03 13:24:03 +01:00
Conny Duck
550235d40b
only alert once on multiple notifications, fix order of notifications
2018-03-01 19:05:47 +01:00
Konrad Pozniak
0b59b8d0ac
notification improvements ( #522 )
...
* correctly filter notifications on Api >= 26, other fixes and refactoring
* use correct areNotificationsEnabled method in MainActivity
* change notification led color
2018-02-12 22:03:08 +01:00