Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
Vavassor 4ff00ed62c An upward swipe now closes the photo viewer. Closes #31 2017-03-20 03:30:31 -04:00
..
entity Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32 2017-03-19 22:38:39 -04:00
AccountActionListener.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
AccountActivity.java Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32 2017-03-19 22:38:39 -04:00
AccountAdapter.java Fixed some odd refresh behaviour and possibly the duplicate 20 statuses issue? 2017-03-20 03:03:03 -04:00
AccountFragment.java Fixed some odd refresh behaviour and possibly the duplicate 20 statuses issue? 2017-03-20 03:03:03 -04:00
AccountPagerAdapter.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
AdapterItemRemover.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
Assert.java Unfinished keyboard GIF picking stuff? Not accessible by the user, yet. 2017-03-03 20:44:44 -05:00
BaseActivity.java Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32 2017-03-19 22:38:39 -04:00
BaseFragment.java Fragments/Activities auto-cancel their requests when they're destroyed. Also, fixes a ComposeActivity crash that can occur when a media preview doesn't load. 2017-03-14 20:34:27 -04:00
BlocksActivity.java Add back buttons to favourites/blocks activities 2017-03-09 18:09:32 +01:00
BlocksAdapter.java Fixed some odd refresh behaviour and possibly the duplicate 20 statuses issue? 2017-03-20 03:03:03 -04:00
ComposeActivity.java Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32 2017-03-19 22:38:39 -04:00
ComposeOptionsFragment.java Improve compose activity 2017-03-10 18:38:49 +01:00
ConversationLineItemDecoration.java Removed google-services.json from repository 2017-03-13 15:41:17 +01:00
CountUpDownLatch.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
DateUtils.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
DownsizeImageTask.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
EndlessOnScrollListener.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
FavouritesActivity.java Add back buttons to favourites/blocks activities 2017-03-09 18:09:32 +01:00
FlowLayout.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
FollowAdapter.java Fixed some odd refresh behaviour and possibly the duplicate 20 statuses issue? 2017-03-20 03:03:03 -04:00
FooterViewHolder.java Fixed some odd refresh behaviour and possibly the duplicate 20 statuses issue? 2017-03-20 03:03:03 -04:00
HtmlUtils.java Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32 2017-03-19 22:38:39 -04:00
IOUtils.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
Log.java Initial Alpha release! 2017-02-07 02:05:50 -05:00
LoginActivity.java Improved login error messages. Also, updated readme with F-Droid removed and no mention of alpha status. 2017-03-19 23:15:36 -04:00
MainActivity.java Enable/disable push notifications. Clearing notifications 2017-03-15 23:45:59 +01:00
MastodonAPI.java Fix usage of Retrofit in LoginActivity - baseUrl wasn't 2017-03-13 19:13:49 +01:00
MyFirebaseInstanceIdService.java Finished the tusky-api server. 2017-03-14 18:39:32 -04:00
MyFirebaseMessagingService.java Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32 2017-03-19 22:38:39 -04:00
NotificationClearBroadcastReceiver.java Enable/disable push notifications. Clearing notifications 2017-03-15 23:45:59 +01:00
NotificationsAdapter.java Fixed some odd refresh behaviour and possibly the duplicate 20 statuses issue? 2017-03-20 03:03:03 -04:00
NotificationsFragment.java Fixed some odd refresh behaviour and possibly the duplicate 20 statuses issue? 2017-03-20 03:03:03 -04:00
PreferencesActivity.java Enable/disable push notifications. Clearing notifications 2017-03-15 23:45:59 +01:00
PreferencesFragment.java Added preferences for pull notifications! Also bits of cleanup. 2017-02-05 02:34:55 -05:00
ReportActivity.java Fixed intermittent null pointer exceptions and disabled the light theme temporarily. This closes #21, closes #22, and closes #17. 2017-03-13 20:56:02 -04:00
ReportAdapter.java Keep Volley from leaking requests between activities and add a forgotten license notice. 2017-03-01 00:43:46 -05:00
RoundedTransformation.java Rounded corners on avatars in statuses 2017-03-13 16:19:34 +01:00
SFragment.java Fixes intermittent crashes when clicking the reply button and opening a thread. Closes #26 2017-03-15 15:27:49 -04:00
SpannedTypeAdapter.java Replace remaining non-retrofit API calls 2017-03-09 16:59:18 +01:00
SplashActivity.java Crash analytics with Firebase 2017-03-12 18:46:45 +01:00
StatusActionListener.java Statuses and notifications loaded/parsed via Retrofit/GSON 2017-03-09 00:27:37 +01:00
StatusViewHolder.java Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32 2017-03-19 22:38:39 -04:00
ThemeUtils.java Fixes crash when opening the block list. Also, fixes an issue where the collapsed toolbar appears dark on profiles even when using the light theme. 2017-03-07 02:30:09 -05:00
ThreadAdapter.java Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32 2017-03-19 22:38:39 -04:00
TimelineAdapter.java Fixed some odd refresh behaviour and possibly the duplicate 20 statuses issue? 2017-03-20 03:03:03 -04:00
TimelineFragment.java Fixed some odd refresh behaviour and possibly the duplicate 20 statuses issue? 2017-03-20 03:03:03 -04:00
TimelinePagerAdapter.java Icons in main tabs, improved video activity a bit 2017-03-12 13:41:29 +01:00
TuskyAPI.java Push notifications 2017-03-12 08:31:20 +01:00
ViewMediaFragment.java An upward swipe now closes the photo viewer. Closes #31 2017-03-20 03:30:31 -04:00
ViewTagActivity.java Prevent double notifications 2017-03-12 08:49:38 +01:00
ViewThreadActivity.java Fixed crash due to Picasso being handed empty strings for missing avatars and header images. 2017-03-07 21:38:20 -05:00
ViewThreadFragment.java Fixes a layout error on account profiles. 2017-03-15 16:38:19 -04:00
ViewVideoActivity.java Fixed some odd refresh behaviour and possibly the duplicate 20 statuses issue? 2017-03-20 03:03:03 -04:00