Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
68 changes: 33 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
*.kpj.user
.idea/
legacy/*/*/build/
release/*/*/build/
release/*/*/tests/
experimental/*/*/build/
packages/*/build/
.cache
.DS_Store
/.project
.vscode/
node_modules/

# compiler is downloaded into tools/kmcomp/
/tools/kmcomp/

# regression tests will be built into /output
/output/

# Program files downloaded -- legacy, these are no longer required
# but we'll keep them in .gitignore so they don't accidentally get
# added into commits
/tools/keyboard_info.distribution.json
/tools/keyboard_info.source.json
/tools/kmcmpdll.dll
/tools/kmcmpdll.x64.dll
/tools/kmcomp.exe
/tools/kmcomp.x64.exe
/tools/kmconvert.exe

.source_is_binary
build_targets.txt
build_external_targets.txt
build_fv_all.txt
build_legacy.txt
# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Log/OS Files
*.log

# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json

# IntelliJ
*.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml

# Keystore files
*.jks
*.keystore

# Google Services (e.g. APIs or Firebase)
google-services.json

# Android Profiling
*.hprof
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Yangap_phone Change History
====================

1.0 (2025-09-23)
----------------
* Created by Asnake Berhanu
23 changes: 23 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:

The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.

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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

© 2025SILEthiopia

Permission 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 OR COPYRIGHT HOLDERS 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.
6 changes: 6 additions & 0 deletions Nyangatom Keyboard/HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Yangap_phone Change History
====================

1.0 (2025-09-23)
----------------
* Created by Asnake Berhanu
23 changes: 23 additions & 0 deletions Nyangatom Keyboard/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:

The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.

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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
21 changes: 21 additions & 0 deletions Nyangatom Keyboard/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

© 2025SILEthiopia

Permission 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 OR COPYRIGHT HOLDERS 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.
149 changes: 149 additions & 0 deletions Nyangatom Keyboard/Nyangatom.kpj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
<?xml version="1.0" encoding="utf-8"?>
<KeymanDeveloperProjectUser>
<ViewState>
<tab>3</tab>
<showhelp>1</showhelp>
<path>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\yangap_phone.kpj</path>
<file ID="id_2a3f9219045327e4d564c994d618fdae" Expanded="1"/>
</ViewState>
<FileStates>
<FileState>
<ID>id_fc723d30b02a4cca7a534518111c1a66</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\.gitattributes</FullPath>
</FileState>
<FileState>
<ID>id_a084b794bc0759e7a6b77810e01874f2</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\.gitignore</FullPath>
</FileState>
<FileState>
<ID>id_ede98e4633e239f933cbfd1f4e1b766c</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\HISTORY.md</FullPath>
</FileState>
<FileState>
<ID>id_718779752b851ac0dc6281a8c8d77e7e</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\LICENSE</FullPath>
</FileState>
<FileState>
<ID>id_53e892b8b41cc4caece1cfd5ef21d6e7</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\LICENSE.md</FullPath>
</FileState>
<FileState>
<ID>id_a5ac2f387096241fb38521ad52d9e419</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\Nyangatom Keyboard.kpj</FullPath>
</FileState>
<FileState>
<ID>id_731c267d1ecb84776386acce2142eb48</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\Nyangatom Keyboard.kpj.user</FullPath>
</FileState>
<FileState>
<ID>id_505044229e72b4688cb0bed66e5954b9</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\Nyangatom.kpj</FullPath>
</FileState>
<FileState>
<ID>id_0730bb7c2e8f9ea2438b52e419dd86c9</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\README.md</FullPath>
</FileState>
<FileState>
<ID>id_8259ba1ad7f1d32c5600c9bd3eb68849</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\yangap.kpj.user</FullPath>
</FileState>
<FileState>
<ID>id_004dc1dad5edd32727cd3bd2314bbea6</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\yangap_phone.kpj</FullPath>
</FileState>
<FileState>
<ID>id_900876a35a2996c81c29e4e2cbd0087d</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\yangap_phone.kpj.user</FullPath>
</FileState>
<FileState>
<ID>id_51f167459f897df041b333fef61dd778</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom Keyboard.kmn</FullPath>
<Debug>False</Debug>
</FileState>
<FileState>
<ID>id_3dc74a3e762ce520e7eb0032c07acfa4</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom Keyboard.kps</FullPath>
</FileState>
<FileState>
<ID>id_7872080524a07674901995b5aa7f27d6</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom Keyboard.kvks</FullPath>
</FileState>
<FileState>
<ID>id_151b3b308ead4ac972374b1d9dbf1481</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom Keyboard.png</FullPath>
</FileState>
<FileState>
<ID>id_fdd27e84a29cc79c375e66b8d8afe6ec</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom.ico</FullPath>
</FileState>
<FileState>
<ID>id_98b3afec8f4ebc5cee0380df4361f7fc</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom.keyman-touch-layout</FullPath>
</FileState>
<FileState>
<ID>id_5f380c1e558939edca9a00df92c23473</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom.kmn</FullPath>
<Debug>False</Debug>
</FileState>
<FileState>
<ID>id_2a3f9219045327e4d564c994d618fdae</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom.kps</FullPath>
</FileState>
<FileState>
<ID>id_5610184d66c8f3eb4266c789b892be4f</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom.kvks</FullPath>
</FileState>
<FileState>
<ID>id_8d87109b3bfd9a0bb30d5b801bb9243e</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom.png</FullPath>
</FileState>
<FileState>
<ID>id_8da344c4cea6f467013357fe099006f5</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\readme.htm</FullPath>
</FileState>
<FileState>
<ID>id_356e5d149c1e539356d72698c1e401a6</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\welcome.htm</FullPath>
</FileState>
<FileState>
<ID>id_f678f1226f19a480241735c7867eb8a9</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\yangap_phone.ico</FullPath>
</FileState>
<FileState>
<ID>id_bb5c8c7825200f3c0377f5ed23dcbc2b</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\yangap_phone.keyman-touch-layout</FullPath>
</FileState>
<FileState>
<ID>id_844400f113dd27040e84000e7ff43a22</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\yangap_phone.kvks</FullPath>
</FileState>
<FileState>
<ID>id_c4a99d13a8b29c479c996e7766409c26</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\..\build\yangap_phone.kmx</FullPath>
</FileState>
<FileState>
<ID>id_45c81eac1ecf0545504543153992c9fb</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\..\build\yangap_phone.js</FullPath>
</FileState>
<FileState>
<ID>id_87f0848bfc1cdbdf1027c346716986fa</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\..\build\yangap_phone.kvk</FullPath>
</FileState>
<FileState>
<ID>id_c296b5df3dc126e219e0173fcbc1baec</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\..\LICENSE.md</FullPath>
</FileState>
<FileState>
<ID>id_8015a1accd2c6e2add79f263d40d4a13</ID>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\yangap_phoneU.png</FullPath>
</FileState>
</FileStates>
<MRU>
<File>
<ID>id_MRU0</ID>
<Filename>Nyangatom.kps</Filename>
<FileType>.kps</FileType>
<FullPath>C:\Users\Mesfin\Documents\Keyman Developer\Projects\Nyangatom Keyboard\source\Nyangatom.kps</FullPath>
</File>
</MRU>
</KeymanDeveloperProjectUser>
2 changes: 2 additions & 0 deletions Nyangatom Keyboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# yangap_phone
This is Neyangatom keyboard for Andriod
Binary file added Nyangatom Keyboard/source/Nyangatom.ico
Binary file not shown.
1 change: 1 addition & 0 deletions Nyangatom Keyboard/source/Nyangatom.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading