aboutsummaryrefslogtreecommitdiffstats
path: root/cobrands
diff options
context:
space:
mode:
Diffstat (limited to 'cobrands')
-rw-r--r--cobrands/fixamingata/appstore.pngbin0 -> 48805 bytes
-rw-r--r--cobrands/fixamingata/config.js51
-rw-r--r--cobrands/fixamingata/config.xml85
-rw-r--r--cobrands/fixamingata/ios-portrait.svg128
-rw-r--r--cobrands/fixamingata/ios-square.svg102
-rw-r--r--cobrands/fixamingata/lang_list1
-rw-r--r--cobrands/fixamingata/radar.svg130
-rw-r--r--cobrands/fixamingata/spinner-transparent.xcfbin0 -> 9150 bytes
8 files changed, 497 insertions, 0 deletions
diff --git a/cobrands/fixamingata/appstore.png b/cobrands/fixamingata/appstore.png
new file mode 100644
index 0000000..f6c6fce
--- /dev/null
+++ b/cobrands/fixamingata/appstore.png
Binary files differ
diff --git a/cobrands/fixamingata/config.js b/cobrands/fixamingata/config.js
new file mode 100644
index 0000000..e9d5599
--- /dev/null
+++ b/cobrands/fixamingata/config.js
@@ -0,0 +1,51 @@
+var CONFIG = {
+ // Language of templates to use ( should be name of directory under www/templates/ )
+ LANGUAGE: 'sv',
+
+ // Name of app to use in alert dialog titles amongst other things
+ APP_NAME: 'FixaMinGata',
+
+ // URL of the fixmystreet install to report to. See also config.xml-example
+ // Make sure it does *not* end with a slash.
+ FMS_URL: 'https://fixamingata.se',
+
+ // Name of the cobrand to use for templates, stylesheets etc.
+ // Cobrand files should be placed in a new directory within www/cobrands/
+ // Leave as null to use the default templates.
+ COBRAND: 'fixamingata',
+
+ // Type of map to use; possible options currently are 'OSM', 'Bing' or
+ // 'FMS' (UK only). The default is OSM.
+ MAP_TYPE: 'OSM',
+
+ // namespace for storing drafts etc in. Should not need to change
+ NAMESPACE: 'fixmystreet',
+
+ // directory to store draft photos in. Should not need to change
+ FILES_DIR: 'photos',
+
+ // accuracy in meters required before geolocation is successful
+ ACCURACY: 100,
+
+ // how long, in milliseconds, before photo uploads timeout. Defaults to 120000 ( 2 minutes )
+ UPLOAD_TIMEOUT: 120000,
+
+ // Set to 1 to log debug messages to the console
+ DEBUG: 0,
+
+ // Bing Maps API key if needed
+ BING_MAPS_API_KEY: '',
+
+ PINS: {
+ location: {
+ image: 'images/pin@x2.png',
+ background: 'images/pin_shadow@x2.png',
+ image_svg: 'images/pin.svg',
+ background_svg: 'images/pin_shadow.svg'
+ }
+ }
+};
+
+// This bit is so this can be imported as a nodejs module for hook processing
+var module = module || {};
+module.exports = CONFIG;
diff --git a/cobrands/fixamingata/config.xml b/cobrands/fixamingata/config.xml
new file mode 100644
index 0000000..d1ee816
--- /dev/null
+++ b/cobrands/fixamingata/config.xml
@@ -0,0 +1,85 @@
+<?xml version='1.0' encoding='utf-8'?>
+<widget android-versionCode="42" id="se.sambruk.fixamingata" version="2.0.11" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+ <name>FixaMinGata</name>
+ <description>
+ Rapportera problem på FixaMinGata
+ </description>
+ <author email="info@fixamingata.se" href="http://www.sambruk.se">
+ Sambruk
+ </author>
+ <content src="index.html" />
+ <access origin="http://127.0.0.1*" />
+ <access origin="fixamingata.se" />
+ <access origin="a.tile.openstreetmap.org" />
+ <access origin="b.tile.openstreetmap.org" />
+ <access origin="c.tile.openstreetmap.org" />
+ <preference name="android-minSdkVersion" value="16" />
+ <preference name="orientation" value="portrait" />
+ <preference name="StatusBarOverlaysWebView" value="false" />
+ <preference name="StatusBarStyle" value="default" />
+ <preference name="AndroidPersistentFileLocation" value="Compatibility" />
+ <preference name="StatusBarBackgroundColor" value="#8dbfdc" />
+ <preference name="deployment-target" value="6.0" />
+ <platform name="android">
+ <icon density="ldpi" src="res/fixamingata/android/drawable-ldpi/icon.png" />
+ <icon density="mdpi" src="res/fixamingata/android/drawable-mdpi/icon.png" />
+ <icon density="hdpi" src="res/fixamingata/android/drawable-hdpi/icon.png" />
+ <icon density="xhdpi" src="res/fixamingata/android/drawable-xhdpi/icon.png" />
+ <icon density="xxhdpi" src="res/fixamingata/android/drawable-xxhdpi/icon.png" />
+ <icon density="xxxhdpi" src="res/fixamingata/android/drawable-xxxhdpi/icon.png" />
+ <splash density="ldpi" src="res/fixamingata/android/drawable-ldpi/screen.9.png" />
+ <splash density="mdpi" src="res/fixamingata/android/drawable-mdpi/screen.9.png" />
+ <splash density="hdpi" src="res/fixamingata/android/drawable-hdpi/screen.9.png" />
+ <splash density="xhdpi" src="res/fixamingata/android/drawable-xhdpi/screen.9.png" />
+ <splash density="xxhdpi" src="res/fixamingata/android/drawable-xxhdpi/screen.9.png" />
+ <splash density="xxxhdpi" src="res/fixamingata/android/drawable-xxxhdpi/screen.9.png" />
+ </platform>
+ <platform name="ios">
+ <icon height="180" src="res/fixamingata/ios/icons/Icon-60@3x.png" width="180" />
+ <icon height="60" src="res/fixamingata/ios/icons/Icon-60.png" width="60" />
+ <icon height="120" src="res/fixamingata/ios/icons/Icon-60@2x.png" width="120" />
+ <icon height="76" src="res/fixamingata/ios/icons/Icon-76.png" width="76" />
+ <icon height="152" src="res/fixamingata/ios/icons/Icon-76@2x.png" width="152" />
+ <icon height="40" src="res/fixamingata/ios/icons/Icon-40.png" width="40" />
+ <icon height="80" src="res/fixamingata/ios/icons/Icon-40@2x.png" width="80" />
+ <icon height="57" src="res/fixamingata/ios/icons/Icon.png" width="57" />
+ <icon height="114" src="res/fixamingata/ios/icons/Icon@2x.png" width="114" />
+ <icon height="72" src="res/fixamingata/ios/icons/Icon-72.png" width="72" />
+ <icon height="144" src="res/fixamingata/ios/icons/Icon-72@2x.png" width="144" />
+ <icon height="29" src="res/fixamingata/ios/icons/Icon-Small.png" width="29" />
+ <icon height="58" src="res/fixamingata/ios/icons/Icon-Small@2x.png" width="58" />
+ <icon height="50" src="res/fixamingata/ios/icons/Icon-50.png" width="50" />
+ <icon height="100" src="res/fixamingata/ios/icons/Icon-50@2x.png" width="100" />
+ <splash height="480" src="res/fixamingata/ios/splash/Default~iphone.png" width="320" />
+ <splash height="960" src="res/fixamingata/ios/splash/Default@2x~iphone_640x960.png" width="640" />
+ <splash height="1024" src="res/fixamingata/ios/splash/Default-Portrait~ipad_768x1024.png" width="768" />
+ <splash height="2048" src="res/fixamingata/ios/splash/Default-Portrait@2x~ipad_1536x2048.png" width="1536" />
+ <splash height="2008" src="res/fixamingata/ios/splash/Default-Portrait@2x~ipad_1536x2008.png" width="1536" />
+ <splash height="1136" src="res/fixamingata/ios/splash/Default-568h@2x~iphone_640x1136.png" width="640" />
+ <splash height="1334" src="res/fixamingata/ios/splash/Default-750@2x~iphone6-portrait_750x1334.png" width="750" />
+ <splash height="2208" src="res/fixamingata/ios/splash/Default-1242@3x~iphone6s-portrait_1242x2208.png" width="1242" />
+ </platform>
+ <hook src="scripts/prepare_index_html.js" type="after_prepare" />
+ <engine name="android" spec="^6.2.3" />
+ <plugin name="cordova-plugin-camera" spec="^2.4.1" />
+ <plugin name="cordova-plugin-device" spec="~1.1.1" />
+ <plugin name="cordova-plugin-dialogs" spec="~1.2.0" />
+ <plugin name="cordova-plugin-file" spec="~4.1.1" />
+ <plugin name="cordova-plugin-file-transfer" spec="~1.5.0" />
+ <plugin name="cordova-plugin-geolocation" spec="~2.1.0" />
+ <plugin name="cordova-plugin-inappbrowser" spec="~1.3.0" />
+ <plugin name="cordova-plugin-ios-app-language" spec="./cordova-plugin-ios-app-language">
+ <variable name="IOS_LOCALIZATION" value="Swedish" />
+ </plugin>
+ <plugin name="cordova-plugin-ios-disableshaketoedit" spec="~1.0.0" />
+ <plugin name="cordova-plugin-media" spec="^2.2.0" />
+ <plugin name="cordova-plugin-media-capture" spec="^1.2.0">
+ <variable name="CAMERA_USAGE_DESCRIPTION" value="För att ta bilder för problemrapportering" />
+ <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="För att komma åt dina problemrapporteringsbilder" />
+ </plugin>
+ <plugin name="cordova-plugin-network-information" spec="^1.2.1" />
+ <plugin name="cordova-plugin-splashscreen" spec="^3.2.2" />
+ <plugin name="cordova-plugin-statusbar" spec="^2.1.3" />
+ <plugin name="cordova-plugin-whitelist" spec="^1.2.2" />
+ <plugin name="ionic-plugin-keyboard" spec="^2.0.1" />
+</widget>
diff --git a/cobrands/fixamingata/ios-portrait.svg b/cobrands/fixamingata/ios-portrait.svg
new file mode 100644
index 0000000..68db067
--- /dev/null
+++ b/cobrands/fixamingata/ios-portrait.svg
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="744.09448819"
+ height="1052.3622047"
+ id="svg3021"
+ version="1.1"
+ inkscape:version="0.48.5 r10040"
+ sodipodi:docname="ios-portrait.svg">
+ <defs
+ id="defs3023">
+ <linearGradient
+ id="linearGradient3814">
+ <stop
+ style="stop-color:#eefaff;stop-opacity:1;"
+ offset="0"
+ id="stop3816" />
+ <stop
+ style="stop-color:#b6e7ff;stop-opacity:1;"
+ offset="1"
+ id="stop3818" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3814"
+ id="linearGradient3820"
+ x1="80.700516"
+ y1="796.5083"
+ x2="80.700516"
+ y2="677.26117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.5,57.143325,-599.30608)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="174.10225"
+ inkscape:cy="529.89518"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1279"
+ inkscape:window-height="1534"
+ inkscape:window-x="1280"
+ inkscape:window-y="27"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata3026">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:url(#linearGradient3820);fill-opacity:1;stroke:none"
+ id="rect3040"
+ width="120"
+ height="180"
+ x="77.490997"
+ y="416.4693"
+ rx="0"
+ ry="86.823524"
+ inkscape:export-filename="/home/jonkri/fixmystreet-mobile/Default.png"
+ inkscape:export-xdpi="240"
+ inkscape:export-ydpi="240" />
+ <g
+ id="g3810"
+ transform="matrix(0.52415015,0,0,0.52415015,34.244032,89.012897)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path2982-5-04-3"
+ d="m 196.97592,677.87178 c -23.83446,0 -43.15204,19.3176 -43.15204,43.1521 0,20.0323 13.64373,36.8758 32.14919,41.7402 l 10.5962,13.5502 10.389,-13.297 c 19.02022,-4.5053 33.17735,-21.5959 33.17735,-41.9934 0,-23.8345 -19.32524,-43.1521 -43.1597,-43.1521 z"
+ style="color:#000000;fill:#20bbdf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="rect3772-9-2-4"
+ d="m 196.97592,694.18428 c -14.80226,0 -26.83958,12.0373 -26.83958,26.8396 0,14.8022 12.03732,26.8472 26.83958,26.8472 14.80227,0 26.83959,-12.045 26.83959,-26.8472 0,-14.8023 -12.03732,-26.8396 -26.83959,-26.8396 z m 0,3.6829 c 12.81185,0 23.15663,10.3448 23.15663,23.1567 0,12.8118 -10.34478,23.1643 -23.15663,23.1643 -12.81184,0 -23.15662,-10.3525 -23.15662,-23.1643 0,-5.776 2.1014,-11.0487 5.58582,-15.1002 l 8.25598,8.256 1.70337,1.711 0.8747,0.8747 4.05126,4.0436 c 0.0488,0.049 0.0937,0.095 0.14577,0.1381 0.002,0 0.006,0 0.008,0 0.0505,0.041 0.1003,0.08 0.15345,0.1151 0.002,0 0.006,0 0.008,0 0.0531,0.035 0.10578,0.07 0.16114,0.1 0.0591,0.032 0.1153,0.059 0.17647,0.084 0.0593,0.024 0.11569,0.043 0.17648,0.061 0.12432,0.038 0.24797,0.064 0.37596,0.077 0.12488,0.012 0.25111,0.012 0.37598,0 0.18729,-0.018 0.3749,-0.065 0.55245,-0.1381 0.23706,-0.098 0.45708,-0.2422 0.65218,-0.4373 0.0488,-0.049 0.0954,-0.1015 0.13811,-0.1535 0.17071,-0.2083 0.29515,-0.4393 0.36829,-0.6829 0.0366,-0.1218 0.0569,-0.2429 0.0691,-0.3683 0.012,-0.1228 0.0115,-0.2531 0,-0.376 -2.4e-4,0 0,-0.01 0,-0.01 -0.0123,-0.1253 -0.0325,-0.2464 -0.0691,-0.3683 -0.0177,-0.059 -0.0458,-0.1192 -0.069,-0.1764 0,0 0,-0.01 0,-0.01 -0.0976,-0.2375 -0.24224,-0.4571 -0.43736,-0.6522 l -4.04358,-4.0436 -0.8747,-0.8747 -1.71106,-1.711 -8.22528,-8.2253 c 4.00409,-3.3071 9.14362,-5.2943 14.75488,-5.2943 z m -0.45271,8.1716 c -0.44829,0 -0.89179,0.1706 -1.23531,0.5141 l -3.97453,3.9668 1.71103,1.7111 5.20987,-5.2099 -0.46806,-0.468 c -0.34349,-0.3435 -0.79468,-0.5141 -1.243,-0.5141 z m 2.58576,1.8568 -5.20987,5.2099 4.0436,4.0436 c 1.24631,1.2463 1.24631,3.2806 0,4.527 -1.24631,1.2463 -3.28066,1.2463 -4.52697,0 l -4.0436,-4.0436 -5.14846,5.1484 11.92359,11.9236 c 0,0 8.68093,0.9101 12.17678,-2.5857 3.49587,-3.4959 2.70852,-12.2996 2.70852,-12.2996 l -11.92359,-11.9236 z m -7.0897,6.9286 c 0.23004,0 0.46133,0.085 0.63683,0.2609 0.35101,0.351 0.35101,0.9227 0,1.2737 -0.35101,0.351 -0.92268,0.351 -1.27369,0 -0.35101,-0.351 -0.35101,-0.9227 0,-1.2737 0.17551,-0.1755 0.40682,-0.2609 0.63686,-0.2609 z m -5.23288,0.2225 -3.90548,3.9055 c -0.68702,0.687 -0.68702,1.799 0,2.486 l 0.46805,0.468 5.14846,-5.1484 -1.71103,-1.7111 z m 8.77005,3.307 c 0.23003,0 0.45366,0.093 0.62917,0.2686 0.35101,0.351 0.35101,0.915 0,1.266 -0.35101,0.351 -0.915,0.351 -1.26601,0 -0.35101,-0.351 -0.35101,-0.915 0,-1.266 0.17551,-0.1755 0.40682,-0.2686 0.63684,-0.2686 z"
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:15;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:11.37534237px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="100.23986"
+ y="512.18622"
+ id="text4249-3"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4251-8"
+ x="100.23986"
+ y="512.18622"
+ style="font-size:11.37534237px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:ChunkFive;-inkscape-font-specification:ChunkFive">FixaMinGata</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="228.75"
+ y="449.86218"
+ id="text3933"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3935"
+ x="228.75"
+ y="449.86218"
+ style="font-size:16px">H=180,213</tspan></text>
+ </g>
+</svg>
diff --git a/cobrands/fixamingata/ios-square.svg b/cobrands/fixamingata/ios-square.svg
new file mode 100644
index 0000000..5438c59
--- /dev/null
+++ b/cobrands/fixamingata/ios-square.svg
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="744.09448819"
+ height="1052.3622047"
+ id="svg3021"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="ios-square.svg">
+ <defs
+ id="defs3023">
+ <linearGradient
+ id="linearGradient3814">
+ <stop
+ style="stop-color:#eefaff;stop-opacity:1;"
+ offset="0"
+ id="stop3816" />
+ <stop
+ style="stop-color:#b6e7ff;stop-opacity:1;"
+ offset="1"
+ id="stop3818" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3814"
+ id="linearGradient3820"
+ x1="80.700516"
+ y1="796.5083"
+ x2="80.700516"
+ y2="677.26117"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="2.8"
+ inkscape:cx="47.70427"
+ inkscape:cy="376.08929"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1279"
+ inkscape:window-height="1534"
+ inkscape:window-x="1280"
+ inkscape:window-y="27"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata3026">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:url(#linearGradient3820);fill-opacity:1;stroke:none"
+ id="rect3040"
+ width="120"
+ height="120"
+ x="20.347672"
+ y="677.18359"
+ rx="0"
+ ry="0"
+ inkscape:export-xdpi="768"
+ inkscape:export-ydpi="768" />
+ <g
+ id="g3810"
+ transform="translate(-116.63208,10.090564)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path2982-5-04-3"
+ d="m 196.97592,677.87178 c -23.83446,0 -43.15204,19.3176 -43.15204,43.1521 0,20.0323 13.64373,36.8758 32.14919,41.7402 l 10.5962,13.5502 10.389,-13.297 c 19.02022,-4.5053 33.17735,-21.5959 33.17735,-41.9934 0,-23.8345 -19.32524,-43.1521 -43.1597,-43.1521 z"
+ style="color:#000000;fill:#20bbdf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="rect3772-9-2-4"
+ d="m 196.97592,694.18428 c -14.80226,0 -26.83958,12.0373 -26.83958,26.8396 0,14.8022 12.03732,26.8472 26.83958,26.8472 14.80227,0 26.83959,-12.045 26.83959,-26.8472 0,-14.8023 -12.03732,-26.8396 -26.83959,-26.8396 z m 0,3.6829 c 12.81185,0 23.15663,10.3448 23.15663,23.1567 0,12.8118 -10.34478,23.1643 -23.15663,23.1643 -12.81184,0 -23.15662,-10.3525 -23.15662,-23.1643 0,-5.776 2.1014,-11.0487 5.58582,-15.1002 l 8.25598,8.256 1.70337,1.711 0.8747,0.8747 4.05126,4.0436 c 0.0488,0.049 0.0937,0.095 0.14577,0.1381 0.002,0 0.006,0 0.008,0 0.0505,0.041 0.1003,0.08 0.15345,0.1151 0.002,0 0.006,0 0.008,0 0.0531,0.035 0.10578,0.07 0.16114,0.1 0.0591,0.032 0.1153,0.059 0.17647,0.084 0.0593,0.024 0.11569,0.043 0.17648,0.061 0.12432,0.038 0.24797,0.064 0.37596,0.077 0.12488,0.012 0.25111,0.012 0.37598,0 0.18729,-0.018 0.3749,-0.065 0.55245,-0.1381 0.23706,-0.098 0.45708,-0.2422 0.65218,-0.4373 0.0488,-0.049 0.0954,-0.1015 0.13811,-0.1535 0.17071,-0.2083 0.29515,-0.4393 0.36829,-0.6829 0.0366,-0.1218 0.0569,-0.2429 0.0691,-0.3683 0.012,-0.1228 0.0115,-0.2531 0,-0.376 -2.4e-4,0 0,-0.01 0,-0.01 -0.0123,-0.1253 -0.0325,-0.2464 -0.0691,-0.3683 -0.0177,-0.059 -0.0458,-0.1192 -0.069,-0.1764 0,0 0,-0.01 0,-0.01 -0.0976,-0.2375 -0.24224,-0.4571 -0.43736,-0.6522 l -4.04358,-4.0436 -0.8747,-0.8747 -1.71106,-1.711 -8.22528,-8.2253 c 4.00409,-3.3071 9.14362,-5.2943 14.75488,-5.2943 z m -0.45271,8.1716 c -0.44829,0 -0.89179,0.1706 -1.23531,0.5141 l -3.97453,3.9668 1.71103,1.7111 5.20987,-5.2099 -0.46806,-0.468 c -0.34349,-0.3435 -0.79468,-0.5141 -1.243,-0.5141 z m 2.58576,1.8568 -5.20987,5.2099 4.0436,4.0436 c 1.24631,1.2463 1.24631,3.2806 0,4.527 -1.24631,1.2463 -3.28066,1.2463 -4.52697,0 l -4.0436,-4.0436 -5.14846,5.1484 11.92359,11.9236 c 0,0 8.68093,0.9101 12.17678,-2.5857 3.49587,-3.4959 2.70852,-12.2996 2.70852,-12.2996 l -11.92359,-11.9236 z m -7.0897,6.9286 c 0.23004,0 0.46133,0.085 0.63683,0.2609 0.35101,0.351 0.35101,0.9227 0,1.2737 -0.35101,0.351 -0.92268,0.351 -1.27369,0 -0.35101,-0.351 -0.35101,-0.9227 0,-1.2737 0.17551,-0.1755 0.40682,-0.2609 0.63686,-0.2609 z m -5.23288,0.2225 -3.90548,3.9055 c -0.68702,0.687 -0.68702,1.799 0,2.486 l 0.46805,0.468 5.14846,-5.1484 -1.71103,-1.7111 z m 8.77005,3.307 c 0.23003,0 0.45366,0.093 0.62917,0.2686 0.35101,0.351 0.35101,0.915 0,1.266 -0.35101,0.351 -0.915,0.351 -1.26601,0 -0.35101,-0.351 -0.35101,-0.915 0,-1.266 0.17551,-0.1755 0.40682,-0.2686 0.63684,-0.2686 z"
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:15;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ </g>
+</svg>
diff --git a/cobrands/fixamingata/lang_list b/cobrands/fixamingata/lang_list
new file mode 100644
index 0000000..18598f5
--- /dev/null
+++ b/cobrands/fixamingata/lang_list
@@ -0,0 +1 @@
+sv-se,Swedish,sv_SE
diff --git a/cobrands/fixamingata/radar.svg b/cobrands/fixamingata/radar.svg
new file mode 100644
index 0000000..d1c08df
--- /dev/null
+++ b/cobrands/fixamingata/radar.svg
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ x="0px"
+ y="0px"
+ width="640px"
+ height="640px"
+ viewBox="0 0 640 640"
+ style="enable-background:new 0 0 640 640;"
+ xml:space="preserve"
+ id="svg2"
+ inkscape:version="0.48.5 r10040"
+ sodipodi:docname="radar.svg"><metadata
+ id="metadata74"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+ id="defs72" /><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="2560"
+ inkscape:window-height="1534"
+ id="namedview70"
+ showgrid="false"
+ inkscape:zoom="2.085965"
+ inkscape:cx="335.66352"
+ inkscape:cy="189.41445"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" /><g
+ id="grid"><g
+ style="opacity:0.2;"
+ id="g5"><g
+ id="g7"><path
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ d="M320,640C143.125,640,0,496.875,0,320 S143.125,0,320,0s320,143.125,320,320S496.875,640,320,640z"
+ id="path9" /><path
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ d="M586.719,320 c0-147.344-119.375-266.719-266.719-266.719S53.281,172.656,53.281,320S172.656,586.719,320,586.719S586.719,467.344,586.719,320 z"
+ id="path11" /><path
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ d="M320,533.281 c-117.969,0-213.281-95.312-213.281-213.281S202.031,106.719,320,106.719S533.281,202.031,533.281,320 S437.969,533.281,320,533.281z"
+ id="path13" /><path
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ d="M480,320c0-88.438-71.562-160-160-160 s-160,71.562-160,160s71.562,160,160,160S480,408.438,480,320z"
+ id="path15" /><path
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ d="M320,426.719 c-58.906,0-106.719-47.812-106.719-106.719S261.094,213.281,320,213.281S426.719,261.094,426.719,320 S378.906,426.719,320,426.719z"
+ id="path17" /><path
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ d="M373.281,320 c0-29.531-23.75-53.281-53.281-53.281s-53.281,23.75-53.281,53.281s23.75,53.281,53.281,53.281S373.281,349.531,373.281,320z"
+ id="path19" /></g><g
+ id="g21"><line
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ x1="320"
+ y1="320"
+ x2="320"
+ y2="640"
+ id="line23" /><line
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ x1="320"
+ y1="320"
+ x2="546.25"
+ y2="546.25"
+ id="line25" /><line
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ x1="320"
+ y1="320"
+ x2="640"
+ y2="320"
+ id="line27" /><line
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ x1="320"
+ y1="320"
+ x2="546.25"
+ y2="93.75"
+ id="line29" /><line
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ x1="320"
+ y1="320"
+ x2="320"
+ y2="0"
+ id="line31" /><line
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ x1="320"
+ y1="320"
+ x2="93.75"
+ y2="93.75"
+ id="line33" /><line
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ x1="320"
+ y1="320"
+ x2="0"
+ y2="320"
+ id="line35" /><line
+ style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;"
+ x1="320"
+ y1="320"
+ x2="93.75"
+ y2="546.25"
+ id="line37" /></g></g></g><path
+ style="color:#000000;fill:#20bbdf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54330707;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 319.99008,222.511 c -61.6933,0 -111.69508,50.00191 -111.69508,111.69533 0,51.85193 35.31554,95.44999 83.21522,108.04107 l 27.42729,35.0736 26.89097,-34.4182 C 395.06056,431.24124 431.705,387.00364 431.705,334.20633 431.705,272.51291 381.68339,222.511 319.99008,222.511 z"
+ id="path2982-5-04-3-5"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/jonkri/fixamingata/logo/text4249-3-9_.png"
+ inkscape:export-xdpi="24.84"
+ inkscape:export-ydpi="24.84" /><path
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:15;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 322.56067,264.73439 c -38.31428,0 -69.47177,31.15753 -69.47177,69.47194 0,38.3144 31.15749,69.49188 69.47177,69.49188 38.31433,0 69.47181,-31.17748 69.47181,-69.49188 0,-38.31441 -31.15748,-69.47194 -69.47181,-69.47194 z m 0,9.53302 c 33.16229,0 59.93881,26.77653 59.93881,59.93892 0,33.16235 -26.77652,59.95886 -59.93881,59.95886 -33.16227,0 -59.93877,-26.79651 -59.93877,-59.95886 0,-14.95056 5.43928,-28.5986 14.45838,-39.08545 l 21.36985,21.3699 4.40902,4.4289 2.26408,2.26409 10.48631,10.46647 c 0.12631,0.12631 0.24253,0.24693 0.37731,0.35748 0.005,0.007 0.0154,0 0.0207,0 0.13073,0.10639 0.25962,0.20631 0.3972,0.29792 0.005,0 0.0155,-0.007 0.0207,0 0.13746,0.0911 0.27381,0.18198 0.41709,0.25807 0.15298,0.0823 0.29846,0.15323 0.45679,0.21846 0.15349,0.063 0.29946,0.11158 0.4568,0.15894 0.32179,0.0986 0.64184,0.16617 0.97313,0.19854 0.32324,0.0318 0.64997,0.0318 0.9732,0 0.48478,-0.0468 0.97038,-0.16827 1.42996,-0.3575 0.6136,-0.25237 1.18312,-0.62702 1.6881,-1.13208 0.12632,-0.12631 0.24694,-0.26249 0.3575,-0.3972 0.44186,-0.53928 0.76395,-1.13699 0.95329,-1.76756 0.0948,-0.31529 0.14727,-0.62886 0.17886,-0.9533 0.0311,-0.31797 0.0298,-0.65511 0,-0.97321 -6.4e-4,-0.007 0,-0.0129 0,-0.0207 -0.0319,-0.32443 -0.0842,-0.63795 -0.17886,-0.95332 -0.0458,-0.15195 -0.11855,-0.30854 -0.17862,-0.45676 0,-0.007 0,-0.0154 0,-0.0207 -0.25263,-0.6146 -0.62701,-1.18308 -1.13207,-1.68815 l -10.46642,-10.46644 -2.26408,-2.26411 -4.42893,-4.42891 -21.29038,-21.29047 c 10.36423,-8.55994 23.66743,-13.70366 38.19165,-13.70366 z m -1.17179,21.15142 c -1.16035,0 -2.30831,0.4415 -3.19748,1.33063 l -10.28771,10.26788 4.42885,4.42887 13.48526,-13.48525 -1.21153,-1.2115 c -0.88909,-0.88913 -2.05695,-1.33063 -3.21739,-1.33063 z m 6.693,4.80623 -13.48525,13.48525 10.46647,10.46649 c 3.22596,3.22599 3.22596,8.49171 0,11.71769 -3.22595,3.22598 -8.49168,3.22598 -11.71765,0 l -10.46647,-10.46651 -13.32632,13.32642 30.86311,30.86321 c 0,0 22.46979,2.35573 31.51847,-6.69302 9.04874,-9.04872 7.01076,-31.83634 7.01076,-31.83634 l -30.86312,-30.86319 z m -18.35103,17.93398 c 0.59544,0 1.19411,0.22105 1.64837,0.67526 0.90856,0.90857 0.90856,2.38828 0,3.29685 -0.90856,0.90855 -2.38827,0.90855 -3.29682,0 -0.90856,-0.90857 -0.90856,-2.38828 0,-3.29685 0.45429,-0.45426 1.05301,-0.67526 1.64845,-0.67526 z m -13.54483,0.57599 -10.10896,10.10896 c -1.77831,1.77829 -1.77831,4.65651 0,6.4348 l 1.2115,1.21153 13.32631,-13.32643 -4.42885,-4.42886 z m 22.70046,8.55985 c 0.59541,0 1.17426,0.24098 1.62856,0.69515 0.90856,0.90855 0.90856,2.36839 0,3.27692 -0.90857,0.90858 -2.36841,0.90858 -3.27696,0 -0.90855,-0.90853 -0.90855,-2.36837 0,-3.27692 0.45429,-0.4543 1.05301,-0.69515 1.6484,-0.69515 z"
+ id="rect3772-9-2-4-0"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/jonkri/fixamingata/logo/text4249-3-9_.png"
+ inkscape:export-xdpi="24.84"
+ inkscape:export-ydpi="24.84" /></svg> \ No newline at end of file
diff --git a/cobrands/fixamingata/spinner-transparent.xcf b/cobrands/fixamingata/spinner-transparent.xcf
new file mode 100644
index 0000000..7564ee1
--- /dev/null
+++ b/cobrands/fixamingata/spinner-transparent.xcf
Binary files differ