miniflux-v2/storage
dzaikos 7d252ea45b Add swipe as option for gesture navigation between entries.
* Refactor `TouchHandler` to handle double-tap and swipe gestures.
  * Renamed existing `onTouch` JavaScript methods to `onItemTouch` and
    added `onContentTouch` methods for swipe gesture.
  * Refactor double-tap. It's now a method in `TouchHandler` versus
    anonymous functions in `listen()` method.
* Updated CSS classes.
  * Added `touch-action` CSS for `.entry-content`.
  * Renamed CSS classes for adding events in `TouchHandler`.
* Updated users settings to replace checkbox for double tap with select
  for none, double tap, or swipe.
* Added database migrations for new gesture_nav option.
  * Rename `users.double_tap` to `users.gesture_nav` and migrate
    existing user settings.
* Updated translation files. (Non-English updated with Google
  Translate.)

Resolves #1449, closes #1495
2023-03-28 18:00:57 -07:00
..
api_key.go Add per-application API Keys 2020-03-01 18:22:45 -08:00
category.go Rename column to CategoriesSortingOrder 2022-10-25 20:06:28 -07:00
certificate_cache.go Rename storage certificate cache 2021-02-13 14:16:30 -08:00
doc.go Fix some linter issues 2022-08-08 22:06:38 -07:00
enclosure.go Use a transaction to refresh and create entries 2020-09-20 23:12:23 -07:00
entry.go Parse `<category>` from Feeds (RSS, Atom and JSON) 2023-02-24 20:52:45 -08:00
entry_pagination_builder.go Fix inconsistent navigation 2021-09-24 16:22:00 -07:00
entry_query_builder.go Parse `<category>` from Feeds (RSS, Atom and JSON) 2023-02-24 20:52:45 -08:00
feed.go Add rewrite rules for article URL before fetching content 2022-07-11 21:12:26 -07:00
feed_query_builder.go Add rewrite rules for article URL before fetching content 2022-07-11 21:12:26 -07:00
icon.go Correct spelling 2021-05-13 18:22:23 -07:00
integration.go Add matrix bot support 2022-10-27 17:53:19 -07:00
job.go Add category feeds refresh 2022-12-12 19:41:30 -08:00
session.go Improve storage module 2019-10-29 22:59:00 -07:00
storage.go Add option to disable watchdog and set default timeout to DB healthcheck 2021-05-23 18:30:20 -07:00
timezone.go Improve storage module 2019-10-29 22:59:00 -07:00
user.go Add swipe as option for gesture navigation between entries. 2023-03-28 18:00:57 -07:00
user_session.go Use SQL transaction when creating user sessions 2020-12-22 20:28:34 -08:00