Vavassor
af1d92c965
Actually form thread lines properly in the thread view. Closes #57
2017-08-03 22:30:37 -04:00
Vavassor
309c89eefc
Makes the main status of a thread appear as a more detailed view.
2017-08-03 00:29:31 -04:00
Vavassor
368d8e5901
Documents some utilities
2017-07-27 22:03:45 -04:00
Vavassor
5257ecbfe2
Fixes notifications not setting their visibility.
2017-07-16 19:56:26 -04:00
Vavassor
b8fb2c903c
Merge branch 'fix-boosts' of https://github.com/charlag/Tusky into charlag-fix-boosts
2017-07-16 19:33:57 -04:00
Ivan Kupalov
b51f15ac18
Fix bug where there were no media in the boosted toot and avatar opened wrong profile.
2017-07-15 14:57:51 +03:00
Vavassor
d55181ccd0
Adds ability to localize timestamps.
2017-07-14 19:45:26 -04:00
Vavassor
8559a6d75c
Corrects number localization and adjusts the padding of the reblog avatars in right-to-left layout direction.
2017-07-14 18:18:29 -04:00
Vavassor
40467fd355
Merge branch 'boost-avatars' of https://github.com/charlag/Tusky into charlag-boost-avatars
2017-07-14 16:54:26 -04:00
Ivan Kupalov
240fb372ba
Add small avatars to boosted toots and to notifications.
2017-07-14 08:06:32 +03:00
Ivan Kupalov
c6aad085a9
Fix bug with paired list incorrectly adding to the specified position.
...
This bug led to incorrect refreshing of the timeline
2017-07-14 06:51:03 +03:00
Vavassor
fc1a24be11
Resolves merge conflicts and makes NotificationAdapter no longer implement AdapterItemRemover
2017-07-13 21:31:31 -04:00
Vavassor
5754a3a177
Fixes bug where the order of notifications could be jumbled when removing duplicates using a HashSet.
2017-07-13 20:17:50 -04:00
Ivan Kupalov
90c1a83ba4
Preserve status states on updates. UI layer refactoring.
...
Some things were pulled out of adapters to fragments. New classes were introduced - StatusViewData and NotificationViewData. They not only have view state in them but also help decoupling.
Because introducing parallel model list requires a lot of synchronisation PairedList was added.
Also synchronisation between fragments and adapters is quiet tedious and error-prone and should be replaces with better solution.
Oh, I also couldn’t resist and fixed bug with buttons animation in the same commit.
2017-07-13 22:18:08 +03:00
Vavassor
a1e007eb2a
Adds saving media to drafts.
2017-07-11 21:49:46 -04:00
Vavassor
f68f6d7473
Reverts notifications from MQTT prototype to pull notifications.
2017-07-08 20:59:48 -04:00
Vavassor
5d621cecda
Changes mention and tag highlighting in the composer to use Mastodon's regex. Closes #145 Also, does some haphazard cleanup.
2017-07-01 20:32:35 -04:00
Vavassor
3955649b9c
Moves loading of accounts, notifications, and statuses to use link headers. Also remedies an issue where duplicate calls for the same chunk of items in a list can occur.
2017-06-30 02:31:58 -04:00
Vavassor
514cea68cc
Take it down a notch, there, buddy.
2017-06-26 17:54:00 -04:00
Vavassor
ef60701627
Fixes a small issue introduced in commit 1935253c18
where pasting in the composer crashes when it doesn't contain a URL (so any other textual paste will crash). The code was intended only for "share" actions, hence why it was expecting a URL enclosed.
2017-06-23 01:22:18 -04:00
Vavassor
8b4e377d34
Fixes a bug where mentioning users of the same username links them all to the same profile. Closes #312
...
Also, removes the title on the search page and fixes an intermittent crash on thread pages when elements load in a paritcular order.
2017-06-20 18:41:57 -04:00
Vavassor
74aa866647
Autocomplete @ mentions in the composer. Closes #103
2017-06-18 22:10:50 -04:00
Vavassor
19f140f9c6
Fixes a subscription duplicating bug in the notification client.
2017-06-05 18:40:56 -04:00
torrentcome
2b9f19805f
Merge branch 'master' into #136
2017-06-02 23:15:21 +02:00
Vavassor
94639eeb69
Fixes long content warnings in posts wasting space. Closes #173
2017-06-02 03:12:02 -04:00
Vavassor
20410024f4
Fixes a mistake made while merging #294 .
2017-05-30 19:35:04 -04:00
Konrad Pozniak
7501fcaeaa
Merge branch 'master' into log-improvement
2017-05-25 19:17:20 +02:00
Conny Duck
2eaff99b29
log some more exceptions
2017-05-25 17:21:11 +02:00
Conny Duck
1a39e58d3c
remove unnecessary Log utility class, replace Exception.printStackTrace with logging
2017-05-23 21:34:31 +02:00
Vavassor
6ee6157b7f
Adds TLS to the push notification client (keystore_tusky_api is omitted).
2017-05-22 02:05:37 -04:00
Vavassor
b396f2afc8
First notification received successfully from the wryk/tusky-api prototype!
2017-05-21 22:21:23 -04:00
Vavassor
c90c909ca6
Integrates with wryk/tusky-api, but only partially working.
...
Registers to the web-service fine but loses connection when subscribing with the broker.
2017-05-20 02:39:29 -04:00
Vavassor
e282f13fdc
Setup client-side for integration with the wryk/tusky-api prototype.
2017-05-19 21:28:12 -04:00
Vavassor
73a5144741
Adds notification clearing and makes the client a little more stable.
2017-05-19 20:00:57 -04:00
Vavassor
388ecfcf2e
Removes the product flavor split.
2017-05-18 18:10:46 -04:00
torrentcome
7cc06d3ad0
(bug fixing) When we share by an app : the text shared is not just an URL but a small text with the URL inside.
...
So we parse the text until find an url.
Take the first one and send it to the parse
2017-05-17 16:06:37 +02:00
Vavassor
6752d45d4b
Initial client working for MQTT push notifications.
2017-05-16 22:19:34 -04:00
torrentcome
418fbd3b5c
(share) add share functionality
...
- get the text shared and put it on the Clipboard
- pass by the same way that past for Download the information
2017-05-16 17:56:35 +02:00
torrentcome
6dd2aba3c6
(parser utils) class who will get header information of an given Url
...
- will redistribute that to the activity by listener
2017-05-16 10:42:31 +02:00
torrentcome
27db497ff2
(media utils) create media utils for start to group all function linked to the media there too
2017-05-16 10:41:14 +02:00
torrentcome
583983e58f
(string utils) create string utils for start to group all function there
2017-05-16 10:40:12 +02:00
torrentcome
0a6a2e44c2
(view) create package view
2017-05-15 12:07:01 +02:00
torrentcome
ed5564d4d5
(receiver) create package for receiver
2017-05-15 12:05:10 +02:00
Pangoraw
72ac4e5581
Allow broadcasting event across activities.
2017-05-11 09:11:15 +00:00
Vavassor
aa2394748c
Reorganizes the whole codebase.
2017-05-04 18:55:35 -04:00