Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
prepared alpha for G AppStore
Browse files Browse the repository at this point in the history
prepared alpha for G AppStore
  • Loading branch information
ELC201203 committed May 3, 2014
1 parent 4203e34 commit 68307be
Show file tree
Hide file tree
Showing 63 changed files with 1,291 additions and 1,273 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.namsor.api.samples.gendre"
android:versionCode="5"
android:versionName="0.0.7"
android:versionCode="6"
android:versionName="0.0.8"
android:installLocation="auto">

<uses-sdk
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Predict gender from contact name. Gendre enriches Android contact titles (Mr., M

![GenderApp](https://raw.githubusercontent.com/namsor/gendreapp/master/gendre_logo_v128.png)

Get Gendre_v006 now:
https://raw.githubusercontent.com/namsor/gendreapp/master/dist/Gendre_v006.apk
Get Gendre_v007 now:
https://raw.githubusercontent.com/namsor/gendreapp/master/dist/Gendre_v007.apk
On Opera
http://apps.opera.com/en_en/gender_app.html

Get the latest dev version:
https://raw.githubusercontent.com/namsor/gendreapp/master/bin/Gendre.apk
Expand All @@ -14,6 +16,7 @@ We recommend backing up your contacts before running the program.

## Features
- Possibility to choose between three Title formats : Classic (Ms.,Mr.,M.), Gender (♀,♂,∅), Heart (♥,♤,♢), Chinese (女, 男) or Custom
- Creates groups to easily filter contacts (Male/Female)
- The gender prediction runs as a background service (every 10 sec, or 1 min, or 10 min or 1 hour)
- Your existing Title data (Mr., Dr. etc.) is not overwritten, unless you specifically request a wipe
- Once all contacts are genderized, the App shows a summary of how many Female / Male contacts were detected
Expand Down
3 changes: 3 additions & 0 deletions RELEASING.txt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"C:\Program Files\Java\jdk1.7.0_51\bin\keytool" -genkey -v -keystore C:\Users\ELC201203\.android\gendreapp.keystore
-alias gendreapp -keyalg RSA -keysize 2048 -validity 10000
B...3hejks
Empty file added RELEASING.txt.txt~
Empty file.
4 changes: 2 additions & 2 deletions bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.namsor.api.samples.gendre"
android:versionCode="5"
android:versionName="0.0.7"
android:versionCode="6"
android:versionName="0.0.8"
android:installLocation="auto">

<uses-sdk
Expand Down
Binary file modified bin/Gendre.apk
Binary file not shown.
Loading

0 comments on commit 68307be

Please sign in to comment.