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 |
Vavassor
|
1cbb4d2cd5
|
Fixes a subscription duplicating bug in the notification client.
|
8 years ago |
Vavassor
|
1691b11370
|
Merge branch 'torrentcome-#136'
|
8 years ago |
Vavassor
|
a455b166da
|
Merge branch '#136' of https://github.com/torrentcome/Tusky into torrentcome-#136
|
8 years ago |
Vavassor
|
51feb388e6
|
Release 1.1.4-beta.2
|
8 years ago |
torrentcome
|
e2678a32b9
|
Merge remote-tracking branch 'origin/#136' into #136
# Conflicts:
# app/build.gradle
|
8 years ago |
torrentcome
|
c8d95a6003
|
Merge branch 'master' into #136
|
8 years ago |
torrentcome
|
e32441be49
|
Merge branch 'master-upstream'
|
8 years ago |
Vavassor
|
fcc9d63b1c
|
Adds a forgotten keystore.
|
8 years ago |
Vavassor
|
6e4725d2dd
|
Fixes long content warnings in posts wasting space. Closes #173
|
8 years ago |
Vavassor
|
a75fb790c0
|
Removes "fillable loader" library, since it's no longer used for the splash screen.
|
8 years ago |
Vavassor
|
93b1ee6085
|
Merge branch 'FlameArche-add_japanese_new_translation'
|
8 years ago |
Vavassor
|
121ede2b65
|
Merge branch 'add_japanese_new_translation' of https://github.com/FlameArche/Tusky into FlameArche-add_japanese_new_translation
|
8 years ago |
Vavassor
|
3f3b807dcd
|
Merge branch 'master' of https://github.com/m4sk1n/Tusky-l10n
|
8 years ago |
Vavassor
|
c40fb8f66d
|
Merge branch 'connyduck-fix-collapsing-toolbar-bug'
|
8 years ago |
Vavassor
|
9d734b84db
|
Merge branch 'fix-collapsing-toolbar-bug' of https://github.com/connyduck/Tusky into connyduck-fix-collapsing-toolbar-bug
|
8 years ago |
Vavassor
|
fb7bf66e22
|
Fixes a mistake made while merging #294.
|
8 years ago |
Vavassor
|
d729dee674
|
Merge branch 'connyduck-log-improvement'
|
8 years ago |
Vavassor
|
38e9690f4f
|
Merge branch 'log-improvement' of https://github.com/connyduck/Tusky into connyduck-log-improvement
|
8 years ago |
Vavassor
|
500befd7c2
|
Merge pull request #289 from Pangoraw/translation
Improve french translation.
|
8 years ago |
Vavassor
|
93da3f1dfe
|
Merge branch 'Pangoraw-design'
|
8 years ago |
Vavassor
|
5823f91bf4
|
Merge branch 'design' of https://github.com/Pangoraw/Tusky into Pangoraw-design
|
8 years ago |
Vavassor
|
2df687e22e
|
Fixes a validation error on login when instance names are entered with multiple @ symbols like @username@example.com.
|
8 years ago |
torrentcome
|
113eebdc85
|
Merge branch 'master' into #136
# Conflicts:
# app/build.gradle
|
8 years ago |
FlameArche
|
be34028086
|
Adds Japanese translations.
|
8 years ago |
Marcin Mikołajczak
|
0e05462ea6
|
updated Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
|
8 years ago |
m4sk1n
|
1922ebcba2
|
Merge pull request #1 from Vavassor/master
xd
|
8 years ago |
Konrad Pozniak
|
a6abe569f9
|
Merge branch 'master' into log-improvement
|
8 years ago |
Conny Duck
|
f640b510aa
|
fix bug in CollapsingToolbarLayout
|
8 years ago |
Conny Duck
|
fb7e36acd6
|
log some more exceptions
|
8 years ago |
Vavassor
|
b4e8fe9a78
|
release 1.1.4-beta.1
|
8 years ago |
Vavassor
|
666087343c
|
Merge branch 'mqtt-push'
|
8 years ago |
Vavassor
|
dfe9cae90b
|
pretty much finishes the prototype
|
8 years ago |
Conny Duck
|
4a402cbe54
|
remove unnecessary Log utility class, replace Exception.printStackTrace with logging
|
8 years ago |
Vavassor
|
efaf0f50b5
|
Adds TLS to the push notification client (keystore_tusky_api is omitted).
|
8 years ago |
Vavassor
|
5487e8ce7c
|
First notification received successfully from the wryk/tusky-api prototype!
|
8 years ago |
Vavassor
|
623af5fd9b
|
Integrates with wryk/tusky-api, but only partially working.
Registers to the web-service fine but loses connection when subscribing with the broker.
|
8 years ago |
Vavassor
|
3744bb1a60
|
Setup client-side for integration with the wryk/tusky-api prototype.
|
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 |
torrentcome
|
53659aa999
|
(bug of picasso) the Target wasn't load at the first time forget to read the documentation so , record the target in field change the way that works.
Now work fine.
|
8 years ago |
torrentcome
|
dd707ee7da
|
(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
|
8 years ago |
Vavassor
|
e0db0cfee5
|
Initial client working for MQTT push notifications.
|
8 years ago |
torrentcome
|
5b07e9c26a
|
(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
|
8 years ago |
torrentcome
|
a6455d1930
|
(ComposeActivity) clean up, automatique format and implementation of
- Share a link and extract the title, images, author's name #136
|
8 years ago |
torrentcome
|
1485fb6af1
|
(parser utils) class who will get header information of an given Url
- will redistribute that to the activity by listener
|
8 years ago |
torrentcome
|
711ba62632
|
(media utils) create media utils for start to group all function linked to the media there too
|
8 years ago |
torrentcome
|
1b46159ece
|
(string utils) create string utils for start to group all function there
|
8 years ago |
torrentcome
|
bcbed0a3d5
|
(edit text typed) add onPast listener on the view
|
8 years ago |