.. |
adapter
|
Search page fully functional for accounts and hashtags. Closes #44
|
2017-06-19 15:47:53 -04:00 |
entity
|
Consolidates the main header and removes the now-unneeded FloatingSearchView library. Closes #67
|
2017-06-19 20:50:40 -04:00 |
fragment
|
Broadcasts now cause a refresh on timelines after a post is composed instead of listeners.
|
2017-06-06 18:20:55 -04:00 |
interfaces
|
Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners.
|
2017-06-06 17:15:29 -04:00 |
json
|
Reorganizes the whole codebase.
|
2017-05-04 18:55:35 -04:00 |
network
|
Adds a prototype search page. The previous search bar is not yet removed.
|
2017-06-19 04:18:39 -04:00 |
pager
|
Broadcasts now cause a refresh on timelines after a post is composed instead of listeners.
|
2017-06-06 18:20:55 -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
|
Autocomplete @ mentions in the composer. Closes #103
|
2017-06-18 22:10:50 -04:00 |
view
|
Autocomplete @ mentions in the composer. Closes #103
|
2017-06-18 22:10:50 -04:00 |
AboutActivity.java
|
Adds back button to the about page and for the Tusky's Profile button it searches for the account first and saves the ID for subsequent presses. Closes #279
|
2017-05-08 15:00:33 -04:00 |
AccountActivity.java
|
Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners.
|
2017-06-06 17:15:29 -04:00 |
AccountListActivity.java
|
Reorganizes the whole codebase.
|
2017-05-04 18:55:35 -04:00 |
BaseActivity.java
|
Fixes a mistake made while merging #294.
|
2017-05-30 19:35:04 -04:00 |
ComposeActivity.java
|
Fixes cursor being placed after a media link when it is added in the composer. Also, adjusts a tinting error in the composer buttons.
|
2017-06-20 16:57:04 -04:00 |
EditProfileActivity.java
|
log some more exceptions
|
2017-05-25 17:21:11 +02: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
|
Merge branch 'log-improvement' of https://github.com/connyduck/Tusky into connyduck-log-improvement
|
2017-05-30 19:21:11 -04:00 |
MainActivity.java
|
Consolidates the main header and removes the now-unneeded FloatingSearchView library. Closes #67
|
2017-06-19 20:50:40 -04:00 |
PreferencesActivity.java
|
Reorganizes the whole codebase.
|
2017-05-04 18:55:35 -04:00 |
ReportActivity.java
|
remove unnecessary Log utility class, replace Exception.printStackTrace with logging
|
2017-05-23 21:34:31 +02:00 |
SearchActivity.java
|
Search page fully functional for accounts and hashtags. Closes #44
|
2017-06-19 15:47:53 -04:00 |
SplashActivity.java
|
Adds a splash screen replacement.
|
2017-05-09 22:36:05 -04:00 |
TuskyApplication.java
|
Potential simple fix for images failing to load #198.
|
2017-06-18 17:20:54 -04:00 |
ViewTagActivity.java
|
Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners.
|
2017-06-06 17:15:29 -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
|
Add loader when waiting to display a media
|
2017-05-06 11:30:52 +00:00 |