Commit Graph

1744 Commits

Author SHA1 Message Date
Ernir Erlingsson 27edc2e3e8 code and ui refactoring in the Password activity, encapsulation and wrappers. 2015-12-10 11:01:00 +01:00
akwizgran a5afa2ef93 Merge branch '161-hidden-service-directory' into 'master'
Create hidden service in a subdirectory. #161

The permissions for the parent directory are too permissive (775) for Tor 0.2.7.5. Store the hidden service hostname and private key in a subdirectory with permissions 700.

See merge request !5
2015-12-09 13:21:54 +00:00
Ernir Erlingsson 2a61fa94d1 modified .gitignore and removed *.iml from git 2015-12-09 00:33:22 +01:00
akwizgran 3bf29fb6f2 Merge branch '38-touching-startup-failure-notification-should-show-details' into 'master'
Touching startup failure notification now shows details

The text of the startup failure notification is unhelpful due to lack of
space. Touching the notification now launches an activity that gives details
of the problem and what can be done about it.

Closes #38

See merge request !7
2015-12-08 15:03:05 +00:00
Torsten Grote c57014e92b Merge branch '162-build-with-latest-sdk' into 'master'
Build with SDK 23, continue to target SDK 22. #162

This will allow people to download Android Studio, check out and build the project without extra steps. Compiling with the latest SDK is recommended even if your target is older (as ours is).

See merge request !6
2015-12-08 14:10:07 +00:00
Torsten Grote f4538df679 Touching startup failure notification now shows details
The text of the startup failure notification is unhelpful due to lack of
space. Touching the notification now launches an activity that gives details
of the problem and what can be done about it.

Closes #38
2015-12-08 11:52:20 -02:00
akwizgran eb2ff92161 Build with SDK 23, continue to target SDK 22. #162 2015-12-08 13:06:04 +00:00
akwizgran f0558ceb7a Merge branch '159-improve-setup-errors' into 'master'
Show setup page error messages by the relevant text box

Closes #159 

See merge request !3
2015-12-08 12:59:30 +00:00
akwizgran 2b71e70144 Merge branch '100-hide-strength-meter' into 'master'
Hide password strength meter when confirming password

Closes #100

I opted to hide the strength meter because:

* more extensive changes would have been required to set the strength meter to 100% red.
* IMHO it would lead to confusion as to the meaning of the strength meter.
* the "passwords do not match" error should eventually become a proper error of the confirm EditText, not a separate label.

