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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ tmp
bin
build
libs
dist
*.zip

.classpath
Expand Down
Binary file added android/dist/analytics.google-android-3.2.0.zip
Binary file not shown.
Binary file added android/dist/analytics.google.jar
Binary file not shown.
9 changes: 9 additions & 0 deletions android/java-sources.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"/Users/jkneen/Documents/Appcelerator_Studio_Workspace/analytics.google/android/src/analytics/google/AnalyticsGoogleModule.java"
"/Users/jkneen/Documents/Appcelerator_Studio_Workspace/analytics.google/android/src/analytics/google/TrackerProxy.java"
"/Users/jkneen/Documents/Appcelerator_Studio_Workspace/analytics.google/android/build/generated/java/analytics/google/AnalyticsGoogleBootstrap.java"
"/Users/jkneen/Documents/Appcelerator_Studio_Workspace/analytics.google/android/build/generated/r/analytics/google/R.java"
"/Users/jkneen/Documents/Appcelerator_Studio_Workspace/analytics.google/android/build/generated/r/android/support/compat/R.java"
"/Users/jkneen/Documents/Appcelerator_Studio_Workspace/analytics.google/android/build/generated/r/android/support/design/R.java"
"/Users/jkneen/Documents/Appcelerator_Studio_Workspace/analytics.google/android/build/generated/r/android/support/v7/appcompat/R.java"
"/Users/jkneen/Documents/Appcelerator_Studio_Workspace/analytics.google/android/build/generated/r/android/support/v7/cardview/R.java"
"/Users/jkneen/Documents/Appcelerator_Studio_Workspace/analytics.google/android/build/generated/r/ti/modules/titanium/ui/R.java"
9 changes: 4 additions & 5 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 3.1.0
apiversion: 2
architectures: armeabi armeabi-v7a x86
version: 3.2.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: Google Analytics for Titanium Appcelerator
author: Matt Tuttle
license: MIT
copyright: Copyright (c) 2012 by Matt Tuttle


# these should not be edited
name: analytics.google
moduleid: analytics.google
guid: 6bdae9d9-4154-4d21-aacf-c0f95b193dae
platform: android
minsdk: 3.4.2
minsdk: 7.0.2
19 changes: 19 additions & 0 deletions android/manifest.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 3.1.0
apiversion: 2
architectures: armeabi armeabi-v7a x86
description: Google Analytics for Titanium Appcelerator
author: Matt Tuttle
license: MIT
copyright: Copyright (c) 2012 by Matt Tuttle


# these should not be edited
name: analytics.google
moduleid: analytics.google
guid: 6bdae9d9-4154-4d21-aacf-c0f95b193dae
platform: android
minsdk: 3.4.2