Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f48b0e1
Merge pull request #665 from ableplayer/main
joedolson Aug 11, 2025
8276147
Both slower and faster SVG should have same viewBox
joedolson Aug 12, 2025
dff4377
Merge branch 'develop' of https://github.com/ableplayer/ableplayer in…
joedolson Aug 12, 2025
5ce7938
Typos
joedolson Aug 12, 2025
14f73ae
Bug fix: Didn't handle case where player was Youtube and Sign was local.
joedolson Aug 14, 2025
4415775
Improve logic for identifying appropriate sign src.
joedolson Aug 14, 2025
3244629
Adjust min-height of captions/description container
joedolson Aug 31, 2025
8c3d183
Give big play button a partially transparent background.
joedolson Aug 31, 2025
4746d2e
Move colors to inherited variables.
joedolson Aug 31, 2025
089783f
Missing wrapper on playlist 1 demo
joedolson Aug 31, 2025
ba70559
Update URLs, URL indices, move urls for contributing to contribution.
joedolson Aug 31, 2025
2194da2
Add issue and PR templates.
joedolson Sep 2, 2025
c99ac08
fix for regex in the postprocessCTag function
jeanem Sep 4, 2025
4785eca
Merge pull request #679 from jeanem/post-processing-fix
joedolson Sep 5, 2025
03915e2
Remove some unused variables.
joedolson Sep 5, 2025
acdbb7c
Add headings for individual demos
joedolson Sep 5, 2025
083683f
Remove fixed width and height on big play button
joedolson Sep 5, 2025
73894a1
toggleButtonState logic was backwards, resulting in reversed triggers.
joedolson Sep 5, 2025
9b5abec
Description button state is always set at init, and doesn't need to b…
joedolson Sep 5, 2025
d868d92
Check for sign language source checked media object instead of source.
joedolson Sep 5, 2025
c98859c
The volume popup is `.able-volume-slider`, not popup.
joedolson Sep 5, 2025
e09ea94
Update inline documentation about the play and playing events
joedolson Sep 6, 2025
198a5d7
Don't refresh controls on the 'play' event.
joedolson Sep 6, 2025
bd4be73
Why is this here?
joedolson Sep 6, 2025
679394f
Volume option is requested in syncSignVideo, but not used.
joedolson Sep 6, 2025
4edf90c
Improved comment
joedolson Sep 6, 2025
2c84971
If JSON translations not found, look for old version before erroring.
joedolson Sep 18, 2025
e79652d
Note that this demo uses images instead of svgs.
joedolson Sep 18, 2025
ef7f2ab
Update built packages
joedolson Sep 18, 2025
e4f9ea6
Merge pull request #683 from ableplayer/develop
joedolson Sep 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Version tested**
Which version of AblePlayer are you reporting against?
- Main (the current release)
- Develop (the next release)
- A specific branch other than main or develop.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]

**Additional context**
Add any other context about the problem here.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/docs_existing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Documentation (Existing)
about: Edits to existing documentation needed
title: ''
labels: ''
assignees: ''

---

**URL**
page URL

**Title**
Title of the existing documentation

**What Needs Editing?**
Describe the steps using:
1.
2.
3.

**Screenshots**
If applicable, add screenshots for the above steps

**Additional context**
Add any other context.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/docs_new.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Documentation (New)
about: New documentation needed
title: ''
labels: ''
assignees: ''

---

**Title**
Suggested title of the new documentation

**Description**
Describe what the new page is about

**Instruction Steps**
Describe the steps using:
1.
2.
3.

**Screenshots**
If applicable, add screenshots for the above steps

**Additional context**
Add any other context.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!--
BEFORE OPENING YOUR PULL REQUEST:
- Make sure your Pull Request is being made against the `develop` branch of Able Player.
- Make sure your code is properly documented.
-->

## Description
<!-- Please describe your changes -->
<!-- Please provide a link to the issue this PR is intended to fix: -->

## How Has This Been Tested?
<!-- Please describe in detail how you tested your changes. -->
<!-- Include details of your testing environment, tests ran to see how -->
<!-- your change affects other areas of the code, etc. -->

## Screenshots (jpeg or gifs if applicable):

## Types of changes
<!-- What types of changes does your code introduce? -->
<!-- Bug fix (non-breaking change which fixes an issue) -->
<!-- New feature (non-breaking change which adds functionality) -->
<!-- Breaking change (fix or feature that would cause existing functionality to not work as expected) -->

## Checklist:
- [ ] My code is tested.
- [ ] My code has proper inline documentation.
38 changes: 10 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,7 @@ Setting this to "off" is useful if all videos have plenty of audio space for des

### Sign language

