Commit Graph

41 Commits (main)

Author SHA1 Message Date
kirbylife 5b1fe6918b Delete all the db creation old code to start from scratch 2024-03-27 00:36:30 -06:00
kirbylife d739ffe2e0 Merge branch 'main' into fix-database-version-error 2024-03-26 07:31:44 +00:00
kirbylife 94368782e1 Change the deprecated SilicaWebView to the new WebView 2024-03-20 00:55:48 -06:00
kirbylife ec6bdb0ab8 Fix the Database versions issue 2024-03-20 00:24:27 -06:00
Grégory Oestreicher 64eddbadc6 Add sorting options in the articles list 2017-02-27 16:37:42 +01:00
Grégory Oestreicher 779639baf1 Rework the articles display selection: use a separate dialog 2017-02-27 15:44:32 +01:00
Grégory Oestreicher 11e665b137 Offer an option to prevent downloading archived articles 2017-02-27 15:09:47 +01:00
Grégory Oestreicher 115d52f94a Correctly update database version 2017-02-27 14:17:21 +01:00
Grégory Oestreicher f96dbe70e6 Use encodeURIComponent() instead of escape() 2017-02-27 14:00:32 +01:00
Grégory Oestreicher b17fd5efb2 Correctly return when encountering an error while refreshing articles 2017-02-27 13:57:24 +01:00
Grégory Oestreicher 2b4b0602a1 Make the add article popup come in from above
This prevents messing up with the virtual keyboard.
2016-12-20 20:28:03 +01:00
Grégory Oestreicher c5c6630b8a Add EnterKey action when adding an article 2016-12-20 17:39:14 +01:00
Grégory Oestreicher ecb14fc396 Add error message popup 2016-12-20 15:56:05 +01:00
Grégory Oestreicher 449e862c93 Make errors in WallaBase.js translatable 2016-12-20 15:21:23 +01:00
Grégory Oestreicher 762e17021a Use error() more consistently 2016-12-20 15:09:55 +01:00
Grégory Oestreicher 8df835ca72 Reorganize MouseArea / Rectangle busy indicator 2016-12-20 14:15:06 +01:00
Grégory Oestreicher d16729bc82 New feature: add article 2016-12-20 14:14:37 +01:00
Grégory Oestreicher c5da03dc65 Fix untranslatable string 2016-12-19 08:58:21 +01:00
Grégory Oestreicher 223e1cfd1b Embed images in articles 2016-12-19 08:29:10 +01:00
Grégory Oestreicher 6c744cf387 Check if we're sync'ing before executing the callback 2016-12-18 20:32:09 +01:00
Grégory Oestreicher f1b45f320a Add various HTTP headers in the outgoing requests 2016-12-18 11:14:41 +01:00
Grégory Oestreicher 35cd1f8723 Prevent UI lockup if there's an error when refreshing articles 2016-12-17 21:13:56 +01:00
Grégory Oestreicher 3dbcc9774c Sync deletions that happened on the server 2016-12-17 18:29:03 +01:00
Grégory Oestreicher 5e7fc2dea1 Use server id in article modification functions 2016-12-17 18:27:45 +01:00
Grégory Oestreicher 66fe16c9b8 Use a compound primary key for articles 2016-12-17 15:19:26 +01:00
Grégory Oestreicher 2b6c6d78ea Method rename: getArticles -> getUpdatedArticles 2016-12-17 14:35:13 +01:00
Grégory Oestreicher 5cbae70c47 Implement server deletion 2016-12-16 19:02:45 +01:00
Grégory Oestreicher 54d89f1841 Setting enabled doesn't work, let's just remove it 2016-12-16 18:45:31 +01:00
Grégory Oestreicher 0a448a1a4c Only display the placeholder in the settings page once the servers have been loaded 2016-12-16 18:45:31 +01:00
Grégory Oestreicher 9800661467 Remove net.kamago prefix from c++ imports 2016-12-16 17:24:52 +01:00
Grégory Oestreicher 2b47295e1d Swap text colors when entry is highlighted 2016-12-16 16:39:58 +01:00
Grégory Oestreicher 742e7ff65e Increase articles font size 2016-12-16 16:36:42 +01:00
Grégory Oestreicher dedbab9838 Add inputMethodHints in the server settings dialog 2016-12-16 16:24:07 +01:00
Grégory Oestreicher ca804b30f2 Using anchors.fill here messes up scrolling in the settings 2016-12-16 15:50:01 +01:00
Grégory Oestreicher 9f0f02090a Remove unimplemented menu entry 2016-12-16 15:38:16 +01:00
Grégory Oestreicher 4f6274bfa3 Wrong target in the settings 2016-12-16 15:28:51 +01:00
Grégory Oestreicher bc2af94252 Use a pretty bare cover 2016-12-16 15:28:27 +01:00
Grégory Oestreicher d804994019 Add a remorse popup when resetting the database 2016-12-16 15:14:28 +01:00
Grégory Oestreicher 3a61c6c040 Wrap articles in some HTML gravy on load 2016-12-16 15:01:28 +01:00
Grégory Oestreicher 34b92ac82c Remove code to upgrade unpublished DB schema 2016-12-16 15:00:59 +01:00
Grégory Oestreicher 73c91e26e1 Initial commit 2016-12-16 14:21:20 +01:00