Commit Graph

1377 Commits

Author SHA1 Message Date
Thomas c25397e38c Update Crowdin configuration file 2017-12-04 18:10:54 +01:00
Thomas 8831062b49 Update Crowdin configuration file 2017-12-04 18:07:52 +01:00
stom79 6816de9ca6 Fixes issue #77 - Weird issue with mentions in 1.6.4.1 2017-12-04 07:04:07 +01:00
stom79 eddfc6f67e Fixes issue #76 - Does not load all favorites 2017-12-03 18:58:41 +01:00
stom79 121af4e460 Prepares release 1.6.4.1 2017-12-03 16:22:01 +01:00
stom79 343b3d76ac Fixes missing content in notifications 2017-12-03 15:10:11 +01:00
stom79 625c1ade6f Forces to open keyboard 2017-12-03 14:55:55 +01:00
stom79 4b2d708af7 Fixes profile pictures not shown under replies 2017-12-03 14:40:11 +01:00
stom79 73ee9de5ab Some cleaning 2017-12-03 14:32:11 +01:00
stom79 4bb4a0199e Fixes some issues with translation 2017-12-03 14:17:57 +01:00
stom79 a5593cd517 Deals with translations 2017-12-03 11:14:52 +01:00
stom79 09802c4860 Changes the way to deal with status 2017-12-03 10:56:54 +01:00
stom79 257e446033 Fixes crashes with notifications 2017-12-03 07:52:32 +01:00
stom79 18bc478f16 Prepares release 1.6.4 2017-12-02 17:26:00 +01:00
stom79 5a7ecf6bca Fixes issue #73 - The fix 2017-12-02 17:18:38 +01:00
stom79 c979bd9ee4 Fixes issue #73 - This is a try 2017-12-02 16:54:59 +01:00
Thomas b066690e37
Merge pull request #74 from PhotonQyv/TumblrFix
TumblrFix: Added code to change an image URL to 'https://' rather than 'http://'…
2017-12-02 15:51:21 +01:00
PhotonQyv 1ccdf2444d Added code to change an image URL to 'https://' rather than 'http://' so that sharing from Tumblr works. 2017-12-02 14:26:19 +00:00
stom79 dfae535546 issue template 2017-12-02 15:25:29 +01:00
stom79 502b130899 Some cleaning 2017-12-02 15:05:54 +01:00
stom79 2ed93d99dc Some cleaning 2017-12-02 14:54:25 +01:00
stom79 0bd711be9a Fixes an issue 2017-12-02 14:17:06 +01:00
stom79 829ea6fd43 clean 2017-12-02 14:10:42 +01:00
stom79 ae27c7b0e1 Fixes null with shared toots 2017-12-02 14:09:52 +01:00
stom79 97fb1e71f3 Some improvements 2017-12-02 12:38:58 +01:00
stom79 55d3a241fa Removes useless lib 2017-12-02 12:23:38 +01:00
stom79 fc792a8f24 Some improvements 2017-12-02 11:29:29 +01:00
stom79 e3c663237c Changes lib for media 2017-12-02 11:02:25 +01:00
stom79 d8252ed9aa Push apk 2017-12-02 09:02:20 +01:00
stom79 a6a296854b some fixes 2017-12-02 08:39:01 +01:00
stom79 4da8f7fade Push apk 2017-12-01 18:32:39 +01:00
stom79 6210e6f0e3 Push apk 2017-12-01 18:05:04 +01:00
stom79 2f48281c25 Improves streaming 2017-11-30 18:43:47 +01:00
stom79 55fd0c68c2 Improves streaming 2017-11-30 18:18:58 +01:00
stom79 64bb95e51a Some improvements 2017-11-30 07:32:14 +01:00
stom79 257c799442 Updates streaming service 2017-11-30 07:16:18 +01:00
stom79 97cd37384a Fixes issue with counter and notifications 2017-11-29 18:51:41 +01:00
stom79 4dc40d3ee4 Fixes an issue with services 2017-11-29 18:26:32 +01:00
stom79 3f71a78c2e Fixes streaming service restart 2017-11-29 17:29:41 +01:00
stom79 5a3f10f9b1 Merge branch 'use_mytransl_lib' into develop 2017-11-29 15:34:42 +01:00
stom79 53674358f7 Merge branch 'bug_fix' into develop
# Conflicts:
#	app/src/main/java/fr/gouv/etalab/mastodon/client/HttpsConnection.java
2017-11-29 15:34:08 +01:00
stom79 83e64c2dda Removes support for profile pictures which are not loaded as it is due to mastodon.social server 2017-11-29 15:29:23 +01:00
stom79 9d5a7112db Uses the MyTransL library 2017-11-29 15:06:30 +01:00
stom79 a40a059c77 Merge branch 'develop' of https://github.com/stom79/mastalab into develop 2017-11-29 13:22:49 +01:00
Thomas b0060ec145
Merge pull request #69 from PhotonQyv/FixMalformedURLException_SharingIntent
Added a fix for a url that arrives sans 'http://'.
2017-11-29 13:22:35 +01:00
PhotonQyv 4e23de5f32 Added code to put the 'http://' onto a URL in the actual toot, so that Mastodon web app treats it as a URL too. 2017-11-29 12:15:38 +00:00
PhotonQyv 8433fdc8c2 Added a fix for a url that arrives sans 'http://', which would cause failure. 2017-11-29 11:32:08 +00:00
stom79 744566cf06 Merge branch 'develop' of https://github.com/stom79/mastalab into develop 2017-11-29 12:11:09 +01:00
Thomas d0509cd97a
Merge pull request #68 from PhotonQyv/FixMalformedURLException_SharingIntent
Fix malformed url exception sharing intent
2017-11-29 12:10:07 +01:00
PhotonQyv 0c6f7f9a1b Tweaked code to get rid of warning. 2017-11-29 10:55:41 +00:00