Skip to content

Commit 9f58e6c

Browse files
committed
Merge remote-tracking branch 'origin/v2.00' into v2.00
2 parents f2cc6f8 + b045552 commit 9f58e6c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Just make sure to read and respect the following rules before submitting a pull
1111
3) Please avoid refactoring the code, it may not be readable for you but it is for me and a refactor would make it less familiar, not to mention the time it takes to review this kind of pull requests.<br />
1212
If you really really want to do it (wow, my code really sucks ☠️), contact me first by email and convince me ([email protected]), because normally 99% of pull requests of this type will be rejected, and I don't want to waste your time.
1313

14-
4) If you want to make a fairly large (more than 200 lines of code) or challenging pull request, contact me first by email ([email protected]) to ensure that the change will be accepted, I repeat, I don't want to waste your time (for example, maybe you want to optimize or fine-tune one of the AI ​​models but in the meantime I'm about to replace it with another one).
14+
4) If you want to make a fairly large (more than 400 lines of code) or challenging pull request, contact me first by email ([email protected]) to ensure that the change will be accepted, I repeat, I don't want to waste your time (for example, maybe you want to optimize or fine-tune one of the AI ​​models but in the meantime I'm about to replace it with another one).
1515

1616
5) Once you mark the pull request as Ready for review, don't make any changes until I do my review, reviewing code is not easy, and a change would make me start over, driving me crazy 🙃, if you think of anything else to add or change, just indicate it with a simple comment and we'll talk about it after the review.
1717

TODO_LIST.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
If you want to contribute to RTranslator but you don't know where to start, here is a list of possible things to do:
2+
3+
| Description | Status |
4+
| -------- | ------- |
5+
| Night mode theme. | Not started |
6+
| Mic manual mode setting to choose whether to start with automatic or manual mic mode in WalkieTalkie or Conversation mode (separate settings for the two modes). | Not started |
7+
| Button to stop and eventually repeat the TTS in the messages of WalkieTalkie and Conversation mode. | Not started |
8+
| A new section in the settings that shows the version of the app, plus link to the releases of the app that also show if there is a new version. | Not started |
9+
| A new option in the settings to show, in WalkieTalkie and Conversation modes, the original transcription of the message beyond the translation. | Not started |
10+
11+
<br/><br/>
12+
Here is also a list of more difficult things to do if you want (I don't expect to do one of these all by yourself, even pull requests that lay down the foundations or a one that do a small contribution about these features are higly appreciated):
13+
14+
| Description | Status |
15+
| -------- | ------- |
16+
| Improvements to the Bluetooth LE comunication system, especially ones that add the capability of working reliably even without restarting Bluetooth after a disconnection or an error. For now this is foundamental to make the Bluetooth communication work reliably. The new APIs of Android however, blocks the possibility of turning on or off bluetooth programmatically, that's the main reason that keeps RTranslator away from the Play Store (where the new APIs of android are required). | Not started |
17+
| Adding a new mode dedicated to transcriptions only, that saves the transcriptions like notes and has the capability of editing their text, adding more text via transcriptions ecc. (maybe even add transcriptions using audio files). | Not started |
18+
19+
<br/><br/>
20+
The possible states are: Not started (you can open a new pull request), Started (with the link of the pull request) and Done.
21+
22+
<br/><br/>
23+
If you want to do a contribution that is not listed here, feel free to do it and send a pull request, but if it is a complicated and long feature to implement you should write to me first at [email protected], to be sure that I will accept it before starting.
24+
25+
Before doing any pull request please read the [contributions guidelines](https://github.com/niedev/RTranslator/blob/v2.00/CONTRIBUTING.md).
26+
27+
Thank you very much for wanting to contribute to this project! 🚀

0 commit comments

Comments
 (0)