kailIII / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Encryption fails because of missing android.util.Base64 class #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check "Encrypt notifications"
2. Enter a passphrase
3. App crashes

What is the expected output? What do you see instead?

We should be able to enter a passphrase

What version of the product are you using? On what operating system?

android notifier 0.2.7, android 2.1 on motorola milestone (european droid)

Please provide any additional information below.

The log shows a java.lang.NoClassDefFoundError on android.util.Base64 class.

Original issue reported on code.google.com by BeussLeM...@gmail.com on 27 Sep 2010 at 9:04

GoogleCodeExporter commented 9 years ago
Agghhh, my fault completely, I didn't realize this class is Froyo-only. Fixing 
right now.

Original comment by rdamazio@gmail.com on 27 Sep 2010 at 1:56

GoogleCodeExporter commented 9 years ago
Issue 177 has been merged into this issue.

Original comment by rdamazio@gmail.com on 27 Sep 2010 at 1:56

GoogleCodeExporter commented 9 years ago
Fixed in r314, preparing a new release.

Original comment by rdamazio@gmail.com on 27 Sep 2010 at 2:05

GoogleCodeExporter commented 9 years ago
Released, please verify.

Original comment by rdamazio@gmail.com on 27 Sep 2010 at 2:09

GoogleCodeExporter commented 9 years ago
Seems to be ok (no more exception) but since I cannot find the encryption 
option on desktop app, I cannot fully test

Original comment by BeussLeM...@gmail.com on 27 Sep 2010 at 5:24

GoogleCodeExporter commented 9 years ago
Encryption is available in the mac desktop app (from the download area in this 
project), which right now is still the only one i develop directly. We're in 
the process of replacing that with the multiplatform app developed by Leandro, 
but we're not there yet.

Original comment by rdamazio@gmail.com on 27 Sep 2010 at 5:29