-
Installation target: Generic Buster image install from Raspberry Pi installation sources.
Additional information can be found at:
[https://forum.dexterindustries.com/t/reprise-no-module-named-i2c…
-
Build fails on FreeBSD:
```
ValleyAudio/src/Dexter/Dexter.cpp:184:24: error: use of undeclared identifier 'aligned_alloc_16'
pOpFreqs = (float*)aligned_alloc_16(sizeof(float) * 8);
…
-
after using dexter to handle runtime permissions , android studio still shows error on lines which need to runtime permission.I don't had this problem with [Permissive](https://github.com/jksiezni/per…
-
I have an error after I executed the dexter-cli for java project.
[ERROR] [2015-09-30 19:38:42](CliLogger.java:88) - com.sun.jersey.api.client.ClientHandlerException: A message body writer for Java t…
-
### Expected behaviour
grant permission but no memory leak
### Actual behaviour
cause memory leak by Dexter.instance hold the refrences of activity
### Steps to reproduce
use LeakCanary to …
-
Hi ,
I have executed the command "java -Xmx3000m -jar dexter-2.1.0.jar " successfully in the command-line tool of Windows 8.1
![dexter-success-deploy](https://cloud.githubusercontent.com/assets/545…
-
Trying to show a dialog fragment from the successful permission listener:
```
Dexter.withActivity(this)
.withPermission(Manifest.permission.CAMERA)
.withListener(ne…
-
The file selection dialog sorts folders alphabetically and this is not always convenient. Please add the option to sort by the date of the last modification. I have already modified the Dexter dex fil…
-
-
I recently became aware that a previously functioning dexter plugin no longer worked in VS2015. Re-installation did not fix the issue. The installer reports success and the Dexter menu appears, howeve…