Commit Graph

88 Commits

Author SHA1 Message Date
stom79 09ee9d5a1c Fix issue #745 2019-01-21 18:49:02 +01:00
stom79 bdbacc7230 Fix issue #699 2019-01-05 14:02:13 +01:00
stom79 4d8547fe52 Refresh the token when expired #699 2019-01-05 13:00:15 +01:00
stom79 eefe1edc3b Prepares db for storing information for refreshing the token #699 2019-01-05 12:17:38 +01:00
stom79 ede0e4d145 Fix issue #689 2019-01-03 10:23:31 +01:00
stom79 eebe401aaf Add authentication #689 2019-01-02 19:39:40 +01:00
stom79 82384b48a5 Fix some errors 2019-01-02 13:31:11 +01:00
stom79 bb92d6ca32 Some fixes 2018-12-28 11:38:26 +01:00
stom79 6b4c77f0b8 Allow to change column names 2018-12-28 10:41:40 +01:00
stom79 c91addc6c1 Last fixes 2018-12-27 18:54:46 +01:00
stom79 4f82c52855 Front end 2018-12-27 18:40:18 +01:00
stom79 911d500e4f Prepares DB migration + back end 2018-12-27 17:49:50 +01:00
stom79 cf1dc7518c Change frontend 2018-12-15 17:13:06 +01:00
stom79 dd7695f1c1 Prepare API changes 2018-12-15 12:21:03 +01:00
stom79 1305329321 Prepare database 2018-12-15 12:02:29 +01:00
stom79 523e1ecd09 Issue #622 - Frontend for scheduled boosts 2018-12-09 15:47:26 +01:00
stom79 c652481222 Issue #622 - Prepares the database for managing scheduled boost 2018-12-09 12:14:05 +01:00
stom79 a8152e272d Issue #597 - Improve the way to manage tags 2018-12-01 15:32:07 +01:00
stom79 63a20aa22a Issue #597 - Cache tags which are case sensitive to use them with the search feature 2018-11-30 18:39:01 +01:00
stom79 0dac38190c Fix issues with toots in TL 2018-11-27 19:03:13 +01:00
stom79 8ef069067e Improve fix on issue #577 2018-11-20 19:10:24 +01:00
stom79 bb9b8f78c0 Fix cache conflict with bookmarks 2018-11-18 16:01:46 +01:00
stom79 7d4dd6f27b Better cache cleaner 2018-11-18 13:33:12 +01:00
stom79 893963e90f Improvements 2018-11-17 14:44:49 +01:00
stom79 37913818ce Cache for all home 2018-11-17 14:31:03 +01:00
stom79 07746b2634 Extend behavior to other classes 2018-11-16 16:35:25 +01:00
stom79 c5eaa0b61d Fix the db upgrade issue from version 12 - #538 2018-10-31 11:20:07 +01:00
stom79 bafb6da9ea Add to menu 2018-10-22 19:19:39 +02:00
stom79 8a01ea773f Peertube improvements 2018-10-22 09:37:51 +02:00
stom79 be917d6b24 Favorites for peertube 2018-10-21 18:43:57 +02:00
stom79 ac2bb8b8c5 Can follow Peertube videos 2018-10-07 11:57:15 +02:00
stom79 07a35b1f68 improve API calls 2018-10-07 10:45:34 +02:00
stom79 3b6c5d3296 Fix an issue with profile name not displayed 2018-10-05 18:02:11 +02:00
stom79 0159764a35 Cross bookmark 2018-09-28 19:35:13 +02:00
stom79 8f6a5924f9 Fix emoji issue and memory limit 2018-09-16 15:05:33 +02:00
stom79 071136a7aa Remote instance follow - step2 2018-08-21 14:34:20 +02:00
stom79 57d30a3f2e Remote instance follow - step1 2018-08-20 19:00:20 +02:00
stom79 2ea3e6971e Some bug fixes 2018-04-28 16:54:06 +02: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 017b7e07ce Fixes pagination issue 2018-02-17 18:08:06 +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