Commit Graph

1245 Commits

Author SHA1 Message Date
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
stom79 017b7e07ce Fixes pagination issue 2018-02-17 18:08:06 +01:00
stom79 fc24739566 Removes statuses from cache when they are removed 2018-02-17 16:21:26 +01:00
stom79 a703a7f1ad Handles refresh in activity 2018-02-17 16:09:06 +01:00
stom79 834e400be2 Fixes intent 2018-02-17 15:51:01 +01:00
stom79 c4bbd2ca87 Handles intent 2018-02-17 15:42:09 +01:00
stom79 2bc75b5c06 Some fixes 2018-02-17 15:28:15 +01:00
stom79 a1aa96a2bd Finish filters 2018-02-17 15:14:54 +01:00
stom79 3ca1e3b402 Adds filters 2018-02-17 14:43:12 +01:00
stom79 87d244be1b Adds filter dialog 2018-02-17 12:35:54 +01:00
stom79 504e3c0146 Adds activity & link service 2018-02-17 11:28:52 +01:00
stom79 deb6d22439 Prepares service 2018-02-17 09:30:44 +01:00
stom79 35b3a11dc7 Recreate table 2018-02-17 08:49:28 +01:00
stom79 25b897f84c Prepares backup service 2018-02-17 08:44:13 +01:00
stom79 90688eacc3 Adds custom tabs for login activity #321 2018-02-16 15:15:04 +01:00
stom79 42c055f66e Makes bookmarks work async 2018-02-15 16:59:52 +01:00
stom79 0d1a96d59c Cleans 2018-02-15 16:11:21 +01:00
stom79 e5646ab640 Fixes issue #315 - Slide with pictures 2018-02-15 16:10:31 +01:00
stom79 8034072cd1 Adds feature: Bookmarks #320 2018-02-15 15:27:46 +01:00
stom79 b6751f8852 Adds icon for bookmark + handles click and fixes an error 2018-02-15 11:18:40 +01:00
stom79 c3fa7cd4c5 Some cleaning 2018-02-15 10:28:30 +01:00
stom79 21b5ae84d7 Improves attachments with meta 2018-02-15 10:18:39 +01:00
stom79 5ca48862f5 Implements methods to manage statuses in db 2018-02-15 10:13:58 +01:00
stom79 0aef3fc8ab Prepares db query insert 2018-02-15 07:55:24 +01:00
stom79 d830bbb05c Creates table in db 2018-02-14 18:44:22 +01:00
stom79 b25ba006c0 Some improvements with media 2018-02-10 16:36:22 +01:00
stom79 1219609dd7 Issue #290 - Automatically expand CW 2018-02-09 17:39:09 +01:00
stom79 12abe7502e Issue #297 - Adds custom tabs in settings 2018-02-09 17:01:13 +01:00
stom79 30105fa603 Issue #297 - Adds some codes 2018-02-09 16:44:18 +01:00
stom79 f80effe026 Fixes issue #282 & #299 - Changes swipe + actionbar in MediaActivity 2018-02-09 16:17:43 +01:00
stom79 70aae2d1c3 Fixes issue #282 & #299 - Changes swipe + actionbar in MediaActivity 2018-02-09 16:16:36 +01:00
stom79 cb3a569721 Changes for media activity 2018-02-09 14:56:57 +01:00
stom79 8d1c0bec77 Fixes issue #304: Auto save drafts when app is in background 2018-02-09 13:48:03 +01:00
stom79 403ba40da6 Fixes issue #301: Accounts with the same id can't be added 2018-02-09 13:37:10 +01:00
stom79 55627cdf29 Fixes issue #291: Removes newline before/after usernames in replies 2018-02-09 08:49:49 +01:00
stom79 84fc31d2a4 Fixes issue #300: Default post visibility for locked accounts 2018-02-09 08:39:54 +01:00
stom79 e41b5791d2 Clean code 2018-01-30 11:10:42 +01:00
stom79 6ea6b93534 Clean code 2018-01-30 10:55:57 +01:00
stom79 50947fb4ae Fixes issue #288 - Keeps animated pictures + fix a resize issue 2018-01-30 10:42:02 +01:00
stom79 ec61cd2b0c Fixes issue #288 - Crash when sharing a .mp4 file 2018-01-30 08:59:39 +01:00
stom79 864cf71da8 Fixes issue #286 - Crashes with filters 2018-01-28 13:53:04 +01:00