torrentcome
2e6531b6f9
(media) add toolbar and download button
8 years ago
Vavassor
0b3d726eed
Adds a splash screen replacement.
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
Paul
b4d40eed91
Add loading on login activity while fetching tokens
8 years ago
Vavassor
9eef2f7302
Makes about page work with light theme and landscape orientation.
8 years ago
Vavassor
bf8d7384db
Moves out-of-place Firebase InstanceId call to the google build flavor. Closes #274
8 years ago
Paul
8a840a6951
Add loader when waiting to display a media
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
c16c95d7a7
Fixes "google" build flavor, which was messed up by the repacking process.
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
Conny Duck
d9e0025424
added missing quotation marks in MediaTypeDeserializer
8 years ago
Conny Duck
b7aba05f19
updated dependencies
8 years ago
Conny Duck
a55a307b31
fixed crash when media type is unknown
8 years ago
Vavassor
3a7d06dde9
Adds a link to the text of a post when media is attached.
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
9f78d7a9b8
Fixes reorienting creating a visual duplicate of the thread. Closes #237
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
c8be990d1d
Fixes a crash when reorienting and downsizing an image for upload. Closes #247
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
e5c62e6415
Switches back a foolish last second change that ruined the light theme toolbar text fix.
8 years ago
Vavassor
07f22b2560
Fixes the text colour in the light theme for the collapsed toolbar in the account page.
8 years ago
daycode
8df5e4f9e2
Add gestion of avatar and header
8 years ago
Peter Cai
c9036bf336
TuskyApplication: call super.onCreate()
...
Although for now it makes no difference calling super.onCreate or not
(the method Application.onCreate() is empty), it is denoted with
@CallSuper and might cause errors in some IDE if it is not called.
8 years ago
Vavassor
9f925d7f1c
Account page interactions with locked users are made much clearer.
8 years ago
serage.betelmal
e7d97064a0
Adding more content to the About activity
8 years ago
daycode
1fbd987ac0
design the edit profile view
8 years ago
Vavassor
5943c051f5
Adds forgotten and required interface to FavouritesActivity (SFragment.OnUserRemovedListener). Closes #245
8 years ago
Vavassor
acaefff326
Follow requests list is available. Closes #222
8 years ago
Vavassor
a4b51430b4
Organizes libraries and removes a flavor-specific import (possibly unnecessary?).
8 years ago
Vavassor
fe05d7de7a
Raises the check interval to a more reasonable level.
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
1e6df9c56c
Emojione shortcodes now converted to unicode in display names. closes #82 , closes #129
8 years ago
Vavassor
80971e2fc4
Custom tabs are now used for login and links on account pages, with a fallback to the default browser if not supported.
...
Also, fixes crashes when entering tag and threads due to me forgetting to implement the interfaces required by the code that removes posts from timelines when blocking/muting.
Also fixes a small bug where for mentions of users from other instances, clicking on the mention would open the profile in the browser instead of in-app.
8 years ago
Konrad Pozniak
dcf3e2836e
fix bugs with fab showing/hiding on scroll
8 years ago
Vavassor
a299473dba
Block and mute lists now remove the entries when you unmute/unblock a user, with a short popup to undo if it's unintentional. Just for clearer feedback.
8 years ago
Peter Cai
4048d04338
Let OkHttp3Downloader create an OkHttpClient by default
...
This re-enables the local cache in default cache directory
8 years ago
Peter Cai
c11606e7bd
Fix #198 : Use OkHttp3Downloader by default
8 years ago
Vavassor
c6cf2d034a
Blocking and muting now removes all statuses by that user in EVERY currently-loaded timeline.
8 years ago
Vavassor
0da98f4f67
Adds ability to mute from an individual status. Also, all statuses from that user are removed from the timeline on the spot.
8 years ago
Vavassor
b6e3edaa32
Adds a list of muted users.
8 years ago
Vavassor
52ff86982f
Changes the icon for the visibility menu in the composer to match the current visibility. Also, fixes build errors with the dutch translation file.
8 years ago
Vavassor
b9f0c51e70
Provisional profile editor complete.
8 years ago
Konrad Pozniak
ea2018cf02
Add a custom User-Agent that contains Tusky & Android Version to all requests
8 years ago
daycode
a30a9fdc31
Add missing icons in Menu
8 years ago
Vavassor
5941a2f5b3
Profile editor functionally complete.
8 years ago
Wesley Ellis
14fdc9ed15
Make compose EditText TYPE_TEXT_FLAG_CAP_SENTENCES
8 years ago
daycode
d6a66656de
Add Direct Message to visibility panel
8 years ago