Tusky-App-Android/app/src/main/java/com/keylesspalace/tusky/fragment
Konrad Pozniak 78b5aa8baf
Upgrade api level to Android 10, implement new sharing api (#1537)
* upgrade api level to Android 10, resolve compile errors

* use androidx.preference.PreferenceManager instead of deprecated platform class

* add hyphenation to important TextViews

*  setBottomSheetCallback -> addBottomSheetCallback

* implement new sharing api

* improve TuskyTileService so it shows account picker when multiple accounts are present

* delete unused AccountChooserService

* fix test

* improve ShareShortcutHelper

* remove debug log statement

* improve image loading fallback behavior in ShareShortcutHelper

* improve behavior on foldable devices
2019-10-22 21:18:20 +02:00
..
preference Refactor theming (#1529) 2019-10-12 20:00:29 +02:00
AccountListFragment.kt Fix crash in AccountListFragment (#1502) 2019-09-28 12:52:10 +02:00
AccountMediaFragment.kt Remove search v1 (#1484) 2019-09-22 08:18:44 +02:00
BaseFragment.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
NotificationsFragment.java Upgrade api level to Android 10, implement new sharing api (#1537) 2019-10-22 21:18:20 +02:00
SFragment.java When opening a post via "Open As", if post lookup from the target instance fails, display an error instead of opening the post in the browser. (#1531) 2019-10-11 17:51:47 +02:00
TimePickerFragment.java Scheduled toot (#1004) 2019-10-02 21:28:12 +02:00
TimelineFragment.java Upgrade api level to Android 10, implement new sharing api (#1537) 2019-10-22 21:18:20 +02:00
ViewImageFragment.kt Fix image viewer & transitions (#1448) 2019-08-17 20:05:24 +02:00
ViewMediaFragment.kt Add audio support for timelines (#1466) 2019-09-05 21:07:01 +02:00
ViewThreadFragment.java Upgrade api level to Android 10, implement new sharing api (#1537) 2019-10-22 21:18:20 +02:00
ViewVideoFragment.kt fix videos not always keeping aspect ratio (#1508) 2019-10-01 18:24:09 +02:00