git clone of logicmail with some fixes/features added
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updated analytics API support to v1.0

git-svn-id: https://logicmail.svn.sourceforge.net/svnroot/logicmail/trunk@968 5c734088-3d25-0410-9155-b3c3832efda5

octorian 9dcddcfe 05351f4a

+16 -16
+2 -2
LogicMail/project.properties
··· 29 29 jde460.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack4.6.0_4.6.0.23/components 30 30 jde470.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack4.7.0_4.7.0.57/components 31 31 jde500.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack5.0.0_5.0.0.25/components 32 - jde600.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack6.0.0_6.0.0.29/components 32 + jde600.home=C:/Users/octo/eclipse35/plugins/net.rim.ejde.componentpack6.0.0_6.0.0.30/components 33 33 34 34 # 35 35 # Uncomment and set your private key password for code signing ··· 41 41 # If these parameters are omitted, the application will be built without 42 42 # analytics support. 43 43 # 44 - #webtrends.library=../lib/AnalyticsServicev0.93Beta.jar 44 + #webtrends.library=../lib/AnalyticsService_v1.0.jar 45 45 #webtrends.dcsid=
+2 -2
LogicMailStartup/.classpath
··· 4 4 <classpathentry kind="src" path="res"/> 5 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/net.rim.ejde.BlackBerryVMInstallType/BlackBerry JRE 4.5.0"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/LogicMail"/> 7 - <classpathentry exported="true" kind="lib" path="/lib/AnalyticsServicev0.93Beta.jar"> 7 + <classpathentry exported="true" kind="lib" path="/lib/AnalyticsService_v1.0.jar"> 8 8 <attributes> 9 - <attribute name="javadoc_location" value="jar:platform:/resource/lib/AnalyticsServicev0.93Beta-doc.zip!/"/> 9 + <attribute name="javadoc_location" value="jar:platform:/resource/lib/AnalyticsService_v1.0-doc.zip!/"/> 10 10 </attributes> 11 11 </classpathentry> 12 12 <classpathentry kind="output" path="bin"/>
+3 -3
lib/README.txt
··· 14 14 bb-ant-tools.patch | Patch to BlackBerry Ant Tools 15 15 ant-contrib-1.0b3.jar | Ant-Contrib Tasks 16 16 hammockmaker-2.1.0.jar | HammockMaker tool (from the Hammock distribution) 17 - AnalyticsServicev0.93Beta.jar | BlackBerry Analytics Service SDK 18 - AnalyticsServicev0.93Beta-doc.zip | JavaDocs for above 19 - webtrends-template.xml | Analtics configuration template 17 + AnalyticsService_v1.0.jar | BlackBerry Analytics Service SDK 18 + AnalyticsService_v1.0-doc.zip | JavaDocs for above 19 + webtrends-template.xml | Analtics configuration template 20 20 21 21 22 22 Sources:
+9 -9
lib/webtrends-template.xml
··· 32 32 <!-- Version of your application. --> 33 33 <string name="wt_dc_app_version">1.0</string> 34 34 35 - <!-- Percent of battery life remaining when event send is paused. This is the recommended setting for Webtrends data collection. --> 35 + <!-- Percent of battery life remaining when event send is paused. This is the recommended setting for BlackBerry Analytics Service data collection. --> 36 36 <string name="wt_dc_charge_threshold_minimum">30</string> 37 37 38 - <!-- Supply a unique ID in the format dcsxxxxxxxxxxxxxxxxxxxxxx_xxxx that is associated with a Webtrends data source. This ID identifies your data to the Webtrends data collection server. If you don't have a dcsid, contact your Webtrends administrator.--> 38 + <!-- Supply a unique ID in the format dcsxxxxxxxxxxxxxxxxxxxxxx_xxxx that is associated with a BlackBerry Analytics Service data source. This ID identifies your data to the BlackBerry Analytics Service data collection server. If you don't have a dcsid, contact your BlackBerry Analytics Service administrator.--> 39 39 <string name="wt_dc_dcsid">YOUR_WEBTRENDS_DCSID_HERE</string> 40 40 41 41 <!-- Set this value to "true" if you want to enable application logging. --> 42 42 <string name="wt_dc_debug">false</string> 43 43 44 - <!-- Set this value to "false" if you want to disable the Webtrends library. --> 44 + <!-- Set this value to "false" if you want to disable the BlackBerry Analytics Service library. --> 45 45 <string name="wt_dc_enabled">true</string> 46 46 47 - <!-- Number of times to retry sending an event in response to send error. This is the recommended setting for Webtrends data collection. --> 47 + <!-- Number of times to retry sending an event in response to send error. This is the recommended setting for BlackBerry Analytics Service data collection. --> 48 48 <string name="wt_dc_event_retry_maximum">5</string> 49 49 50 - <!-- Maximum number of events stored in event queue. This is the recommended setting for Webtrends data collection. --> 50 + <!-- Maximum number of events stored in event queue. This is the recommended setting for BlackBerry Analytics Service data collection. --> 51 51 <string name="wt_dc_event_table_size_maximum">10000</string> 52 52 53 - <!-- Set this value to "true" if you want the Webtrends library to request PERMISSION_INTERNET, PERMISSION_CROSS_APPLICATION_COMMUNICATION, PERMISSION_SECURITY_DATA from the permission database. Otherwise you must manage permissions. --> 53 + <!-- Set this value to "true" if you want the BlackBerry Analytics Service library to request PERMISSION_INTERNET, PERMISSION_CROSS_APPLICATION_COMMUNICATION, PERMISSION_SECURITY_DATA from the permission database. Otherwise you must manage permissions. --> 54 54 <string name="wt_dc_request_permission">false</string> 55 55 56 - <!-- Session expiration in minutes. This is the recommended setting for Webtrends data collection. --> 56 + <!-- Session expiration in minutes. This is the recommended setting for BlackBerry Analytics Service data collection. --> 57 57 <string name="wt_dc_session_maximum">480</string> 58 58 59 - <!-- Session timeout in minutes. This is the recommended setting for Webtrends data collection. --> 59 + <!-- Session timeout in minutes. This is the recommended setting for BlackBerry Analytics Service data collection. --> 60 60 <string name="wt_dc_session_timeout">30</string> 61 61 62 - <!-- Timezone of datasource in number of hours offset from GMT. --> 62 + <!-- Time zone of data source in number of hours offset from GMT. --> 63 63 <string name="wt_dc_timezone">-5</string> 64 64 65 65 <!-- Data Collection API base URL. This URL is static and should not be changed. -->