Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
Vavassor 209f1ec4a5 Introduces a redirect guard so share requests and quick settings tile compose requests when not logged in will give a login page instead of crashing. 2017-04-05 15:10:52 -04:00
..
entity Fixes direct messages falsely being shown as able to be boosted. 2017-03-31 20:53:05 -04:00
AccountActionListener.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
AccountActivity.java Fixes a crash that can occur when entering or rotating within the profile page. Closes #43 2017-04-04 16:37:42 -04:00
AccountAdapter.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
AccountFragment.java Fixes a crash where MastodonAPI isn't initialised in time when opening a profile or block list. 2017-03-27 16:19:44 -04:00
AccountPagerAdapter.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
AdapterItemRemover.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
Assert.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
BaseActivity.java Introduces a redirect guard so share requests and quick settings tile compose requests when not logged in will give a login page instead of crashing. 2017-04-05 15:10:52 -04:00
BaseFragment.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
BlocksActivity.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
BlocksAdapter.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
ComposeActivity.java Fixes a crash during authentication and another when opening the composer options. Also, sets up the next update to reset the redirect URI for the app during authorization. 2017-04-04 22:29:15 -04:00
ComposeOptionsFragment.java Fixes a crash during authentication and another when opening the composer options. Also, sets up the next update to reset the redirect URI for the app during authorization. 2017-04-04 22:29:15 -04:00
ConversationLineItemDecoration.java Removed google-services.json from repository 2017-03-13 15:41:17 +01:00
CountUpDownLatch.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
DateUtils.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
DownsizeImageTask.java Prevents an out-of-memory crash when uploading images and also downsizing now uses significantly less memory. 2017-03-31 17:53:35 -04:00
EndlessOnScrollListener.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
FavouritesActivity.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
FlowLayout.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
FollowAdapter.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
FooterViewHolder.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
HtmlUtils.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
IOUtils.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
Log.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
LoginActivity.java Fixes a crash during authentication and another when opening the composer options. Also, sets up the next update to reset the redirect URI for the app during authorization. 2017-04-04 22:29:15 -04:00
MainActivity.java Fixes a crash that can occur when the drawer on the main page is being initialized while it is in a closed state. 2017-04-04 17:32:34 -04: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 Adds preferences for receiving notifications by type. 2017-03-28 15:39:29 -04:00
NotificationClearBroadcastReceiver.java Enable/disable push notifications. Clearing notifications 2017-03-15 23:45:59 +01:00
NotificationsAdapter.java Fixes a crash that can occur when entering or rotating within the profile page. Closes #43 2017-04-04 16:37:42 -04:00
NotificationsFragment.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
PreferencesActivity.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
PreferencesFragment.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
ReportActivity.java This fixes the report activity not fetching recent statuses correctly. 2017-03-26 23:22:59 -04:00
ReportAdapter.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
RoundedTransformation.java Rounded corners on avatars in statuses 2017-03-13 16:19:34 +01:00
SFragment.java Fixes an issue where replying to a reblog doesn't fill in the correct mentions in the composer. Closes #40 2017-03-31 15:47:41 -04:00
SpannedTypeAdapter.java Replace remaining non-retrofit API calls 2017-03-09 16:59:18 +01:00
SplashActivity.java Light theme properly separated again, making it ready for palette changes. 2017-03-26 22:59:16 -04:00
StatusActionListener.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
StatusViewHolder.java Fixes direct messages falsely being shown as able to be boosted. 2017-03-31 20:53:05 -04:00
ThemeUtils.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
ThreadAdapter.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
TimelineAdapter.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
TimelineFragment.java Adds the local timeline. 2017-03-30 22:31:17 -04:00
TimelinePagerAdapter.java Adds the local timeline. 2017-03-30 22:31:17 -04:00
TuskyAPI.java Push notifications 2017-03-12 08:31:20 +01:00
TuskyTileService.java modified manifest to allow for a quick settings tile 2017-04-03 16:20:32 -04:00
ViewMediaFragment.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
ViewTagActivity.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
ViewThreadActivity.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
ViewThreadFragment.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00
ViewVideoActivity.java Relicense to LGPL3 2017-03-20 21:44:30 -04:00