Skip to content

Commit

Permalink
Logo and project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bionicl committed Jul 27, 2018
1 parent 58bbb22 commit 69bd76f
Show file tree
Hide file tree
Showing 9 changed files with 253 additions and 6 deletions.
10 changes: 10 additions & 0 deletions Assets/Logo.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Logo/Group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions Assets/Logo/Group.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Logo/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions Assets/Logo/[email protected]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Logo/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions Assets/Logo/[email protected]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PlayerSettings:
targetDevice: 2
useOnDemandResources: 0
accelerometerFrequency: 60
companyName: DefaultCompany
companyName: Teal Fire
productName: MapMoves
defaultCursor: {fileID: 0}
cursorHotspot: {x: 0, y: 0}
Expand Down Expand Up @@ -147,7 +147,8 @@ PlayerSettings:
resolutionScalingMode: 0
androidSupportedAspectRatio: 1
androidMaxAspectRatio: 2.1
applicationIdentifier: {}
applicationIdentifier:
Standalone: com.TealFire.MapMoves
buildNumber: {}
AndroidBundleVersionCode: 1
AndroidMinSdkVersion: 16
Expand Down Expand Up @@ -236,7 +237,14 @@ PlayerSettings:
banner: {fileID: 0}
androidGamepadSupportLevel: 0
resolutionDialogBanner: {fileID: 0}
m_BuildTargetIcons: []
m_BuildTargetIcons:
- m_BuildTarget:
m_Icons:
- serializedVersion: 2
m_Icon: {fileID: 2800000, guid: f1c6984120e7d4fcfb4fba4c5e2b92d5, type: 3}
m_Width: 128
m_Height: 128
m_Kind: 0
m_BuildTargetBatching: []
m_BuildTargetGraphicsAPIs: []
m_BuildTargetVRSettings: []
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Simple app to check Moves app history in Unity.
Simple app to check **Moves app & Arc app** history in Unity.

![][image-1]

Expand All @@ -9,17 +9,18 @@ Simple app to check Moves app history in Unity.
3. Export your data from [Moves website][2] (Sign in -\> Export data), then move `json/full/storyline.json` from downloaded package into `Assets/Resources` folder of Unity project
4. Run the app

**Builded Release soon!**

### Current features:
- Display Moves storyline data with summary
- Display map with all path drawn
- Activity filters
- Activity history display
- Detailed place info (place address, visiting hours, visiting weekdays, custom icons)
- Places search
- Google maps integration
- Press `S` to save places icons
### Planned features:
- Support for Arc app GPX
### Planned features:
- Calendar view to change day
- Favourite/Top visited places
- Date range filters
Expand Down

0 comments on commit 69bd76f

Please sign in to comment.