Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
99d87ad
replace calendar.json with API queries to the @hebcal/core package, a…
Aug 15, 2022
704cab4
react-native-web
coolreader18 Sep 16, 2023
2b81dcf
get working on android again
coolreader18 Sep 19, 2023
0679779
Switch to typescript
coolreader18 Sep 19, 2023
c3a8071
fmt the world
coolreader18 Sep 20, 2023
dfde97e
Get text display working for any leyning, even if there's not audio
coolreader18 Sep 21, 2023
d0a1493
Add a calendar
coolreader18 Sep 21, 2023
1580ed9
url stuff
coolreader18 Sep 23, 2023
62e23a7
Make it a pwa
coolreader18 Sep 26, 2023
ea94cb9
Add Micah translation
coolreader18 Sep 27, 2023
fcd6b39
Persist settings
coolreader18 Sep 27, 2023
cbe4f6a
Fix quotes in urls & scrolling
coolreader18 Sep 27, 2023
71aa89d
Add tropes
coolreader18 Oct 3, 2023
c4714a5
Trope niceties
coolreader18 Oct 7, 2023
5763225
Dark mode
coolreader18 Oct 8, 2023
73c727a
Add Vezot Haberakhah to parshah list
coolreader18 Oct 8, 2023
743b4f7
Add color scheme settings toggle
coolreader18 Oct 9, 2023
6c301f6
Fix android
coolreader18 Oct 13, 2023
1a0f10f
Remove duplicate files in ios
coolreader18 Oct 18, 2023
8475df5
Triennial support (not audio yet)
coolreader18 Oct 26, 2023
6e07743
split up audio
coolreader18 Oct 31, 2023
adfc1b0
Add settings button to aliyah select screen
coolreader18 Nov 17, 2023
959404b
Use gregorian dates in urls
coolreader18 Nov 17, 2023
e75fc53
Remove space from after maqaf
coolreader18 Nov 28, 2023
fad3b80
Use Miqra According to the Masorah instead of the WLC
coolreader18 Nov 30, 2023
6d6d0c3
Mark when audio for sof pasuk/aliyah is wrong
coolreader18 Dec 1, 2023
10f230c
Switch trope text from xml to json
coolreader18 Dec 4, 2023
ccec459
Update fonts
coolreader18 Dec 4, 2023
c5cd970
Add trope to telisha gedolah
coolreader18 Dec 5, 2023
dc6aeda
Fix pause-not-pausing bug
coolreader18 Dec 11, 2023
b2b0a3e
Update to react-native 0.73
coolreader18 Jan 27, 2024
d765dd1
Allow query to enable triennial
coolreader18 Jan 29, 2024
99d55ac
Use webpack-dev-server
coolreader18 Jan 29, 2024
71c431d
Switch to yarn
coolreader18 Jan 29, 2024
2d6af7c
Show tropes button on playviewscreen
coolreader18 Mar 8, 2024
889ac33
Split out SettingsScreen
coolreader18 Mar 10, 2024
ea69465
Fancy little tropes button
coolreader18 Mar 10, 2024
11386e5
Organize imports
coolreader18 Mar 10, 2024
694413d
Display tropes on trope select screen (wip)
coolreader18 Mar 10, 2024
024539a
Switch to repack
coolreader18 Mar 15, 2024
bb65775
Add support for multiple leynings per day
coolreader18 Oct 9, 2024
6a31d10
Add Jonah source & translation
coolreader18 Oct 9, 2024
ed111cb
Fix handling of a leyning w/o a haftarah
coolreader18 Oct 9, 2024
72f6cac
Direct high holiday readings to hhd trope
coolreader18 Oct 26, 2024
ac0fd3d
Adjust maqaf spans
coolreader18 Oct 26, 2024
a3f7173
Tidy
coolreader18 Oct 26, 2024
a5ff1bd
Update hebcal versions
coolreader18 Oct 30, 2024
5b2634a
Fix Kings and Samuel
coolreader18 Nov 4, 2024
b0a6c79
Add remaining missing books
coolreader18 Nov 4, 2024
c3f04f4
Add attribution for text and use Platform.select
coolreader18 Nov 5, 2024
6986c79
Fix android build, ish
coolreader18 Nov 6, 2024
df13841
Switch to yarn 4
coolreader18 Nov 7, 2024
ed7cad8
Megillah support
coolreader18 Mar 10, 2025
da3d91c
Handle megillah trope
coolreader18 Mar 10, 2025
924d5ba
Upgrade hebcal
coolreader18 Mar 11, 2025
9bf8db7
Handle paseq and clean up some rendering stuff
coolreader18 Mar 12, 2025
b67cd80
Don't show verse numbers in tikkun mode
coolreader18 Mar 12, 2025
14864d6
More precise sof pasuk mismatch
coolreader18 Mar 12, 2025
4361e90
Serve data/ as static files
coolreader18 Mar 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ local.properties
node_modules/
npm-debug.log
yarn-error.log
.yarn/

# BUCK
buck-out/
Expand All @@ -51,3 +52,9 @@ buck-out/
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots

/dist
/data/audio/*/*.mp3
/data/audio/index.json
/data/torah/labels/*.json
/data/torah/json/*.json
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "MAM-parsed"]
path = MAM-parsed
url = git@github.com:bdenckla/MAM-parsed.git
4 changes: 4 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 100,
"trailingComma": "all"
}
5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
Loading