diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e28b06e --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,10 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: tom79 +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: tom79 +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..e94d5a0 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,28 @@ +# 1.5.2 + +### Added: +- Enable/disable auto playback +- Enter in full-screen automatically (default disabled) +- Back press pauses the video in full-screen + +### Fixed: +- Public timelines don't honor muted accounts +- Comments are not removed when switching to a video without comments +- Some other fixes + +-------- + +# 1.5.1 + +- Fix some issues +- New translations + +-------- + +# 1.5.0 + +- Custom default instance depending of the country +- Full managements of comments and their replies (read/post/delete) +- Profile for accounts (displays their channels & videos) +- Fix some issues when posting a comment +- Fix videos not paused after screen lock diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..94ad571 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +CONTRIBUTING +============ + +### Localizations: + +TubeLab works only with [Crowdin](https://crowdin.com/project/tubelab), which offers nice tools for helping in translations. +New translations will be automatically merged in a branch. +If your language is not listed, please ask me to add it. If you prefer to work on an XML file, you should be able [to upload it with Crowdin](https://support.crowdin.com/xml-configuration/). +Crowdin will not pick up changes in develop branch, that's why all translations should be done with this tool. + +### Issues: + +Issues are handled on Github at: https://github.com/stom79/TubeLab/issues, before opening an issue, please check it has not yet been submitted by someone else + +### Contribution to code: + +Your contributions are welcomed, but please, use this repo https://framagit.org/tom79/fedilab-tube. You can create PR to the dev branch. \ No newline at end of file diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000..a5747b5 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,25 @@ +### Issue + + + + +### Steps for reproducing the issue + + + +--- + +Instance: + + + +- [ ] TubeLab +- [ ] TubeAcad + + + +Version of TubeLab: + + + +Android version: \ No newline at end of file