Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
Levi Bard 80e0c55b67
Warn when scheduling a post within 5 minutes (#1698)
* Warn when scheduling a post within 5 minutes

* Fix NPE when scheduled post time isn't set

* Use AlertDialog with option to cancel instead of Toast when a post isn't scheduled far enough in advance

* Move schedule validation warning to scheduling bottom sheet

* Fix scheduling error display when sending after an initially-valid scheduling time has become invalid
2020-02-25 18:33:24 +01:00
..
adapter fix image from another status showing up instead of blurhash (#1699) 2020-02-19 22:07:01 +01:00
appstore Bookmarks (#1560) 2019-11-19 10:15:32 +01:00
components Warn when scheduling a post within 5 minutes (#1698) 2020-02-25 18:33:24 +01:00
db ComposeActivity refactor (#1541) 2019-12-19 19:09:40 +01:00
di remove debug logging 2019-12-30 21:05:03 +01:00
entity fix crash when Account.displayName is null (#1667) 2020-02-07 20:23:51 +01:00
fragment [Tusky10] Fix recollapsing expanded sensitive content in the thread view (#1689) 2020-02-14 19:04:14 +01:00
interfaces Bookmarks (#1560) 2019-11-19 10:15:32 +01:00
json fix proguard issue with NotificationTypeAdapter (#1129) 2019-03-17 07:57:10 +01:00
network fix list editing by moving account_ids from query to form param (#1690) 2020-02-18 08:45:10 +01:00
pager fix FragmentAdapter returning null fragments when activity was recreated (#1647) 2020-01-29 19:17:11 +01:00
receiver ComposeActivity refactor (#1541) 2019-12-19 19:09:40 +01:00
repository fix crash when Account.displayName is null (#1667) 2020-02-07 20:23:51 +01:00
service ComposeActivity refactor (#1541) 2019-12-19 19:09:40 +01:00
util fix default emoji font icon not rendering 2020-02-21 18:21:47 +01:00
view Theme refactoring (#1656) 2020-01-30 21:37:28 +01:00
viewdata Bookmarks (#1560) 2019-11-19 10:15:32 +01:00
viewmodel use RxAwareViewModel for more ViewModels (#1613) 2020-01-02 18:50:58 +01:00
AboutActivity.kt add build customization options (#1532) 2019-10-29 20:30:46 +01:00
AccountActivity.kt fix crash when Account.displayName is null (#1667) 2020-02-07 20:23:51 +01:00
AccountListActivity.kt Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
AccountsInListFragment.kt Upgrade api level to Android 10, implement new sharing api (#1537) 2019-10-22 21:18:20 +02:00
BaseActivity.java Theme refactoring (#1656) 2020-01-30 21:37:28 +01:00
BottomSheetActivity.kt Upgrade api level to Android 10, implement new sharing api (#1537) 2019-10-22 21:18:20 +02:00
EditProfileActivity.kt Add support for instance property `max_bio_chars` (#1414) 2019-08-04 20:25:07 +02:00
EmojiPreference.java Fix emoji download (#1691) 2020-02-17 16:23:34 +01:00
FiltersActivity.kt Remove search v1 (#1484) 2019-09-22 08:18:44 +02:00
LicenseActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
ListsActivity.kt upgrade autodispose (#1490) 2019-09-22 08:19:44 +02:00
LoginActivity.kt Theme refactoring (#1656) 2020-01-30 21:37:28 +01:00
MainActivity.java Theme refactoring (#1656) 2020-01-30 21:37:28 +01:00
ModalTimelineActivity.kt Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
PreferencesActivity.kt Use blurhash as image preview and as sensitive media cover, close #1571 (#1581) 2019-12-30 21:37:20 +01:00
SavedTootActivity.java Display Elephant with better message in Drafts screen when there are none (#1619) 2020-01-06 18:24:54 +01:00
SplashActivity.kt fix LoginActivity created twice on unauthenticated appstart (#1352) 2019-06-29 11:39:50 +02:00
StatusListActivity.kt Bookmarks (#1560) 2019-11-19 10:15:32 +01:00
TabData.kt Theme refactoring (#1656) 2020-01-30 21:37:28 +01:00
TabPreferenceActivity.kt Theme refactoring (#1656) 2020-01-30 21:37:28 +01:00
TuskyApplication.java ComposeActivity refactor (#1541) 2019-12-19 19:09:40 +01:00
ViewMediaActivity.kt Add support for sharing audio attachments (#1629) 2020-01-16 19:06:13 +01:00
ViewTagActivity.java Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
ViewThreadActivity.java Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00