Bruno Parmentier

Results 16 issues of Bruno Parmentier

#155 introduced a change in the API in 0.25.0 and payload must now be passed as dict. Maybe this should've been mentionned in the 0.25.0 changelog as well.

Could also be encrypted.

enhancement

Application version: 1.1.1 Android version: 7.1 ``` java.lang.NullPointerException: at be.brunoparmentier.wifikeyshare.ui.activities.WifiListActivity.onCreateContextMenu (WifiListActivity.java:219) at android.view.View.createContextMenu (View.java:10798) at com.android.internal.view.menu.ContextMenuBuilder.showPopup (ContextMenuBuilder.java:100) at com.android.internal.policy.DecorView.showContextMenuForChildInternal (DecorView.java:794) at com.android.internal.policy.DecorView.showContextMenuForChild (DecorView.java:771) at android.view.ViewGroup.showContextMenuForChild (ViewGroup.java:791) at android.view.ViewGroup.showContextMenuForChild (ViewGroup.java:791) at...

bug

Everything should be tested!

* known passwords first * security * …

enhancement

Saving the image would require the `WRITE_EXTERNAL_STORAGE` permission. Only add this feature if really needed.

enhancement

``` 01-22 08:44:58.803 30673-30673/be.brunoparmentier.wifikeyshare D/AndroidRuntime: Shutting down VM 01-22 08:44:58.804 30673-30673/be.brunoparmentier.wifikeyshare E/AndroidRuntime: FATAL EXCEPTION: main Process: be.brunoparmentier.wifikeyshare, PID: 30673 java.lang.IllegalStateException: attempt to re-open an already-closed object: SQLiteDatabase: /data/data/be.brunoparmentier.wifikeyshare/databases/wifi_keys_db at android.database.sqlite.SQLiteClosable.acquireReference(SQLiteClosable.java:55)...

bug

OpenBikeSharing is currently targeting API 22. We should consider moving to API 25. This implies switching to the new runtime permissions model.

enhancement