Skip to content

Commit

Permalink
Add dates comments. Updated marker design. Commercial organizations h…
Browse files Browse the repository at this point in the history
…ave been removed from the map.
  • Loading branch information
pelixpng committed Mar 6, 2024
1 parent 3af72a8 commit e92544e
Show file tree
Hide file tree
Showing 141 changed files with 810 additions and 791 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,29 @@ about the project [here](https://docs.pastvu.com/en/about). Platform source
<img src="img/12.png" width="250" />
</p>

# More screenshots

<details>
<summary>show</summary>
<p align="center">
<img src="img/13.png" width="250" />
<img src="img/14.png" width="250" />
<img src="img/15.png" width="250" />
</p>

<p align="center">
<img src="img/16.png" width="250" />
<img src="img/17.png" width="250" />
<img src="img/18.png" width="250" />
</p>

<p align="center">
<img src="img/19.png" width="250" />
<img src="img/20.png" width="250" />
<img src="img/21.png" width="250" />
</p>
</details>

# Resources Used

- [TaigaUI](https://taiga-ui.dev/) components were used in the design;
Expand Down
1 change: 1 addition & 0 deletions code/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ npm-debug.*
*.orig.*
web-build/


# macOS
.DS_Store
.vscode
Expand Down
4 changes: 2 additions & 2 deletions code/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ android {
applicationId 'com.pelixpng.PastVuApp'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.3.1"
versionCode 6
versionName "1.4.0"

buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString())
}
Expand Down
108 changes: 54 additions & 54 deletions code/app.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"expo": {
"name": "PastVu",
"slug": "PastVuApp",
"version": "1.3.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#2D61A0"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.pelixpng.PastVuApp"
},
"android": {
"softwareKeyboardLayoutMode": "pan",
"config": {
"googleMaps": {
"apiKey": "YOUR_GOOGLE_MAPS_API_KEY"
}
},
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.pelixpng.PastVuApp",
"versionCode": 5
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "e18d3b69-bdd0-4b43-a4e2-02847112f893"
}
},
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/e18d3b69-bdd0-4b43-a4e2-02847112f893"
},
"plugins": [
[
"expo-media-library",
{
"photosPermission": "Allow $(PRODUCT_NAME) to access your photos.",
"savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.",
"isAccessMediaLocationEnabled": true
}
]
]
}
"expo": {
"name": "PastVu",
"slug": "PastVuApp",
"version": "1.4.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#2D61A0"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.pelixpng.PastVuApp"
},
"android": {
"softwareKeyboardLayoutMode": "pan",
"config": {
"googleMaps": {
"apiKey": "YOUR_GOOGLE_MAPS_API_KEY"
}
},
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.pelixpng.PastVuApp",
"versionCode": 6
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "e18d3b69-bdd0-4b43-a4e2-02847112f893"
}
},
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/e18d3b69-bdd0-4b43-a4e2-02847112f893"
},
"plugins": [
[
"expo-media-library",
{
"photosPermission": "Allow $(PRODUCT_NAME) to access your photos.",
"savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.",
"isAccessMediaLocationEnabled": true
}
]
]
}
}
Binary file added code/assets/markers/Arrow-pin-1840-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1840-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1850-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1850-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1860-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1860-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1870-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1870-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1880-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1880-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1890-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1890-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1895-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1895-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1900-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1900-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1905-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1905-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1915-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1915-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1920-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1920-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1930-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1930-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1940-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/assets/markers/Arrow-pin-1940-night.png
Binary file added code/assets/markers/Arrow-pin-1950-day.png
Binary file added code/assets/markers/Arrow-pin-1950-night.png
Binary file added code/assets/markers/Arrow-pin-1955-day.png
Binary file added code/assets/markers/Arrow-pin-1955-night.png
Binary file added code/assets/markers/Arrow-pin-1960-day.png
Binary file added code/assets/markers/Arrow-pin-1960-night.png
Binary file added code/assets/markers/Arrow-pin-1965-day.png
Binary file added code/assets/markers/Arrow-pin-1965-night.png
Binary file added code/assets/markers/Arrow-pin-1970-day.png
Binary file added code/assets/markers/Arrow-pin-1970-night.png
Binary file added code/assets/markers/Arrow-pin-1975-day.png
Binary file added code/assets/markers/Arrow-pin-1975-night.png
Binary file added code/assets/markers/Arrow-pin-1980-day.png
Binary file added code/assets/markers/Arrow-pin-1980-night.png
Binary file added code/assets/markers/Arrow-pin-1990-day.png
Binary file added code/assets/markers/Arrow-pin-1990-night.png
Binary file added code/assets/markers/Arrow-pin-2000-day.png
Binary file added code/assets/markers/Arrow-pin-2000-night.png
Binary file added code/assets/markers/Dot-pin-1840-day.png
Binary file added code/assets/markers/Dot-pin-1840-night.png
Binary file added code/assets/markers/Dot-pin-1850-day.png
Binary file added code/assets/markers/Dot-pin-1850-night.png
Binary file added code/assets/markers/Dot-pin-1860-day.png
Binary file added code/assets/markers/Dot-pin-1860-night.png
Binary file added code/assets/markers/Dot-pin-1870-day.png
Binary file added code/assets/markers/Dot-pin-1870-night.png
Binary file added code/assets/markers/Dot-pin-1880-day.png
Binary file added code/assets/markers/Dot-pin-1880-night.png
Binary file added code/assets/markers/Dot-pin-1890-day.png
Binary file added code/assets/markers/Dot-pin-1890-night.png
Binary file added code/assets/markers/Dot-pin-1895-day.png
Binary file added code/assets/markers/Dot-pin-1895-night.png
Binary file added code/assets/markers/Dot-pin-1900-day.png
Binary file added code/assets/markers/Dot-pin-1900-night.png
Binary file added code/assets/markers/Dot-pin-1905-day.png
Binary file added code/assets/markers/Dot-pin-1905-night.png
Binary file added code/assets/markers/Dot-pin-1915-day.png
Binary file added code/assets/markers/Dot-pin-1915-night.png
Binary file added code/assets/markers/Dot-pin-1920-day.png
Binary file added code/assets/markers/Dot-pin-1920-night.png
Binary file added code/assets/markers/Dot-pin-1930-day.png
Binary file added code/assets/markers/Dot-pin-1930-night.png
Binary file added code/assets/markers/Dot-pin-1940-day.png
Binary file added code/assets/markers/Dot-pin-1940-night.png
Binary file added code/assets/markers/Dot-pin-1950-day.png
Binary file added code/assets/markers/Dot-pin-1950-night.png
Binary file added code/assets/markers/Dot-pin-1955-day.png
Binary file added code/assets/markers/Dot-pin-1955-night.png
Binary file added code/assets/markers/Dot-pin-1960-day.png
Binary file added code/assets/markers/Dot-pin-1960-night.png
Binary file added code/assets/markers/Dot-pin-1965-day.png
Binary file added code/assets/markers/Dot-pin-1965-night.png
Binary file added code/assets/markers/Dot-pin-1970-day.png
Binary file added code/assets/markers/Dot-pin-1970-night.png
Binary file added code/assets/markers/Dot-pin-1975-day.png
Binary file added code/assets/markers/Dot-pin-1975-night.png
Binary file added code/assets/markers/Dot-pin-1980-day.png
Binary file added code/assets/markers/Dot-pin-1980-night.png
Binary file added code/assets/markers/Dot-pin-1990-day.png
Binary file added code/assets/markers/Dot-pin-1990-night.png
Binary file added code/assets/markers/Dot-pin-2000-day.png
Binary file added code/assets/markers/Dot-pin-2000-night.png
3 changes: 1 addition & 2 deletions code/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = function (api) {
api.cache(true)
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin']
presets: ['babel-preset-expo']
}
}
2 changes: 1 addition & 1 deletion code/ios/PastVu/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
122 changes: 20 additions & 102 deletions code/package-lock.json

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

Loading

0 comments on commit e92544e

Please sign in to comment.