Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subins2000/manglish
A malayalam to manglish converter Android app
https://github.com/subins2000/manglish
android foss java malayalam manglish
Last synced: about 8 hours ago
JSON representation
A malayalam to manglish converter Android app
- Host: GitHub
- URL: https://github.com/subins2000/manglish
- Owner: subins2000
- License: gpl-3.0
- Created: 2019-05-12T17:15:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T11:04:36.000Z (5 months ago)
- Last Synced: 2024-08-04T01:09:08.953Z (3 months ago)
- Topics: android, foss, java, malayalam, manglish
- Language: Java
- Homepage:
- Size: 8.61 MB
- Stars: 33
- Watchers: 2
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manglish
A malayalam to manglish converter Android app.
[More about this app](https://subinsb.com/manglish)
[Donate](https://subinsb.com/malayalam-to-manglish-converter/#donate)
[](https://f-droid.org/packages/subins2000.manglish/)
[](https://play.google.com/store/apps/details?id=subins2000.manglish)## LICENSE
```
Manglish, malayalam to manglish converter
Copyright (C) 2019 Subin SibyThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the LicenseThis program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```[GNU GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only)
## Publishing
[fastlane supply](https://docs.fastlane.tools/actions/supply/) is used to publish to Google Play. This metadata is also [used by F-Droid](https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/).
See `fastlane/` folder.
* Update version in `app/build.gradle` file
* Add changelog
* Update screenshots
* Make release APK```
fastlane supply --apk app/release/app-release.apk --json-key api-file.json --track production --rollout 0.5 --package_name subins2000.manglish
```