Howard Liberty

Results 195 comments of Howard Liberty

Both dropbox and Google are still working on my phone. However, I received the warning that embeded authorization requeset will be blocked after 4/20/2017 for Google. So I have to...

Comment [#1](https://code.google.com/p/anymemo/issues/detail?id=339#c1) originally posted by helloworld1 on 2014-12-18T19:13:57.000Z: Are you able to compile AnyMemo? It looks like the support library has some problems. Could you clean the project and build...

Comment [#2](https://code.google.com/p/anymemo/issues/detail?id=339#c2) originally posted by helloworld1 on 2014-12-19T07:13:10.000Z: Hi, I tried to clean/build the project. Additionally I deleted the build directory manually. I does not help :-(

Comment [#3](https://code.google.com/p/anymemo/issues/detail?id=339#c3) originally posted by helloworld1 on 2014-12-19T07:33:09.000Z: Maybe it is related: https://code.google.com/p/android/issues/detail?id=78058 You can try to reinstall the SDK.

Comment [#4](https://code.google.com/p/anymemo/issues/detail?id=339#c4) originally posted by helloworld1 on 2014-12-22T23:27:54.000Z: Hi, now this topic is solved. The statement to simply download the head from github probably leads to an inconsistent project. In...

Thanks for reporting this issue. I am able to reproduce the issue. First the downloaded CSV file is not actually CSV (Comma separated values), it is separated by tabs. AnyMemo...

Did you try the CSV files exported from AnyMemo? Looks like it can be imported successfully. So at least, some properly formatted CSV file works fine.

I tried it out and the CSV file seems to be valid and importable by AnyMemo. But the import process failed. It is likely a bug in AnyMemo that is...

The async task should continue to execute until it is done. Once the async task is done, it should release the reference to the Activity. I still wonder why. Looks...

Actually a known UI issue. I haven't had a chance to fix it. Originally the implementation has a infinite loop issue for selection because it is listening to each other's...