Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## Android-3.2.1 - iOS-3.1.0 <> 2016-04-25
Built with TiSDK 5.2.2 for compatibility with Marshmallow

## Android-3.2.0 - iOS-3.1.0 <> 2015-08-18
Brought Google Play Services up to version 7.8

## Android-3.1.0 - iOS-3.1.0 <> 2015-03-22
### Added
- `trackException` method added to Android and iOS to track caught exceptions. [[mokesmokes]](https://github.com/mokesmokes)
Expand Down
6 changes: 3 additions & 3 deletions android/build.properties.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
titanium.sdk=/Library/Application\ Support/Titanium/
titanium.os=osx
titanium.version=3.0.2.GA
titanium.version=5.2.2.GA
android.sdk=/usr/android-sdk

titanium.platform=${titanium.sdk}/mobilesdk/${titanium.os}/${titanium.version}/android
android.platform=${android.sdk}/platforms/android-8
google.apis=${android.sdk}/add-ons/addon_google_apis_google_inc_8
android.platform=${android.sdk}/platforms/android-23
google.apis=${android.sdk}/add-ons/addon-google_apis_x86-google-23
Binary file added android/dist/analytics.google-android-3.2.0.zip
Binary file not shown.
Binary file added android/dist/analytics.google-android-3.2.1.zip
Binary file not shown.
Binary file modified android/lib/google-play-services.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 3.1.0
version: 3.2.1
apiversion: 2
architectures: armeabi armeabi-v7a x86
description: Google Analytics for Titanium Appcelerator
Expand All @@ -16,4 +16,4 @@ name: analytics.google
moduleid: analytics.google
guid: 6bdae9d9-4154-4d21-aacf-c0f95b193dae
platform: android
minsdk: 3.4.2
minsdk: 5.2.0.GA
4 changes: 2 additions & 2 deletions android/platform/android/res/values/version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="google_play_services_version">6171000</integer>
</resources>
<integer name="google_play_services_version">7895000</integer>
</resources>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,5 @@ tracker.trackException({
tracker.trackException({
fatal: true
});
tracker.trackException();
// should produce a non-fatal, excepction without description
tracker.trackException({});
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 3.1.0
version: 3.2.0
apiversion: 2
architectures: armeabi armeabi-v7a x86
description: Google Analytics for Titanium Appcelerator
Expand All @@ -16,4 +16,4 @@ name: analytics.google
moduleid: analytics.google
guid: 6bdae9d9-4154-4d21-aacf-c0f95b193dae
platform: android
minsdk: 3.4.2
minsdk: 4.1.0