Commit Graph

1285 Commits

Author SHA1 Message Date
stom79 3e832e7c4a Fixes issue #346 - Change layout of the focused toot by adding full date 2018-04-25 11:13:53 +02:00
stom79 8ff947245e Fixes issue #421 - Fetch children in a conversation when clicking another toot 2018-04-25 08:10:13 +02:00
stom79 1b1bac03c5 Removes status NEW when pull to refresh 2018-04-23 17:53:37 +02:00
stom79 86dc065eb8 Fixes issue #395 - Media Activity 2018-04-23 15:16:26 +02:00
stom79 7a2c3b5646 Fixes issue #407 - improve UTM detection 2018-04-23 15:06:35 +02:00
stom79 bf9cfe2815 Fixes file name in uploads 2018-04-23 13:57:26 +02:00
stom79 96dc458524 Apply change with file name for uploads 2018-04-23 13:50:46 +02:00
stom79 c5359afa91 Apply changes to HttpURLConnection 2018-04-23 13:42:21 +02:00
stom79 0ade80839c Improves thumbnail 2018-04-23 13:39:11 +02:00
stom79 e9c5f7d9da Adds a boundary between media and data 2018-04-23 13:29:03 +02:00
stom79 ec2dd65e4b Adds file name 2018-04-23 07:00:12 +02:00
stom79 789afba048 Change patch header 2018-04-22 18:02:00 +02:00
stom79 37086e1c9b Put Image as a preview 2018-04-22 13:21:31 +02:00
stom79 bbea68eb66 Change the way to edit pictures 2018-04-22 13:16:52 +02:00
stom79 32148b609f Add thanks to @lambykun 2018-04-19 18:19:54 +02:00
stom79 6e830e55e5 Removes useless strings 2018-04-18 16:01:07 +02:00
stom79 eb68cc9f14 Fixes issue #330 - Fixes issue when taking photo 2018-04-18 14:15:34 +02:00
stom79 91db941e0d Fixes issue #330 - Fixes issue when resizing media 2018-04-18 14:05:10 +02:00
stom79 c9520344e3 Fixes issue #407 - Remove UTM in URLs, improves URL detection 2018-04-18 07:58:24 +02:00
stom79 812a8210a9 Fixes issue #330 - Fix exif issue 2018-04-17 18:53:18 +02:00
stom79 570667159e Fixes issue #397 - Disable toot button when uploading media 2018-04-16 07:54:22 +02:00
stom79 7851ceb824 Fixes issue #402 - Adding an option to send photos as JPEG instead of PNG 2018-04-15 09:44:37 +02:00
stom79 85033b2215 Fixes issue #303 - Add the content of the toot + author name. 2018-04-04 16:43:54 +02:00
stom79 391a74d8f9 Prepares release 1.8.5 2018-04-02 09:59:31 +02:00
stom79 b8c61a16ff Fixes issue #371 - Adds the ability to hide media 2018-04-01 11:31:10 +02:00
stom79 ae2be2d365 Fixes issue #366 - disable bookmark function 2018-03-25 11:39:53 +02:00
stom79 eb8f099a92 Fixes issue #359 - non-greedy quantifiers 2018-03-23 19:39:01 +01:00
stom79 b74c6d423f Bug fixes + downgrades some libs to avoid NRA with webview 2018-03-17 18:28:07 +01:00
stom79 a7157d42ef Prepares release 1.8.4 2018-03-16 18:52:43 +01:00
stom79 1d95bb2f95 Improves conversation activity #354 2018-03-15 18:28:12 +01:00
stom79 644d213193 Fixes issues when displaying notifications 2018-03-15 18:00:52 +01:00
stom79 5fe91f2adb Control of the instance version for lock/unlock account feature 2018-03-14 16:39:34 +01:00
stom79 a641212762 Allows to lock/unlock the account in the profile activity 2018-03-14 16:34:03 +01:00
stom79 7fe5a7c29e Fixes an issue #351 with HTML entities when retrieving metadata 2018-03-13 19:20:00 +01:00
stom79 2440846480 Fixes with versions and Pleroma #349 2018-03-10 14:56:35 +01:00
stom79 59a363181b Fixes jumps issue #293 2018-03-10 12:18:31 +01:00
stom79 5f14e66ec0 Fixes jumps 2018-03-09 15:56:43 +01:00
stom79 c4d230a9e6 Fixes an issue for Android <= KITKAT when updating profile. 2018-03-02 15:17:13 +01:00
stom79 a809b2bb84 Fixes bug #293 - Retrieves automatically missing toots for home timeline & avoids refresh. 2018-03-02 14:49:32 +01:00
stom79 7eef4c8c3e Fixes bug #329 - Default Post Privacy Overridden 2018-03-02 14:38:58 +01:00
stom79 491687e0c1 Fixes bug #338 - Error notifications stack endlessly 2018-03-02 14:20:33 +01:00
stom79 1609c084aa Fixes bug #341 - Error when sharing media 2018-02-26 14:06:12 +01:00
stom79 1f4377b541 See PR #337 - bug found by @PhotonQyv 2018-02-23 07:31:05 +01:00
PhotonQyv d4cab46f4c Merge remote-tracking branch 'origin/STATUSES_CACHE-StructuralChange' into STATUSES_CACHE-StructuralChange
# Conflicts:
#	app/src/main/java/fr/gouv/etalab/mastodon/sqlite/Sqlite.java
2018-02-22 19:02:17 +00:00
PhotonQyv 289b2c1f0b Changed constraint to a UNIQUE index on instance & status_id. so that we can maintain the toot cache, rather than losing it when we dropped and recreated the table, due to SQLite not implementing ALTER TABLE ADD CONSTRAINT. 2018-02-22 19:00:36 +00:00
Thomas 06fa2209ad
Update Sqlite.java
Changes for users where the table is already created by adding a constraint on the table. Need to be tested on the device having a duplicate value
2018-02-22 19:04:23 +01:00
PhotonQyv f9c740ef18 Second go, with a UNIQUE constraint set on instance, and status_id. Appears to work, checking it again on my tablet. 2018-02-22 17:41:28 +00:00
stom79 310553002a Upgrades lib+ fix an issue with custom tabs 2018-02-20 18:18:18 +01:00
stom79 d7df757e59 Fixes visibility 2018-02-18 19:08:24 +01:00
stom79 40b29f8600 Fixes issue with visibility #329 2018-02-18 16:51:30 +01:00