Vavassor
adfb96483a
Removes ButterKnife annotations.
7 years ago
Vavassor
dacfbb3455
Minor writing style changes.
8 years ago
Vavassor
9d78808bf3
Consolidates the main header and removes the now-unneeded FloatingSearchView library. Closes #67
8 years ago
Vavassor
2d74f078e0
Search page fully functional for accounts and hashtags. Closes #44
8 years ago
Vavassor
cc8baac73b
Adds a prototype search page. The previous search bar is not yet removed.
8 years ago
Vavassor
16b29e1acd
Fixes follow requests button in the main menu acting as though it were the log out button. Closes #307
8 years ago
Vavassor
00188182b7
Broadcasts now cause a refresh on timelines after a post is composed instead of listeners.
...
As a side effect, pagers don't have to keep track of "registered fragments", which was a bad idea and caused crashes.
8 years ago
Vavassor
8b2441071f
Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners.
8 years ago
Conny Duck
4a402cbe54
remove unnecessary Log utility class, replace Exception.printStackTrace with logging
8 years ago
Vavassor
6208b848b7
Adds notification clearing and makes the client a little more stable.
8 years ago
Vavassor
54327f6e2b
Removes the product flavor split.
8 years ago
Vavassor
34184def5a
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
8 years ago
Tryton Van Meer
e112720efc
logout() now creates a dialog asking the user if they wish to logout.
8 years ago
Conny Duck
ef97a46e0a
fixed light theme header background when no header image was set
8 years ago
Vavassor
7f31aff144
Reorganizes the whole codebase.
8 years ago
Conny Duck
3fcbee67b9
remove redundant account_header background, fix weird flicker in header when opening AccountActivity
8 years ago
Vavassor
55d1d26879
Fixes crash on android version Lollipop and earlier due to an unsupported way vector drawable icons were assigned to radio buttons.
8 years ago
Vavassor
38226cd86f
fixes line endings back to LF
8 years ago
PhotonQyv
9117169440
Add files via upload
...
Added fix for issues #190 & #259 both rotation/orientation related
8 years ago
Vavassor
84b26d2b6b
Change locked accounts to default visibility to "followers-only", and reorganizes the composer because it was getting cluttered.
8 years ago
Vavassor
acaefff326
Follow requests list is available. Closes #222
8 years ago
Vavassor
f67de9037d
Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications.
...
Also, adds a few missing license notices.
8 years ago
Vavassor
c6cf2d034a
Blocking and muting now removes all statuses by that user in EVERY currently-loaded timeline.
8 years ago
Vavassor
b6e3edaa32
Adds a list of muted users.
8 years ago
Vavassor
b9f0c51e70
Provisional profile editor complete.
8 years ago
daycode
a30a9fdc31
Add missing icons in Menu
8 years ago
Vavassor
84741c1f1b
Adds a partial profile editor (non-working).
8 years ago
serage.betelmal
642e2af23e
Adding an about activity to the App
8 years ago
Raphael Michel
fce573f1ec
Update thread view after sent reply ( closes #74 )
8 years ago
Vavassor
77285c9966
Adds missing content description for the profile avatar in the navigation drawer.
8 years ago
Vavassor
3bf84f9b7d
Cleaned up content descriptions and added the last missing ones. Closes #122
8 years ago
Vavassor
2e45a0bbff
Adds missing content descriptions and fixes a bit of the follow button hiding code.
8 years ago
ntngrtltr
e02eb76a91
fix permission requests
8 years ago
Vavassor
4d9fd09a3c
License change back to GPL 3
8 years ago
Zachary Epps
2a418e06da
changed the construction of the AccountHeader so that it listens for clicks on the current profile avatar and opens the user's account if they click on it
8 years ago
Zachary Epps
de0f1b7ab0
added new option in preferences.xml
...
modified MainActivity so that the "compose new toot" button is exposed as a static (had to copy its reference into a new variable so as to not upset BindView)
modified TimelineFragment so that when the RecycleView is instantiated we overload the onScroll so that we can hide the FAB
8 years ago
Vavassor
3c655a25dc
Fixes a crash that can occur when the drawer on the main page is being initialized while it is in a closed state.
8 years ago
Vavassor
5fd9b6732d
Fixes a crash that can occur when entering or rotating within the profile page. Closes #43
8 years ago
Vavassor
1ebe514100
First minor release
8 years ago
Vavassor
53376da406
Adds the local timeline.
8 years ago
Vavassor
4b136ce458
Light theme properly separated again, making it ready for palette changes.
8 years ago
Vavassor
b3e9b86b61
Remove array.xml and re-enable (partially working) light theme.
8 years ago
Vavassor
3229907fc6
Fixes a couple of crashes.
...
1.) When on the account page, if the request for user info beats the call that initialises the header image, it can touch a header image with illegal dimensions that get handed to Picasso and cause an exception.
2.) A crash due to a few retrofit responses not being handled properly.
8 years ago
Vavassor
3e21e59edc
Relicense to LGPL3
8 years ago
Eugen Rochko
3a1181bd82
Enable/disable push notifications. Clearing notifications
...
resets the summary of the notifications
8 years ago
Vavassor
5d68c6df8f
Finished the tusky-api server.
8 years ago
Eugen Rochko
2e50c547ce
Group push notifications
...
Clear notifications when opening MainActivity
Use lowest privacy setting when replying
8 years ago
Vavassor
39431d96f1
Fixes the onBackPressed crash in the MainActivity. Closes #18
8 years ago
Vavassor
ed08f708ed
Fixed intermittent null pointer exceptions and disabled the light theme temporarily. This closes #21 , closes #22 , and closes #17 .
8 years ago
Vavassor
b937a7bc9e
Fixed intermittent null pointer exceptions and disabled the light theme temporarily. This closes #21 , closes #22 , and closes #17 .
8 years ago