aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2021-04-17Add manga combined plugin timeoutdec05eba
2021-04-16Search all manga combined plugins in paralleldec05eba
2021-04-16Add a combined manga search page, highlight urls ending with ?dec05eba
2021-04-16Add mangakatanadec05eba
2021-04-16Convert mangatown and manganelos into a generic manga plugindec05eba
Revert for_each_page.. processing of manga instead of getting all pages. Mangatown requires you to navigate page by page, cant predict what a specific pages image url will be.
2021-04-14Rework manga plugins downloading.. preparing for parallel downloadsdec05eba
2021-04-14Make search fuzzy, fix soundcloud next song when hitting userdec05eba
Also some other misc changes
2021-04-13Fix youtube commentsdec05eba
2021-04-13Include cppcodec instead of using it a system library. Its not available in ↵dec05eba
ubuntu repos for example
2021-04-12Fix download of last page in manganelosdec05eba
2021-04-12Add manganelosdec05eba
2021-04-12Use chapter names as is for mangatowndec05eba
2021-04-09Add spankbang. Commit by coomestdec05eba
2021-04-08Temporary workaround tabbed bugdec05eba
When closing the tabbed window, all embedded windows except the first one are killed
2021-04-07Matrix: mark window as urgent when being mentioned or receiving an invitedec05eba
2021-04-07Add upload date to manganelo and mangatown chaptersdec05eba
2021-04-06Create a unified launcher for quickmediadec05eba
2021-04-06Use malloc_trim to reduce memory usage after freeing memorydec05eba
2021-04-05Make url parsing better by using a list of valid tlds. Make urls blue in textdec05eba
2021-04-02FileManager: show video thumbnails, update thumbnail if name is the same but ↵dec05eba
the content has changed (last modified time changed)
2021-04-02QuickMedia -> quickmediadec05eba
2021-04-02Matrix: make video thumbnail use correct ratiodec05eba
2021-04-01Matrix: fix thumbnails when using pantalaimon, add more predefined rooms to ↵dec05eba
room directory
2021-04-01Remove http/https/www from room directory server namedec05eba
2021-04-01Matrix: add room directory for joining rooms, resize video thumbnaildec05eba
2021-03-31Do not upload thumbnail of thumbnail for videosdec05eba
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2021-03-28Use imagemagick to create thumbnails instead of doing it ourselves. Better ↵dec05eba
result and less memory usage because out of process memory reclaimed on exit
2021-03-28Matrix: use proper url for downloading thumbnailsdec05eba
2021-03-27bladec05eba
2021-03-26Fix soundcloud music duration if longer than 1 hourdec05eba
2021-03-26Soundcloud: autoplay next song in listdec05eba
2021-03-26Add soundclouddec05eba
2021-03-26Bye bye construct, we use /event to get event by id instead of /contextdec05eba
2021-03-254chan: fix crash when posting a replydec05eba
2021-03-20More work on touch (behind QM_ENABLE_TOUCH=1 environment variable), save ↵dec05eba
thumbnails with their size so using a different scaling will update thumbnails to the same scale
2021-03-19Start on touch support, add support for ui scaling, revert back to old ↵dec05eba
get_message_by_id method for matrix to support loading user display names in replies
2021-03-17Fuck construct, use faster way to fetch message by iddec05eba
2021-03-17Matrix: fix block formatting when using multiple blocksdec05eba
2021-03-12Matrix: add support for sending (code)blocks and greentext in repliesdec05eba
2021-03-12Use /tmp path for temporary cookies file, and properly delete it...dec05eba
2021-03-11Youtube: fix comments not updating when going to the next videodec05eba
2021-03-10Update readme with youtube comments imagedec05eba
2021-03-10Youtube: add youtube comments to ctrl+rdec05eba
2021-03-06Youtube: fix channel next page, add proper channel search (non filter search)dec05eba
2021-02-17Matrix: use same user id colors as elementdec05eba
2021-02-15Add spotify podcastsdec05eba
2021-02-144chan: update boards.jsondec05eba
2021-02-12Matrix: prevent new programs from being launched after a task is killeddec05eba
2021-02-11Matrix: mark local edit/reply as readdec05eba