chinwag-android/app/src/main/java/com/keylesspalace/tusky
2017-07-06 12:31:59 +02:00
..
adapter (medias) try to add medias 2017-07-05 16:36:14 +02:00
db (db) version = 1 2017-07-06 12:31:59 +02:00
entity Fixes a bug where mentioning users of the same username links them all to the same profile. Closes #312 2017-06-20 18:41:57 -04:00
fragment Adds the mention to whom is being replied first, before other mentions in a thread, rather than after them. 2017-06-26 18:10:01 -04:00
interfaces Adds ability to page between multiple images in a status by swiping from left to right. Closes #66 2017-06-25 01:07:41 -04:00
json Reorganizes the whole codebase. 2017-05-04 18:55:35 -04:00
network Minor writing style changes. 2017-06-22 14:01:25 -04:00
pager Adds ability to page between multiple images in a status by swiping from left to right. Closes #66 2017-06-25 01:07:41 -04:00
receiver Broadcasts now cause a refresh on timelines after a post is composed instead of listeners. 2017-06-06 18:20:55 -04:00
service Integrates with wryk/tusky-api, but only partially working. 2017-05-20 02:39:29 -04:00
util Take it down a notch, there, buddy. 2017-06-26 17:54:00 -04:00
view Adds ability to page between multiple images in a status by swiping from left to right. Closes #66 2017-06-25 01:07:41 -04:00
AboutActivity.java Minor writing style changes. 2017-06-22 14:01:25 -04:00
AccountActivity.java Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00
AccountListActivity.java Reorganizes the whole codebase. 2017-05-04 18:55:35 -04:00
BaseActivity.java Minor writing style changes. 2017-06-22 14:01:25 -04:00
ComposeActivity.java (correction) fix some forgot code to present the pull request :D 2017-07-06 12:20:54 +02:00
EditProfileActivity.java Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00
FavouritesActivity.java Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners. 2017-06-06 17:15:29 -04:00
LoginActivity.java Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00
MainActivity.java (menu) change menu array to list 2017-06-29 17:56:36 +02:00
PreferencesActivity.java Reorganizes the whole codebase. 2017-05-04 18:55:35 -04:00
ReportActivity.java Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00
SavedTootActivity.java (correction) fix some forgot code to present the pull request :D 2017-07-06 12:20:54 +02:00
SearchActivity.java Minor writing style changes. 2017-06-22 14:01:25 -04:00
SplashActivity.java Adds a splash screen replacement. 2017-05-09 22:36:05 -04:00
TuskyApplication.java (room) add room gradle file 2017-07-05 16:34:59 +02:00
ViewMediaActivity.java Adds ability to page between multiple images in a status by swiping from left to right. Closes #66 2017-06-25 01:07:41 -04:00
ViewTagActivity.java Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00
ViewThreadActivity.java Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners. 2017-06-06 17:15:29 -04:00
ViewVideoActivity.java Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00