Skip to content

Commit

Permalink
Chimee 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Nov 21, 2018
1 parent e7cbaa5 commit f259f3a
Show file tree
Hide file tree
Showing 7 changed files with 228 additions and 539 deletions.
368 changes: 184 additions & 184 deletions .idea/workspace.xml

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions Chimee.iml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="Chimee" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
Expand Down
360 changes: 21 additions & 339 deletions LICENSE

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Chimee
Version 2.0.0

在安卓系统上用蒙文发微信
Version 3.0.0

用户可以在安卓手机或平板电脑上写传统蒙古文并分享到微信好友、微信朋友圈等多种社交平台。
在安卓系统上写蒙文

此软件还有很多缺点,欢迎大家提供意见、建议。为了共同发展,希望以后更多的开发者会选择发布开源的蒙文软件。

Chimee is a traditional Mongolian messaging app for Android.
Chimee is a traditional Mongolian writing app for Android.

http://www.studymongolian.net/apps/chimee/zh/
2 changes: 2 additions & 0 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,12 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant_run_split_apk_resources" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/javac" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/linked_res_for_bundle" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint_jar" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifest-checker" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/merged_assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/merged_manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/module_bundle" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/prebuild" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/processed_res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/proguard-rules" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import java.util.ArrayList;
import java.util.List;


public class SettingsActivity extends AppCompatActivity {


Expand Down Expand Up @@ -158,8 +159,10 @@ public void onCodeConverterClick(View view) {
}

public void onHelpClick(View view) {
Intent intent = new Intent(this, HelpActivity.class);
startActivity(intent);
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(HelpActivity.HELP_URL));
startActivity(browserIntent);
//Intent intent = new Intent(this, HelpActivity.class);
//startActivity(intent);
}

public void onAboutClick(View view) {
Expand Down
13 changes: 13 additions & 0 deletions privacy-policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Chimee Privacy Policy

### Collection of personal information

We do not collect any personal information in this app. The words you type are stored in a local database on your phone in order to allow the keyboard to provide suggestions. Your shared messages are also stored on a local database. You can delete this data by uninstalling the app. Your saved documents and images are saved locally on your phone.

### Disclosure of personal information

As we do not collect any personal information, none of your personal information is shared with any third party.

### Policy changes

Any changes to this policy will be posted as an update of the App. You are advised to regularly view our most recent privacy policy.

0 comments on commit f259f3a

Please sign in to comment.