-
I have been following the README closely and implementing a simple test app to get data to a test Matomo instance locally. I can access the Matomo web UI through a browser no problem, but it just sho…
-
Our security policy aims to make security a principal design behind Piwik. One aspect that bugs me currently is that good old brute force attacks could be vector of penetration in Piwik (if eg. attack…
-
```
Timber.tag(LOGGER_TAG).v("Transmission succesful (code=%d).", statusCode);
// add fix code in org.piwik.sdk.dispatcher.DefaultPacketSender#97 (start)
try {
if (statusCode == HttpURLConnect…
-
In https://reports.exodus-privacy.eu.org/reports/37/:
* `com/applovin/adview/AppLovinInterstitialAdDialog`
* `com/avocarrot/sdk/nativeassets/model/NativeAdData`
* `com/appnext/ads/`
* `com/inl…
U039b updated
5 years ago
-
Hi, team we are using Piwik for our Android applications.
We are getting these security vulnerabilities when doing the security scanning.
Source file names are
DefaultPacketSender.java - org/…
-
- [x] Rename repo
- [x] New major version as changing the packagename breaks existing imports
- [x] Change packagename
- [x] Change class names
- [x] Search comments and tests for mentions of `Piw…
-
Hi, team we are using Piwik for our Android applications.
We are getting these security vulnerabilities when doing the security scanning.
Source file name is org/piwik/sdk/tools/Checksum.java
P…
-
Could you add the possibility to track custom dimensions or custom variables without having to track a screen or an event? Currently my visitor log is cluttered with unnecessary actions because of the…
-
I check #196, and there is `compileOptions` in my build.gradle cause I use retrolabmda in project
But I still have exception. Do you have any idea?
```
> Task :app:transformClassesWithDexBuilderF…
-
Hi,
I not able to use Piwik in my project objective-c iOS.
this is my podfile :
platform :ios, '9.0'
target 'test' do
pod 'PiwikTracker', '~> 4.4'
end
`
I've done this configuration:
Add a …