Commit graph

1183 commits

Author SHA1 Message Date
Mousica
4344ee10fe
add IntroDB (#261)
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
2026-01-02 10:22:25 +01:00
Mousica
97b81186ae
fix scrolling logic for download pages (#258)
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
* fix scrolling in download series option menu homepage

* fix ai doodoo code, use .swipeactions

* fix
2025-12-27 20:02:09 +01:00
Mousica
0361eb9aed
slide to seek and searchbar fix (#255)
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
2025-11-28 17:33:59 +01:00
Mousica
611646902c
add bulk download support (#254)
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
2025-11-24 07:18:29 +01:00
cranci1
914c3c4990 Better if we access subtitles using User-Agents
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
2025-11-14 17:23:16 +01:00
cranci1
2bb4234712 updated the subfetching stuff 2025-11-14 17:22:42 +01:00
cranci1
8d6d2acc7e Added subtitles selection
Some checks are pending
Build and Release / Build IPA (push) Waiting to run
Build and Release / Build macOS App (push) Waiting to run
2025-11-13 20:17:33 +01:00
cranci1
2f38763e1a Removed unused extensions 2025-11-13 19:57:02 +01:00
cranci1
a19d47d7e2 Subtitles fixing
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
2025-11-11 16:14:06 +01:00
cranci1
e1261678f8 Fixed stretchy header + episode cells 2025-11-11 16:00:00 +01:00
cranci1
e27de30bae Added StretchyHeader from Luna 2025-11-11 15:48:04 +01:00
cranci1
32be5059e4 Fixed season cache 2025-11-11 15:35:16 +01:00
cranci1
df9bc6db67 Fixed Novels fetching
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
2025-11-09 09:21:25 +01:00
Mousica
9271c3e122
replace custom swipe logic with swiftUIs native .swipeactions (#251)
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
* replace custom swipe logic with swiftUIs native .swipeactions

* use uservars

* Fixed formatting and also watched status method

* add back the horizontal slider

* removed silly git text

---------

Co-authored-by: cranci1 <100066266+cranci1@users.noreply.github.com>
2025-11-01 09:20:01 +01:00
cranci
db48f1eab9
Update code signing process in macbuild.sh
Removed old code signing commands and added new ones.
2025-11-01 09:06:44 +01:00
cranci1
cfd1129b68 Updated User Agents
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
2025-10-23 14:14:02 +02:00
Mousica
0b7ca51ac8
added player gestures (#250)
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
* added player gestures

* make opacity viewable but also allowing it to have transparency

* removed old labels

---------

Co-authored-by: cranci1 <100066266+cranci1@users.noreply.github.com>
2025-10-19 09:19:01 +02:00
cranci1
39e366e896 Fixed PiP kinda + Crash issue
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
2025-09-26 15:33:47 +02:00
cranci1
c42216f793 Yeah idk i need to study now
Some checks are pending
Build and Release / Build IPA (push) Waiting to run
Build and Release / Build macOS App (push) Waiting to run
2025-09-25 20:23:06 +02:00
cranci1
0bd4d21cbf crash fix
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
2025-09-19 17:53:50 +02:00
aka paul
f7b64391f4
Removed bunch of logs (#245)
* Update JSController-NetworkFetch.swift

* Shitty AI code by paul

* Fix tab bar

* Better networkFetch

Added networkFetchSimple, stealthier version
Added HTML support, module can provide HTML which will get rendered
Added cookie return support for regular networkFetch

* remove logs

* Header support for simple fetcher or wtv

---------

Co-authored-by: cranci1 <100066266+cranci1@users.noreply.github.com>
2025-09-18 17:08:00 +02:00
cranci
298ebdbf12
Update build.yml (#244) 2025-09-15 20:12:30 +02:00
50/50
cac8eba349
tab bar fix (#241)
* Update JSController-NetworkFetch.swift

* Shitty AI code by paul

* Fix tab bar

---------

Co-authored-by: cranci1 <100066266+cranci1@users.noreply.github.com>
2025-09-07 20:44:56 +02:00
cranci1
3ba52e7df1 Removed annoying logs + Removed episode timeout 2025-09-07 20:27:50 +02:00
cranci1
7b0827422e Fixed icon 😭 + Fixed subtitle loader 2025-09-06 17:43:23 +02:00
50/50
cc65bc1634
Click support for network fetcher (#240)
* Update JSController-NetworkFetch.swift

* Shitty AI code by paul

---------

Co-authored-by: cranci1 <100066266+cranci1@users.noreply.github.com>
2025-09-06 16:37:57 +02:00
cranci1
d67229800c ops 2025-09-03 17:22:05 +02:00
cranci1
86c2360fad Merge branch 'dev' of https://github.com/cranci1/Sora into dev 2025-09-03 17:18:41 +02:00
cranci1
0b1c782a7b Added Hindi and Assamese 2025-09-03 17:16:19 +02:00
50/50
0c447ce6a4
Network fetcher (#238)
* Create JSController-NetworkFetch.swift

* Update JavaScriptCore+Extensions.swift

* fixed missing import 😭

---------

Co-authored-by: cranci1 <100066266+cranci1@users.noreply.github.com>
2025-09-03 17:03:10 +02:00
Itsmechinmoy
74ed4f58ff
Update Localizable.strings 2025-08-31 21:39:44 +05:30
Itsmechinmoy
1cca9fd940
Update Localizable.strings 2025-08-31 21:27:56 +05:30
Itsmechinmoy
d8e244a8db
Merge branch 'cranci1:dev' into patch-1 2025-08-31 21:05:33 +05:30
cranci
129f088f15
Update Sora-2 link in README.md
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
2025-08-25 11:06:35 +02:00
cranci
9d3a44aadf
Update README to reflect project archiving
Added note about project archiving in favor of Sora-2.
2025-08-25 09:23:30 +02:00
scigward
4b836d6331
Add filler episodes support using Jikan API + Episode Intro & Outro timestamp download (#235)
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
* Update EpisodeCell.swift

* test

* Change the filler API to @cufiy API

* Quick fix

* Quick fix 2

* my bad

* Test jikan API filler implementation

* Maybe works now

* Update AnilistMatchView.swift

* Update EpisodeCell.swift

* Update EpisodeCell.swift

* Update AnilistMatchView.swift

* Update AnilistMatchView.swift

* Update EpisodeCell.swift

* Create buildlogs.txt

* Maybe work now

* please work

* d

* Fix

* I understand it now

* Quick fix 3

* Hopefully works now.

* Quick fix

* Hope

* Maybe this will work

* Maybe fix

* My bad

* Please work

* Fix

* Improve filler logic

* Deepseek fault this time

* I don't know if this will work or not

* Fix

* Revert to "fix"

* Update DownloadView.swift

* Maybe this works

* Probably fix build issues

* Rewrote & removed extra code

* Probably fix filler fetching issue

* experimental OP & ED timestamp download with downloads

* Maybe fix build issues

* Hopefully builds fine now

* : p

* Please work

* revert to "Probably fix filler fetching"

* Test

* hhh

* Test

* maybe fix build issues

* Please

* please x2

* test

* it should build now I guess

* I'm sure it will build now (please)

* I'm going insane

* maybe fix

* Maybe fix x2

* I'm going insane x2

* SOS

* Revert to "im going insane"

* fix

* Hmm

* Possibily works now

* I'm going to sleep

* I'm fr going to sleep after this

* fr fr this time

* fix

* fix x2

* fix x3

* fix

* fix

* quick fix

* Update ContentView.swift

* Delete buildlogs.txt

* Update EpisodeCell.swift

* Update EpisodeCell.swift

* Update AnilistMatchView.swift

* Update
2025-08-23 15:53:07 +02:00
Itsmechinmoy
c145c94c57
Create Localizable.strings 2025-08-19 22:36:15 +05:30
Itsmechinmoy
a63784666b
Create Localizable.strings 2025-08-19 22:35:04 +05:30
Ek20000
122e248d9c
Fix for native navigation (#233)
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build macOS App (push) Has been cancelled
Co-authored-by: cranci <100066266+cranci1@users.noreply.github.com>
2025-08-15 15:35:58 +02:00
cranci1
8b2f9c08cd test build script 2025-08-15 15:07:15 +02:00
cranci
4a0a0f5144
Update build.yml
Some checks are pending
Build and Release / Build IPA (push) Waiting to run
Build and Release / Build Mac Catalyst (push) Waiting to run
2025-08-14 20:00:16 +02:00
cranci1
55a818dd0a Merge branch 'pr/232' into dev
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build Mac Catalyst (push) Has been cancelled
2025-08-07 09:53:34 +02:00
cranci1
9db0f353f7 crash fixes? 2025-08-07 09:49:34 +02:00
cranci1
1ebb400336 downlaod crash fix maybe 2025-08-07 09:44:14 +02:00
50/50
3544c83389 most insane update ever (couldnt tell a difference) 2025-07-30 19:58:41 +02:00
50/50
6aad8c85e8 cute 2025-07-30 19:54:04 +02:00
50/50
a1cc56adc0 Merge branch 'dev' of https://github.com/50n50/Sora into dev 2025-07-26 13:57:43 +02:00
realdoomsboygaming
b3933f0da4
Add orphaned file management features (#231)
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build Mac Catalyst (push) Has been cancelled
2025-07-26 13:55:25 +02:00
50/50
2363c8a578 Merge branch 'dev' of https://github.com/50n50/Sora into dev 2025-07-25 21:59:13 +02:00
50/50
0c50ce8cdd fix range selector for seasons 2025-07-25 21:59:03 +02:00