chinwag-android/app/src/main/java/com/keylesspalace/tusky
Vavassor 9e49da64bf Fixes two bugs:
-One where deletion causes statuses to lose track of where they are in timelines, so subsequent deletion and other actions are performed on the wrong status.
-It's was possible to infinitely open copies of the same thread, account page, and tag page by just continuously clicking on the status, avatar, or hash tag respectively.
2017-03-02 19:25:35 -05:00
..
Account.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
AccountActionListener.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
AccountActivity.java Fixes two bugs: 2017-03-02 19:25:35 -05:00
AccountAdapter.java The block list is now its own functional piece, instead of just being a copy of the following/follows lists on account profiles. 2017-02-21 21:12:49 -05:00
AccountFragment.java Sixth Alpha Release 2017-03-01 16:01:49 -05: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 A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
BaseActivity.java Dark and light themes now exist and can be switched in preferences. 2017-02-16 13:52:55 -05:00
BlocksActivity.java Viewing your block list is now possible on the main menu. 2017-02-21 17:55:37 -05:00
BlocksAdapter.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
ComposeActivity.java Fixes a bug where if the send or report buttons are mashed they can send several copies of the same thing. 2017-03-02 01:05:02 -05:00
ComposeOptionsFragment.java Added content warnings to status composer and slightly reworked its design in general. 2017-02-03 19:53:33 -05: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 Viewing your favourites is now accessible on the main menu. 2017-02-20 21:32:10 -05:00
FlowLayout.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
FollowAdapter.java The block list is now its own functional piece, instead of just being a copy of the following/follows lists on account profiles. 2017-02-21 21:12:49 -05:00
FooterActionListener.java License info now available 2017-01-20 03:09:10 -05:00
FooterViewHolder.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
HtmlUtils.java Reporting statuses is now possible! 2017-02-27 00:21:46 -05: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 TODO's have been erradicated. 2017-02-26 19:14:50 -05:00
MainActivity.java Fixes two bugs: 2017-03-02 19:25:35 -05:00
MultipartRequest.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
Notification.java Follow notifications now allow you to view the account that followed and follow back from the notification timeline. 2017-02-26 20:14:13 -05:00
NotificationsAdapter.java Fixes two bugs: 2017-03-02 19:25:35 -05:00
NotificationsFragment.java Fixes two bugs: 2017-03-02 19:25:35 -05:00
PreferencesActivity.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
PreferencesFragment.java Added preferences for pull notifications! Also bits of cleanup. 2017-02-05 02:34:55 -05:00
PullNotificationService.java TODO's have been erradicated. 2017-02-26 19:14:50 -05:00
ReportActivity.java Fixes a bug where if the send or report buttons are mashed they can send several copies of the same thing. 2017-03-02 01:05:02 -05:00
ReportAdapter.java Keep Volley from leaking requests between activities and add a forgotten license notice. 2017-03-01 00:43:46 -05:00
SFragment.java Fixes two bugs: 2017-03-02 19:25:35 -05:00
SplashActivity.java Dark and light themes now exist and can be switched in preferences. 2017-02-16 13:52:55 -05:00
Status.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
StatusActionListener.java Fixes two bugs: 2017-03-02 19:25:35 -05:00
StatusViewHolder.java Fixes two bugs: 2017-03-02 19:25:35 -05:00
ThemeUtils.java Reporting statuses is now possible! 2017-02-27 00:21:46 -05:00
ThreadAdapter.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
TimelineAdapter.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
TimelineFragment.java Fixes two bugs: 2017-03-02 19:25:35 -05:00
TimelinePagerAdapter.java A bit of code cleanup, mostly getting rid of warnings. 2017-02-22 14:13:51 -05:00
ViewGifFragment.java Animated GIF's now animate when viewed in fullscreen. 2017-02-01 02:13:14 -05:00
ViewMediaFragment.java License info now available 2017-01-20 03:09:10 -05:00
ViewTagActivity.java Dark and light themes now exist and can be switched in preferences. 2017-02-16 13:52:55 -05:00
ViewThreadActivity.java Dark and light themes now exist and can be switched in preferences. 2017-02-16 13:52:55 -05:00
ViewThreadFragment.java Fixes two bugs: 2017-03-02 19:25:35 -05:00
ViewVideoActivity.java License info now available 2017-01-20 03:09:10 -05:00
VolleySingleton.java Volley request leaks across activity/fragment boundaries should no longer be able to occur. 2017-02-23 19:32:45 -05:00