See merge request !2
2015-12-08 12:57:43 +00:00
akwizgran e4ac6d3afd Create hidden service in a subdirectory. #161
The permissions for the parent directory are too permissive (775) for Tor 0.2.7.5. The subdirectory is created with permissions 700.
2015-12-08 12:26:00 +00:00
str4d 383cb651bc Show setup page error messages by the relevant text box 2015-12-08 07:13:14 +00:00
str4d 11deb5728f Hide password strength meter when confirming password 2015-12-08 06:49:55 +00:00
str4d ceef31599b Clear the password field if wrong password is entered 2015-12-08 06:06:16 +00:00
akwizgran 061479dd68 Set source and target version to Java 6 in subprojects. 2015-12-04 10:12:01 +00:00
akwizgran 3872265d55 Upgraded Tor to 0.2.7.5 with OpenSSL 1.0.2e. #148 2015-12-03 21:46:16 +00:00
akwizgran 1dc75c1b9f We don't need to bundle SortJar. 2015-12-03 17:14:13 +00:00
akwizgran 53f6f24d53 Don't enable Bluetooth by default. #99 2015-12-03 17:13:49 +00:00
akwizgran 8529c976c2 Renamed a bunch of lock variables.
"synchLock" will become confusing when we have lots of objects with "sync" in the name.
2015-12-03 16:39:53 +00:00
akwizgran 4f59491c9f Upgraded Tor to 0.2.6.9 with OpenSSL 1.0.2d. 2015-12-03 16:21:55 +00:00
akwizgran 08e7cc8e0c Updated Gradle wrapper. 2015-12-03 11:56:49 +00:00
akwizgran 8ae3fb3e35 Upgraded Spongy Castle to 1.53, fixed tests. #146 2015-12-03 11:12:16 +00:00
akwizgran 427efdc7d6 Raise minimum Java version to 6, upgrade H2. #24 2015-12-02 14:59:51 +00:00
akwizgran 2b12f0d438 Set source and target to Java 6 in Android Studio. 2015-12-02 13:25:06 +00:00
akwizgran c65ea9a896 Source should be Java 6, don't use diamond operator. 2015-12-02 13:22:23 +00:00
akwizgran 79d9b4b6af Raised minimum Android version to 2.3 (API 9). #23 2015-12-02 13:20:55 +00:00
akwizgran 7841ae52ca Renamed SerialModule, fixed Roboguice module list. 2015-11-30 16:47:33 +00:00
akwizgran 7eb7257076 Added project files for Android Studio. 2015-11-30 11:49:44 +00:00
akwizgran db6d277887 Bumped expiry date to 1 Jan 2016. 2015-11-30 11:02:33 +00:00
akwizgran 027ae8340f Whitespace-only code formatting changes. 2015-11-30 09:38:25 +00:00
akwizgran 32c9ce50d9 Moved the messaging protocol one step closer to BSP.
This breaks backward compatibility for the wire protocol and messages
stored in the database. The database schema version has been
incremented.
2015-05-01 16:59:27 +01:00
akwizgran ffcc8b6b38 Bumped version to 0.9. 2015-04-29 15:11:29 +01:00
akwizgran dea5a44724 Simpler forum sharing UX. 2015-04-29 15:08:58 +01:00
akwizgran ec7eb386f5 Bumped expiry date to 15 May 2015. 2015-04-27 15:20:53 +01:00
akwizgran 6135bea2b4 Support Tor on Android x86 (thanks to n8fr8). 2015-04-16 08:02:57 +01:00
akwizgran 92d26f7867 Use strict mode to log potential problems with testing builds. 2015-04-08 08:50:40 +01:00
akwizgran aa70900ed9 Fixed Eclipse classpath to export new Bouncy Castle jar. 2015-04-08 08:50:07 +01:00
akwizgran 8f06880708 Upgraded Tor to 0.2.5.12 with libevent 2.0.22. 2015-04-07 23:01:06 +01:00
akwizgran 6e7578a0e0 Don't try to access Build.CPU_ABI2 on API version 7. 2015-04-07 19:11:59 +01:00
akwizgran f2d3e4cb81 Remove crash handler when handling first crash. Fixes bug #76. 2015-04-07 19:07:57 +01:00
akwizgran e4a79b8125 Bumped APK version to 0.8. 2015-04-05 16:42:23 +01:00
akwizgran 84596baddb Bumped expiry date to 1 May 2015. 2015-04-05 16:37:46 +01:00
akwizgran 56f24d462e Change target of gradle build to Android 5.1. 2015-04-04 12:19:46 +01:00
akwizgran b558218d48 Upgraded Bouncy Castle to 1.52. 2015-04-04 12:19:22 +01:00
akwizgran a1d2aaf10e Use JDK 1.7, target Android 5.1. 2015-04-03 20:56:01 +01:00
akwizgran 10924709d0 Use PIE Tor binary on API version 16+. 2015-03-23 11:03:00 +00:00
akwizgran 0be467f4f5 Updated Tor GeoIP database. 2015-03-23 11:01:27 +00:00
akwizgran b791ce02b6 Insert padding between password strength meter and progress spinner. 2015-03-23 11:00:54 +00:00
akwizgran a9489a519b Upgraded Tor to 0.2.5.11 with OpenSSL 1.0.2a. 2015-03-20 14:23:53 +00:00
akwizgran a5b1d92eae Log discovered devices to track down discovery bugs. 2015-03-11 10:24:53 +00:00
Alexander Løvik Stevenson 35212a49dc Bumped expiry date to 1 PAril 2015. 2015-03-05 14:05:24 +01:00