diff --git a/.idea/libraries/support_annotations_21_0_3.xml b/.idea/libraries/support_annotations_21_0_3.xml index 64c9f2a..2b841e5 100644 --- a/.idea/libraries/support_annotations_21_0_3.xml +++ b/.idea/libraries/support_annotations_21_0_3.xml @@ -1,11 +1,11 @@ - + - + \ No newline at end of file diff --git a/.idea/libraries/support_v4_21_0_3.xml b/.idea/libraries/support_v4_21_0_3.xml index 4411d37..58d5624 100644 --- a/.idea/libraries/support_v4_21_0_3.xml +++ b/.idea/libraries/support_v4_21_0_3.xml @@ -1,13 +1,13 @@ + - - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 4ae8d54..4f96d27 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ - + diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..7d6933b --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,7 @@ +CHANGELOG ENIGMANDROID + +v0.1.3-14.03.2015< +*Added About Dialog with ChangeLog-Button +*Moved Version Info into About Dialog +*Updated License Files +*Fixed Landscape Layout \ No newline at end of file diff --git a/License.md b/License.md index d7f1051..77db3e0 100644 --- a/License.md +++ b/License.md @@ -277,63 +277,4 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - {description} - Copyright (C) {year} {fullname} - - This 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; either version 2 of the License, or - (at your option) any later version. - - This 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, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - {signature of Ty Coon}, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. + END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/app/app-release.apk b/app/app-release.apk new file mode 100644 index 0000000..fc7dba4 Binary files /dev/null and b/app/app-release.apk differ diff --git a/app/app.iml b/app/app.iml index 4a23228..2459d0c 100644 --- a/app/app.iml +++ b/app/app.iml @@ -85,8 +85,8 @@ - + diff --git a/app/build.gradle b/app/build.gradle index a229069..b82c414 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "de.vanitasvitae.enigmandroid" minSdkVersion 15 targetSdkVersion 21 - versionCode 8 - versionName "0.1.2-24.02.2015-beta" + versionCode 9 + versionName "0.1.3-14.03.2015-beta" } buildTypes { release { diff --git a/app/src/main/java/de/vanitasvitae/enigmandroid/Enigma.java b/app/src/main/java/de/vanitasvitae/enigmandroid/Enigma.java index 67c0a55..4b804ca 100644 --- a/app/src/main/java/de/vanitasvitae/enigmandroid/Enigma.java +++ b/app/src/main/java/de/vanitasvitae/enigmandroid/Enigma.java @@ -3,7 +3,21 @@ package de.vanitasvitae.enigmandroid; /** * Enigma-machine - * + *Copyright (C) 2015 Paul Schaub + + This 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; either version 2 of the License, or + (at your option) any later version. + + This 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * @author vanitasvitae */ public class Enigma diff --git a/app/src/main/java/de/vanitasvitae/enigmandroid/MainActivity.java b/app/src/main/java/de/vanitasvitae/enigmandroid/MainActivity.java index 36a9ce4..04f61c7 100644 --- a/app/src/main/java/de/vanitasvitae/enigmandroid/MainActivity.java +++ b/app/src/main/java/de/vanitasvitae/enigmandroid/MainActivity.java @@ -1,3 +1,21 @@ +/** + * Copyright (C) 2015 Paul Schaub + + This 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; either version 2 of the License, or + (at your option) any later version. + + This 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + package de.vanitasvitae.enigmandroid; import android.app.Activity; @@ -5,6 +23,7 @@ import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; +import android.net.Uri; import android.os.Bundle; import android.preference.PreferenceManager; import android.view.View; @@ -29,6 +48,7 @@ public class MainActivity extends Activity private EditText output; private static final int RESULT_SETTINGS = 1; + private static final String URI_CHANGELOG = "https://github.com/vanitasvitae/EnigmAndroid/blob/master/CHANGELOG.txt"; private Enigma enigma; //memory for the ringsettings @@ -59,13 +79,7 @@ public class MainActivity extends Activity public boolean onOptionsItemSelected(MenuItem item) { int id = item.getItemId(); - if (id == R.id.action_version) - { - Toast.makeText(this.getApplicationContext(), R.string.version, - Toast.LENGTH_SHORT).show(); - return true; - } - else if (id == R.id.action_reset) + if (id == R.id.action_reset) { this.reset(); Toast.makeText(getApplicationContext(), R.string.message_reset, @@ -82,6 +96,11 @@ public class MainActivity extends Activity Intent i = new Intent(this, SettingsActivity.class); startActivityForResult(i, RESULT_SETTINGS); } + else if (id == R.id.action_about) + { + showAboutDialog(); + return true; + } return super.onOptionsItemSelected(item); } @@ -241,7 +260,7 @@ public class MainActivity extends Activity } /** - * Show the dialog where the user can pick the ringsettings and set them if the user doesnt abort. + * Show the dialog where the user can pick the ringsettings and set them if the user doesn't abort. */ public void showRingsettingsDialog() { @@ -290,6 +309,31 @@ public class MainActivity extends Activity }).show(); } + public void showAboutDialog() + { + final View aboutView = View.inflate(this, R.layout.dialog_about, null); + + AlertDialog.Builder builder = new AlertDialog.Builder(this); + builder.setTitle(R.string.title_about_dialog); + builder.setView(aboutView) + .setCancelable(true) + .setPositiveButton(R.string.dialog_positiv, new DialogInterface.OnClickListener() + { + public void onClick(DialogInterface dialog, int id) + { + dialog.dismiss(); + } + }) + .setNegativeButton(R.string.button_show_changelog, new DialogInterface.OnClickListener() + { + public void onClick(DialogInterface dialog, int id) + { + dialog.cancel(); + openWebPage(URI_CHANGELOG); + } + }).show(); + } + protected void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data); @@ -297,11 +341,17 @@ public class MainActivity extends Activity case RESULT_SETTINGS: { SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(this); - boolean an = sharedPrefs.getBoolean("prefAnomaly", true); - System.out.println(an); - this.anomaly = an; + this.anomaly = sharedPrefs.getBoolean("prefAnomaly", true); break; } } } + + public void openWebPage(String url) { + Uri webpage = Uri.parse(url); + Intent intent = new Intent(Intent.ACTION_VIEW, webpage); + if (intent.resolveActivity(getPackageManager()) != null) { + startActivity(intent); + } + } } diff --git a/app/src/main/java/de/vanitasvitae/enigmandroid/Plugboard.java b/app/src/main/java/de/vanitasvitae/enigmandroid/Plugboard.java index 74e46e8..709a581 100644 --- a/app/src/main/java/de/vanitasvitae/enigmandroid/Plugboard.java +++ b/app/src/main/java/de/vanitasvitae/enigmandroid/Plugboard.java @@ -2,7 +2,21 @@ package de.vanitasvitae.enigmandroid; /** * Class representing the plugboard - * + *Copyright (C) 2015 Paul Schaub + + This 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; either version 2 of the License, or + (at your option) any later version. + + This 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * @author vanitasvitae */ public class Plugboard diff --git a/app/src/main/java/de/vanitasvitae/enigmandroid/Rotor.java b/app/src/main/java/de/vanitasvitae/enigmandroid/Rotor.java index dd4ae9e..f7cd92b 100644 --- a/app/src/main/java/de/vanitasvitae/enigmandroid/Rotor.java +++ b/app/src/main/java/de/vanitasvitae/enigmandroid/Rotor.java @@ -2,7 +2,21 @@ package de.vanitasvitae.enigmandroid; /** * Class representing a rotor of the Enigma machine (I-V,A-C) - * + *Copyright (C) 2015 Paul Schaub + + This 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; either version 2 of the License, or + (at your option) any later version. + + This 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * @author vanitas */ public class Rotor diff --git a/app/src/main/java/de/vanitasvitae/enigmandroid/SettingsActivity.java b/app/src/main/java/de/vanitasvitae/enigmandroid/SettingsActivity.java index 31c5c65..eaa4be6 100644 --- a/app/src/main/java/de/vanitasvitae/enigmandroid/SettingsActivity.java +++ b/app/src/main/java/de/vanitasvitae/enigmandroid/SettingsActivity.java @@ -3,6 +3,25 @@ package de.vanitasvitae.enigmandroid; import android.os.Bundle; import android.preference.PreferenceActivity; +/** + * Class that represents the settings activity. + * Copyright (C) 2015 Paul Schaub + + This 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; either version 2 of the License, or + (at your option) any later version. + + This 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + *@author vanitasvitae + */ public class SettingsActivity extends PreferenceActivity { @Override diff --git a/app/src/main/res/layout-land/activity_main.xml b/app/src/main/res/layout-land/activity_main.xml index abd0e43..999fa12 100644 --- a/app/src/main/res/layout-land/activity_main.xml +++ b/app/src/main/res/layout-land/activity_main.xml @@ -8,6 +8,7 @@ android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity"> + + + + + + + android:text="@string/button_crypt" + android:background="@drawable/button"/> + + + + - diff --git a/app/src/main/res/layout/dialog_about.xml b/app/src/main/res/layout/dialog_about.xml new file mode 100644 index 0000000..84cdf9e --- /dev/null +++ b/app/src/main/res/layout/dialog_about.xml @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/menu/main.xml b/app/src/main/res/menu/main.xml index 5a23c78..a8e82ee 100644 --- a/app/src/main/res/menu/main.xml +++ b/app/src/main/res/menu/main.xml @@ -2,10 +2,6 @@ xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity" > - + diff --git a/app/src/main/res/values-de/about_dialog_resources.xml b/app/src/main/res/values-de/about_dialog_resources.xml new file mode 100644 index 0000000..0228e19 --- /dev/null +++ b/app/src/main/res/values-de/about_dialog_resources.xml @@ -0,0 +1,41 @@ + + + + Changelog + + Über + Über EnigmAndroid + EnigmAndroid ist die Implementation einer Simulation der Enigma Maschine. + Die Enigma Maschine ist eine in den 1920er Jahren entwickelte Verschlüsselungsmaschine, + die unter anderem im zweiten Weltkrieg von der deutschen Wehrmacht eingesetzt wurde, + um geheime Nachrichten zu verschlüsseln. Dabei wird jeder einzelne Buchstabe elektronisch + durch eine Reihe von rotierbaren Walzen geleitet, sodass nach jedem Buchstaben ein anderes + Verschlüsselungsalphabet genutzt wird (Polyalphabetische Substitution). + Die Walzen konnte man aus einem Set von 5 Walzen wählen. Zusätzlich gab es ein Steckbrett, an dem + man Buchstaben von Hand vertauschen konnte. + + + Bedienungsanleitung + Um einen Text mit EnigmAndroid zu ver- oder entschlüsseln, tippen Sie den Klar- oder Geheimtext in das Feld \"Hier tippen\". + Wählen Sie anschließend eine Umkehrwalze, und Walzen für die Plätze 1 bis 3 aus. Legen Sie außerdem die Startpositionen der Walzen fest. + Zuletzt können Sie noch einige Steckerpaare auf dem Steckbrett festlegen. Tippen Sie dazu die gewünschten Paare mit Komma getrennt in das entsprechende Textfeld (zb. \"ab,cd\"). + Beachten Sie, dass Sie einen Stecker nicht doppelt nutzen dürfen. + Optional können Sie auch noch die Ringstellung definieren. Öffnen Sie dazu das Optionsmenü und wählen Sie den Punkt \"Ringstellung\". + Haben Sie alle Einstellungen getätigt klicken Sie auf den Button \"Ver-Entschlüsseln\". + + Entwickler + EnigmAndroid wird entwickelt von: \nPaul Schaub + + Disclaimer + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/app/src/main/res/values/about_dialog_resources.xml b/app/src/main/res/values/about_dialog_resources.xml new file mode 100644 index 0000000..4323fcc --- /dev/null +++ b/app/src/main/res/values/about_dialog_resources.xml @@ -0,0 +1,38 @@ + + + + Changelog + + About + About EnigmAndroid + EnigmAndroid is an implementation of a simulation of the Enigma Machine. + The Enigma Machine is a cypher machine developed in the 1920s. It was used by the german Wehrmacht to + encipher secret messaged during the second world war. For enciphering text, every letter is passed through 3 mechanical rotors that rotate with every keypress. + That way the enigma achieves polyalphabetic substitution and the output appears random. The rotors could be chosen from a set of 5. Additionally there was a + so called plugboard, where one could switch over pairs of letters. + + + How to use + To encrypt/decrpyt a message, you can type it into the input field. + Afterwards you can select a reflector and the three rotors. Also select their initial positions. + Then you can set pairs on the plugboard. Therefore you just type the pairs separated by commas (e.g. \"ab,cd\"). + Notice that you can\'t plug a letter twice. + Optionally you can set custom ring settings. Open the options menu and select \"Ringsettings\". + When you are ready press \"En-/Decrypt!\". + + Developer + EnigmAndroid is developed by: \nPaul Schaub + + Disclaimer + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 25ca8f5..a95d2ec 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - 0.1.2-24.02.2015 + 0.1.3-14.03.2015 EnigmAndroid Version Reset diff --git a/build/intermediates/dex-cache/cache.xml b/build/intermediates/dex-cache/cache.xml index fcba2a9..a32e652 100644 --- a/build/intermediates/dex-cache/cache.xml +++ b/build/intermediates/dex-cache/cache.xml @@ -2,25 +2,25 @@ - - - - - - - + + + + + + + diff --git a/build/intermediates/model_data.bin b/build/intermediates/model_data.bin index e400526..36e6fab 100644 Binary files a/build/intermediates/model_data.bin and b/build/intermediates/model_data.bin differ diff --git a/de.vanitasvitae.enigmAndroid.txt b/de.vanitasvitae.enigmAndroid.txt deleted file mode 100644 index 396f8bd..0000000 --- a/de.vanitasvitae.enigmAndroid.txt +++ /dev/null @@ -1,47 +0,0 @@ -Categories:Science & Education -License:GPLv3 -Web Site: https://github.com/vanitasvitae/EnigmAndroid -Source Code: https://github.com/vanitasvitae/EnigmAndroid -Issue Tracker: https://github.com/vanitasvitae/EnigmAndroid/issues -Summary: Simulation of the Enigma Machine -Description: -This is a simulation of the famous Enigma cipher machine used in the twentieth century and especially in the Second World War to encipher and decipher secret messages. -The Enigma Machine was a typewriter-like machine with 26 keys and corresponding lamps. It used a set of mechanical Rotors to achieve polyalphabetic substitution. -For even more scrambling there was a so called plugboard, where the sender of a message could connect pairs of letters to switch them over. - -The Enigma Machine was broken during the second world war by the work of the allies (the three Polish cryptologists, Marian Rejewski, Jerzy Różycki and Henryk Zygalski created a Machine called "Bomba" which could break the enigma code. -After Germany invaded Poland, the work on breaking the enigma mainly took place in the UK. The british mathematician Alan Turing (known for his work on theoretical computer science) succeeded in completely breaking the Enigma. - -Features: - * Authentic Rotors - * Ringsettings - * Double Step Anomaly - * Working plugboard - -More Information about the historical Enigma can be found on Wikipedia.org -(I recommend the german article, since it is very detailed.) -. - - -Repo Type:git -Repo:https://github.com/vanitasvitae/EnigmAndroid - -Build:0.1.1-18.02.2015-beta,6 - commit=707cdfcff66aababce83af1769ba9d8527067c8d - subdir=app - gradle=yes - -Build:0.1.1-23.02.2015-beta,7 - commit=965aee43dd998c7f0fc70093e53ac05fd7311eab - subdir=app - gradle=yes - -Build:0.1.2-24.02.2015-beta,8 - commit=310e44029ae1ee3754c630d923cb8f5468ea26d3 - subdir=app - gradle=yes - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:0.1.2-24.02.2015-beta -Current Version Code:8 diff --git a/de.vanitasvitae.enigmandroid.txt b/de.vanitasvitae.enigmandroid.txt new file mode 100644 index 0000000..0876ffb --- /dev/null +++ b/de.vanitasvitae.enigmandroid.txt @@ -0,0 +1,46 @@ +Categories:Science & Education +License:GPLv2 +Web Site: https://github.com/vanitasvitae/EnigmAndroid/wiki/EnigmAndroid +Source Code: https://github.com/vanitasvitae/EnigmAndroid +Issue Tracker: https://github.com/vanitasvitae/EnigmAndroid/issues +Summary: Simulation of the Enigma Machine +Description: +This is a simulation of the famous Enigma cipher machine used in the twentieth century and especially in the Second World War. +The Enigma Machine was a typewriter-like machine with 26 keys and corresponding lamps. It used a set of mechanical Rotors to achieve polyalphabetic substitution. + +The Enigma Machine was broken during the second world war by Marian Rejewski, Jerzy Różycki and Henryk Zygalski, who created a Machine called "Bomba" which could break the enigma code. +After Germany invaded Poland, the british mathematician Alan Turing (known for his work on theoretical computer science) succeeded in completely breaking the Enigma. + +Features: +* Authentic Rotors +* Ringsettings +* Double Step Anomaly +* Working plugboard + +More Information about the historical Enigma can be found on https://de.wikipedia.org/wiki/Enigma_%28Maschine%29 +. + + +Repo Type:git +Repo:https://github.com/vanitasvitae/EnigmAndroid + +Build:0.1.1-18.02.2015-beta,6 + commit=707cdfcff66aababce83af1769ba9d8527067c8d + subdir=app + gradle=yes + +Build:0.1.1-23.02.2015-beta,7 + commit=965aee43dd998c7f0fc70093e53ac05fd7311eab + subdir=app + gradle=yes + +Build:0.1.2-24.02.2015-beta,8 + commit=310e44029ae1ee3754c630d923cb8f5468ea26d3 + subdir=app + gradle=yes + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.1.2-24.02.2015-beta +Current Version Code:8 + diff --git a/gradlew b/gradlew old mode 100755 new mode 100644 diff --git a/local.properties b/local.properties index 9b5e2d0..5297dba 100644 --- a/local.properties +++ b/local.properties @@ -7,5 +7,5 @@ # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. -#Tue Feb 24 18:25:34 CET 2015 -sdk.dir=/media/Daten/android-studio/android-sdk-linux +#Thu Mar 12 23:34:48 CET 2015 +sdk.dir=/media/Daten/android-sdk-linux