Skip to content

Commit

Permalink
Merge pull request #2 from idonov8/remove-unnecessary-stuff
Browse files Browse the repository at this point in the history
Remove unnecessary stuff
  • Loading branch information
idonov8 authored May 5, 2020
2 parents a46c3f4 + 9ae2150 commit 77a78a0
Show file tree
Hide file tree
Showing 12 changed files with 138 additions and 401 deletions.
62 changes: 62 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots

# Bundle artifact
*.jsbundle

# CocoaPods
/ios/Pods/

# Release
/Release
5 changes: 1 addition & 4 deletions App/Consts.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export const REPEAT_LOCATION_SCAN_TIMES = 10;
const ALWAYS_SAME_DELAY = 3000;
export const NEXT_SAMPLE_DELAY = ALWAYS_SAME_DELAY || 30000; // 4 scans in 2min is Google's limitation
export const ANDROID10_SAMPLE_DELAY = ALWAYS_SAME_DELAY || 5000; // Android 10 gives option for more scans in dev settings
export const ANDROID10_API_LEVEL = 29;
export const NEXT_SAMPLE_DELAY = 45000; // scan every 45 seconds

export const GPS_TIMEOUT = NEXT_SAMPLE_DELAY;
export const API_TIMEOUT = NEXT_SAMPLE_DELAY;
Expand Down
125 changes: 0 additions & 125 deletions App/Containers/Data/DataScreen.js

This file was deleted.

32 changes: 0 additions & 32 deletions App/Containers/Data/DataScreenStyle.js

This file was deleted.

107 changes: 0 additions & 107 deletions App/Containers/LoggingSamples/LoggingSamplesScreen.js

This file was deleted.

34 changes: 0 additions & 34 deletions App/Containers/LoggingSamples/LoggingSamplesScreenStyle.js

This file was deleted.

Loading

0 comments on commit 77a78a0

Please sign in to comment.