Commit Graph

106 Commits

Author SHA1 Message Date
sergiotarxz afd6e52135 Fixing margin being applied everywhere. 2021-11-22 22:31:05 +01:00
sergiotarxz d26899770c Improving the manga list view to avoid images going out of the expected size. 2021-11-22 22:24:06 +01:00
sergiotarxz 07537a71f1 Adding support for building in both postmarketos and flatpak.
Neat trick with dlsym employed.
2021-11-22 20:18:56 +01:00
sergiotarxz 155d08ac4c More memory cleanup. 2021-11-22 01:02:00 +01:00
sergiotarxz 793726aa7c Memory cleanup. 2021-11-20 17:24:24 +01:00
sergiotarxz d988143e76 Adding support for passing pages. 2021-11-17 23:34:46 +01:00
sergiotarxz c14873e2e6 Scretching the image to the window size. 2021-11-16 23:14:05 +01:00
sergiotarxz 490af0a0db Adding support to look the first image of the
manga...
2021-11-15 22:26:20 +01:00
sergiotarxz d91cd296a9 Multiple bug and leaks fixes. 2021-11-07 17:59:43 +01:00
sergiotarxz 5287d215dc Adding some adaptative capabilities like hiding the manga data on request
or reorder the chapter list.
2021-11-07 02:36:01 +01:00
sergiotarxz db934b24b2 Improving the scroll of the details view. 2021-11-07 00:44:53 +01:00
sergiotarxz ba2c4ac9f4 Making possible to see the list of available chapters. 2021-11-06 01:36:07 +01:00
sergiotarxz aad920661e
Fixing build in x86_64.
I took a approach very aarch64 specific without knowing.
2021-11-04 21:56:50 +01:00
sergiotarxz af0aab72b8 Adding support for retrieving a manga description. 2021-11-04 00:00:00 +01:00
sergiotarxz 553c545e2d Adding flatpak instructions. 2021-11-03 20:44:44 +01:00
sergiotarxz 121aa3c805 Fixing meson instalation 2021-11-03 20:32:02 +01:00
sergiotarxz d945bb8d19 Adding flatpak support. 2021-11-03 20:30:59 +01:00
sergiotarxz 19bab8dd5a Adding support for the meson build system. 2021-11-03 19:54:53 +01:00
sergiotarxz 6c6ec886b6 Reducing the label size. 2021-11-01 20:18:18 +01:00
sergiotarxz 681120e7dc Add line wrap to the details title. 2021-11-01 20:02:05 +01:00
sergiotarxz 45089c5e92 Adding support for large text on details view title. 2021-11-01 18:07:12 +01:00
sergiotarxz dbcd7afff0 Refactor of picture retrieval and implementing the things needed to create the details view. 2021-11-01 14:38:15 +01:00
sergiotarxz b3e5558ed5 ListView mangas now works with single click activate. 2021-11-01 13:43:17 +01:00
sergiotarxz fa9b3d5f20 Making the back button work as well as swipes and deleting stack items
after the list if a new manga is selected.
2021-10-31 21:06:15 +01:00
sergiotarxz d48967f1bf Allowing swipe back in AdwLeaflet 2021-10-31 20:51:42 +01:00
sergiotarxz 4c492a5791 Making listviewitems on clicked to send us to a new screen. 2021-10-31 20:42:58 +01:00
sergiotarxz b9e7a2952c Removing deprecated file include/readmng.h. 2021-10-31 15:35:27 +01:00
sergiotarxz de55baeadb Removing files from the Makefile. 2021-10-31 15:32:18 +01:00
sergiotarxz ed7a3a4ec5 Removing manga.c splited in soup.c, string.c and regex.c. 2021-10-31 15:25:04 +01:00
sergiotarxz 4f5e37cd45 Revert "Adding missing files."
This reverts commit cbd490d99c.
2021-10-31 14:55:39 +01:00
sergiotarxz cbd490d99c Adding missing files. 2021-10-31 12:55:46 +01:00
sergiotarxz 280b0445a2 Removing string manipulation functions from manga.c.
We now use the gobject MgUtilString for that.
2021-10-31 12:55:46 +01:00
sergiotarxz dbf5a2ff32 Removing string manipulation functions from manga.c.
We now use the gobject MgUtilString for that.
2021-10-31 12:48:28 +01:00
sergiotarxz 923282f1d1 Splitting manga.c contents into xml.c and soup.c.
It is still needed to refactor string manipulation
and delete manga.c and manga.h (The root one,
MgManga is ok.)
2021-10-30 19:01:17 +02:00
sergiotarxz 269b85b0d0 Updating readme with instructions 2021-10-30 11:56:17 +02:00
sergiotarxz 215563d862 Changing to leaflet and adding support for manga id recovery. 2021-10-30 04:02:10 +02:00
sergiotarxz f4c9ed4f3a Removing margin. 2021-10-30 00:29:02 +02:00
sergiotarxz 6b2bcb83cf Adding the previous button to the header bar. 2021-10-30 00:19:29 +02:00
sergiotarxz aad5a1854b Using the symbolic simbol. 2021-10-30 00:10:32 +02:00
sergiotarxz e7b6910b6f Adding previous button. 2021-10-30 00:04:24 +02:00
sergiotarxz 3b4273404e Missing changes in main.c and makefile 2021-10-29 22:11:19 +02:00
sergiotarxz cdd146bcc8 A little more of refactor to split views and avoid a big main.c 2021-10-29 22:08:49 +02:00
sergiotarxz 60c07f2fc3 Adding a way to scroll the listview. 2021-10-29 00:25:31 +02:00
sergiotarxz de496ad246 Cleaning up. 2021-10-28 22:29:51 +02:00
sergiotarxz d2ecdddf44 Migrating to ListView. 2021-10-28 22:26:59 +02:00
sergiotarxz 0ac7affa93 Migrating into using GObject to the manga retrieval. 2021-10-27 23:59:44 +02:00
sergiotarxz eb5b631d50 Adding untracked file by error. 2021-10-25 12:36:42 +02:00
sergiotarxz 20fc7ff6a4 Migrating to readmng, mangafox is fallen almost always and does to much to stop scrappers. 2021-10-25 00:39:16 +02:00
sergiotarxz 029c161519 Adding support to title retrieve. 2021-10-23 17:52:13 +02:00
sergiotarxz 5d49d08d1c Achieved extracting covers from manga-slide. 2021-10-23 04:47:21 +02:00