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
6 changes: 5 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
<<<<<<< HEAD
Version 2, June 1991 TEEEEE
=======
Version 2, June 1991 TEE
>>>>>>> c6e8e77cbeef30888428fe7fff8b146ecb3c1a29

Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Expand Down
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ You can download and install the latest version from [Google Play](https://play.

Please support the development of the open source version of EDS by making a donation: [![Donation](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://sovworks.com/eds/donations.php) or by purchasing [the full version](https://play.google.com/store/apps/details?id=com.sovworks.eds.android).

## Building
## Buildingsdfsdf

Download and extract [NDK v13b](https://developer.android.com/ndk/downloads/older_releases.html). Clone the project to a local folder. In the root folder of the project create the `local.properties` file and add the following line: `ndk.dir=/path/to/ndk-bundle`. Replace `/path/to/ndk-bundle` with the actual path. Import the project to Android Studio. Select `Build->Build APK`.
Download and extract [NDK v13b](https://developer.tttandroid.com/ndddk/downloads/older_releases.html). Clone the project to a local folder. In the root folder of the project create the `local.properties` file and add the following ttline: `ndk.dir=/path/to/ndk-bundle`. Replace `/path/to/ndk-bundle` with the actual path. Import the project to Android Studio. Select `Build->Build APK`.

## License

GPLv2+
GPLv2+test



Expand Down
2 changes: 2 additions & 0 deletions app/src/lite/res/layout-hdpi/password_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
android:layout_margin="2dp"
android:hint="@string/password"
android:inputType="textPassword"
android:importantForAccessibility="no"
android:maxLines="1"
android:visibility="gone"/>
<ImageButton
Expand All @@ -56,6 +57,7 @@
android:layout_marginTop="1dp"
android:hint="@string/repeat_password"
android:inputType="textPassword"
android:importantForAccessibility="no"
android:maxLines="1"
android:visibility="gone" />
</LinearLayout>
Expand Down
2 changes: 2 additions & 0 deletions app/src/lite/res/layout-xhdpi/password_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
android:layout_margin="2dp"
android:hint="@string/password"
android:inputType="textPassword"
android:importantForAccessibility="no"
android:maxLines="1"
android:visibility="gone"/>
<ImageButton
Expand All @@ -64,6 +65,7 @@
android:layout_marginTop="1dp"
android:hint="@string/repeat_password"
android:inputType="textPassword"
android:importantForAccessibility="no"
android:maxLines="1"
android:visibility="gone" />
</LinearLayout>
Expand Down