Hans-Christoph Steiner
Hans-Christoph Steiner
``` java.lang.NullPointerException at info.guardianproject.notepadbot.NotesDbAdapter.close(NotesDbAdapter.java:161) at info.guardianproject.notepadbot.NoteCipher.lockDatabase(NoteCipher.java:331) at info.guardianproject.notepadbot.NoteCipher.onMenuItemSelected(NoteCipher.java:424) at com.android.internal.policy.impl.PhoneWindow.onMenuItemSelected(PhoneWindow.java:993) at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:735) at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:152) at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:874) at com.android.internal.view.menu.MenuPopupHelper.onItemClick(MenuPopupHelper.java:156) at android.widget.AdapterView.performItemClick(AdapterView.java:298) at android.widget.AbsListView.performItemClick(AbsListView.java:1104) at android.widget.AbsListView$PerformClick.run(AbsListView.java:2792) at android.widget.AbsListView.onTouchEvent(AbsListView.java:3480) at android.view.View.dispatchTouchEvent(View.java:7565) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2205)...
There have been about 30 of these reported on Android 4.x ``` java.lang.RuntimeException: Unable to resume activity {info.guardianproject.notepadbot/info.guardianproject.notepadbot.NoteCipher}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=0, result=0, data=null} to activity {info.guardianproject.notepadbot/info.guardianproject.notepadbot.NoteCipher}: java.lang.NullPointerException...
`vagrant up` has the option `--no-destroy-on-error` which is very helpful for debugging. It would be nice if python-vagrant supported it, and it looks simple to add. I would just add...
Right now the code signature regexp are basically all words separated by `.` Since `.` matches anything, this could lead to false positives, e.g. the regexp `com.here` would match `com.here`...
For F-Droid, the fields _artifact_id_, _group_id_, _gradle_, and _maven_repository_ are the most useful. But I'm not clear what their format is supposed to be. Are they defined as a single...
I recently published an old utility I have that is similar to this: it disables Airplane Mode when the device is plugged into USB (i.e. charging). I only just found...
I'm starting this issue as a place to track the integration of the OTRDATA features into the community otr4j version. OTRDATA is our internal name for two new OTR TLVs...
Thanks for this tool! I'm trying to download my tree and it runs for a while and downloads maybe 100 or more JSON files, then crashes with: ```console $ ./getmyancestors.py...
[Fastlane](https://github.com/fastlane/fastlane/blob/633860a5aae0fa9c0b936797560efb24181b1bf7/fastlane_core/lib/fastlane_core/languages.rb#L14) uses [BCP47](https://www.w3.org/International/articles/bcp47/) locale tags, which use a `-` as the separator rather than `_`. There are a number of locales that use the `_` here. Please rename those dirs...
So I've been a bit MIA on this, too many things hit me at once in the past few months. I've been working non-linearly on this, now I want to...