Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xgouchet/ted
Ted is a text editor for Android, written in java
https://github.com/xgouchet/ted
Last synced: about 2 months ago
JSON representation
Ted is a text editor for Android, written in java
- Host: GitHub
- URL: https://github.com/xgouchet/ted
- Owner: xgouchet
- Created: 2012-02-28T09:53:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:15:13.000Z (about 2 years ago)
- Last Synced: 2024-11-09T00:31:26.412Z (2 months ago)
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=fr.xgouchet.texteditor
- Size: 817 KB
- Stars: 90
- Watchers: 13
- Forks: 53
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ABOUT
Ted is an Open Source, Ad-free, lightweight text editor for Android, meant as a Notepad application, and not meant to edit big files.
You can create new text file, open existing files and of course save them. You can also display line numbers and open recent files. You can also search for text inside the opened file.The official Ted app is available on the [Google Play Store](https://play.google.com/store/apps/details?id=fr.xgouchet.texteditor).
## Icons
All the icons and graphics used in Ted are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
# LICENCE
Copyright (C) 2012 by Xavier GOUCHET (http://xgouchet.fr, [email protected])
MIT Licence / ExpatPermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.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 NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS ( XAVIER GOUCHET ) 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.