-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Improve code structure and add EULA
- Renamed `screens/lessons` to `screens/lesson` for better clarity (single lesson display). - Added correct text to the Facebook button in the buttons row. - Applied `basicMarquee()` to ensure text scrolls when overflowing. - Removed unused code, resources, and classes for better code clarity. - Added End-User License Agreement (EULA).
- Loading branch information
Mihai-Cristian Condrea
committed
Dec 6, 2024
1 parent
e7ad933
commit a3ebd84
Showing
65 changed files
with
3,245 additions
and
1,847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# End-User License Agreement (EULA) | ||
|
||
This End-User License Agreement ("EULA") governs your use of any and all software applications | ||
developed and distributed by D4rK. By installing, | ||
copying, using, or redistributing the Software, you acknowledge that you have read, understood, and | ||
agree to be bound by the terms of this EULA. | ||
|
||
## License Grant | ||
|
||
The Developer grants you a non-exclusive, revocable, worldwide, royalty-free license to use the | ||
Software for personal, non-commercial purposes, subject to the limitations set forth in this EULA. | ||
Unless otherwise expressly stated in writing by the Developer, you may not: | ||
|
||
* Sublicense, distribute, or transfer the Software to any third party. | ||
* Modify, adapt, translate, reverse engineer, decompile, or disassemble the Software. | ||
* Remove, alter, or obscure any copyright, trademark, or other proprietary notices contained in the | ||
Software. | ||
* Use the Software in any way that violates any applicable laws or regulations. | ||
* Use the Software to engage in any illegal, harmful, or offensive activity. | ||
* Use the Software to infringe the intellectual property rights of any third party. | ||
|
||
## Intellectual Property | ||
|
||
The Software and all related intellectual property rights, including but not limited to copyrights, | ||
trademarks, and trade secrets, are owned by the Developer. This EULA does not grant you any | ||
ownership rights in the Software. | ||
|
||
## Disclaimer of Warranties | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT | ||
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND | ||
NON-INFRINGEMENT. IN NO EVENT SHALL THE DEVELOPER BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THE DEVELOPER DOES NOT | ||
WARRANT THAT THE SOFTWARE WILL BE ERROR-FREE, UNINTERRUPTED, OR FREE OF VIRUSES OR OTHER HARMFUL | ||
COMPONENTS. | ||
|
||
## Limitation of Liability | ||
|
||
IN NO EVENT SHALL THE DEVELOPER BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR | ||
EXEMPLARY DAMAGES, INCLUDING BUT NOT LIMITED TO DAMAGES FOR LOSS OF PROFITS, DATA, OR USE, ARISING | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE, EVEN IF THE DEVELOPER HAS BEEN ADVISED OF THE POSSIBILITY | ||
OF SUCH DAMAGES. | ||
|
||
## Term and Termination | ||
|
||
This EULA is effective upon your acceptance and shall continue until terminated. Your rights under | ||
this EULA will terminate automatically without notice from the Developer if you breach any term of | ||
this EULA. Upon termination, you must cease all use of the Software and destroy all copies in your | ||
possession. | ||
|
||
## Governing Law | ||
|
||
This EULA shall be governed by and construed in accordance with the laws of Romania. Any dispute | ||
arising out of or in connection with this EULA shall be subject to the exclusive jurisdiction of the | ||
competent courts of Bucharest, Romania. | ||
|
||
## Contact Information | ||
|
||
If you have any questions or concerns regarding this EULA, please contact the Developer | ||
at d4rk7355608@gmail.com. | ||
|
||
## Open Source Components | ||
|
||
This Software may incorporate or utilize certain open-source components. These components are | ||
governed by their respective licenses, which can be | ||
found 'About' or 'Legal' section of the app. Your use of these components is | ||
subject to the terms of their respective licenses. | ||
|
||
## Changes to this EULA | ||
|
||
The Developer reserves the right to modify this EULA at any time. Any changes will be effective upon | ||
posting the revised EULA at https://github.com/D4rK7355608/com.d4rk.englishwithlidia.plus/EULA.md. Your | ||
continued use of the Software after the effective date of any changes constitutes your acceptance of | ||
the revised EULA. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
app/src/androidTest/kotlin/com/d4rk/englishwithlidia/ExampleInstrumentedTest.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
app/src/main/kotlin/com/d4rk/englishwithlidia/plus/data/model/ui/button/ButtonState.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.