Skip to content

Commit

Permalink
remove real time map refs #5414
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Nov 30, 2020
1 parent a6ca69d commit 5c8416d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 226 deletions.
136 changes: 0 additions & 136 deletions app/controllers/realtime_map.js

This file was deleted.

9 changes: 0 additions & 9 deletions app/controllers/report_chooser.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function updateAvailableReportsList()
var latestSection = null;

rows.push(Alloy.createController('report_chooser_section', {title: L('General_Live')}).getView());
rows.push(Alloy.createController('report_chooser_row', {title: L('UserCountryMap_RealTimeMap'), cid: 'visitormap'}).getView());
rows.push(Alloy.createController('report_chooser_row', {title: L('Live_VisitorsInRealTime'), cid: 'live'}).getView());
rows.push(Alloy.createController('report_chooser_row', {title: L('Live_VisitorLog'), cid: 'visitorlog'}).getView());
rows.push(Alloy.createController('report_chooser_section', {title: L('General_Reports')}).getView());
Expand Down Expand Up @@ -154,8 +153,6 @@ function doSelectReport(event)
openLiveVisitors();
} else if ('visitorlog' == cid) {
openVisitorLog();
} else if ('visitormap' == cid) {
openVisitorMap();
} else if ('settings' == cid) {
openSettings();
} else if ('help' == cid) {
Expand Down Expand Up @@ -237,12 +234,6 @@ function openVisitorLog()
log.open();
}

function openVisitorMap()
{
var realtimemap = Alloy.createController('realtime_map');
realtimemap.open();
}

function openGiveFeedback()
{
var feedback = Alloy.createController('give_feedback');
Expand Down
42 changes: 0 additions & 42 deletions app/styles/realtime_map.tss

This file was deleted.

37 changes: 0 additions & 37 deletions app/views/realtime_map.xml

This file was deleted.

4 changes: 2 additions & 2 deletions tiapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<target device="ipad">true</target>
<target device="android">true</target>
</deployment-targets>
<sdk-version>9.2.1.GA</sdk-version>
<sdk-version>9.2.2.GA</sdk-version>
<id>org.piwik.mobile2</id>
<name>Matomo Mobile 2</name>
<version>2.4.10</version>
<version>2.4.11</version>
<publisher>thomassteur</publisher>
<url>https://matomo.org/mobile</url>
<description>Need your analytics on the go? Use our free Matomo Mobile (formerly Piwik Mobile) app to check your stats from anywhere and show them to colleagues in meetings. Matomo Mobile offers all the same reports as the Matomo (Piwik) desktop interface, and displays your visitor data in real time!</description>
Expand Down

0 comments on commit 5c8416d

Please sign in to comment.