Sign language translation is supported in a separate video player, synchronized with the main player. Tips for filming a sign language interpreter are available from [Signing Books for the Deaf][]:

* [Filming the Signer][]
* [Editing the Signer][]
Sign language translation is supported in a separate video player, synchronized with the main player. Some tips for filming a sign language interpreter are available from [Signing Books for the Deaf][].

#### Loading from local source

Expand Down Expand Up @@ -573,7 +570,6 @@ If you don’t have access to your server’s .htaccess file, you should be able
If your site is running on a Windows server, consult the documentation from Microsoft. For example:

- [Configuring MIME Types in IIS 7][]
- [How to add MIME Types with IIS7 Web.config][]

## Keyboard Shortcuts

Expand Down Expand Up @@ -610,41 +606,27 @@ One of *Able Player’s* accessibility features is that the player is highly cus
- Highlight transcript as video plays
- Keyboard-enable transcript

## Acknowledgments
## Acknowledgements

- Able Player development is supported in part by the [AccessComputing][] project at the University of Washington, with financial support from the National Science Foundation (grants #CNS-0540615, CNS-0837508, and CNS-1042260).
- Additional support has been provided by the [Committee on Institutional Cooperation][] (CIC).
- Turtle and rabbit icons (available as optional alternatives for the speed buttons) are provided courtesy of [Icons8][].
- Sample video tracks are provided courtesy of [The DO-IT Center][] at the University of Washington. Additional videos are available on the [DO-IT Video][] website, which uses Able Player.
- Sample audio tracks feature songs by Terrill Thompson, Able Player's creator and original lead developer. Check out [Terrill's music site] for more listening, and to support his work.

[AccessComputing]: http://washington.edu/accesscomputing
[Committee on Institutional Cooperation]: https://www.cic.net/home
[Configuring MIME Types in IIS 7]: http://technet.microsoft.com/en-us/library/17bda1f4-8a0d-440f-986a-5aaa9d40b74c.aspx
[Editing the Signer]: http://www.sign-lang.uni-hamburg.de/signingbooks/sbrc/grid/d71/guide13.htm
[develop]: https://github.com/ableplayer/ableplayer/tree/develop
[examples]: http://ableplayer.github.io/ableplayer/demos/
[Filming the Signer]: http://www.sign-lang.uni-hamburg.de/signingbooks/sbrc/grid/d71/guide12.htm
[Flavors, by Flow Theory]: http://www.terrillthompson.com/music/2012/01/flow-theory-flavors/
[DO-IT Video]: http://washington.edu/doit/video
[Google Developer Console]: https://console.developers.google.com/
[Google's Getting Started page]: https://developers.google.com/api-client-library/javascript/start/start-js#Getkeysforyourapplication
[Grunt]: http://gruntjs.com/
[How to add MIME Types with IIS7 Web.config]: http://blogs.iis.net/bills/archive/2008/03/25/how-to-add-mime-types-with-iis7-web-config.aspx
[AccessComputing]: https://www.washington.edu/accesscomputing/
[Committee on Institutional Cooperation]: https://btaa.org/about/news-and-publications/news/2016/06/30/the-committee-on-institutional-cooperation-is-now-the-big-ten-academic-alliance
[Configuring MIME Types in IIS 7]: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc753281(v=ws.10)
[examples]: https://ableplayer.github.io/ableplayer/demos/
[DO-IT Video]: https://doit.uw.edu/videos/
[Icons8]: https://icons8.com
[issues]: https://github.com/ableplayer/ableplayer/issues
[jQuery]: http://jquery.com/
[jquery.cookie]: https://github.com/carhartl/jquery-cookie
[jQuery]: https://jquery.com/
[js-cookie]: https://github.com/js-cookie/js-cookie
[JW Player]: http://www.jwplayer.com/
[Modernizr]: http://modernizr.com/
[npm]: https://www.npmjs.com/
[Signing Books for the Deaf]: http://www.sign-lang.uni-hamburg.de/signingbooks/
[Signing Books for the Deaf]: https://pragmaprojects.eu/signingbooks/index.php/the-project/summary
[Terrill's music site]: https://terrillthompson.com/music
[The DO-IT Center]: http://washington.edu/doit
[The DO-IT Center]: https://doit.uw.edu/
[Video Demo #7]: demos/video7.html
[WebVTT validator]: https://quuz.org/webvtt/
[WebAIM’s 2017 Screen Reader User Survey]: https://webaim.org/projects/screenreadersurvey7/#browsers
[WebVTT]: https://w3c.github.io/webvtt/
[Web Speech API]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API
[YouTube's Terms of Service]: https://developers.google.com/youtube/terms/required-minimum-functionality#overlays-and-frames
Loading