Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
83eb64a9
Commit
83eb64a9
authored
Apr 07, 2021
by
AKandAK
Committed by
Jeffrey Schiller
Apr 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change Accerleromter to Accelerometer
parent
7df59e9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
appinventor/components/src/com/google/appinventor/components/runtime/Camera.java
...src/com/google/appinventor/components/runtime/Camera.java
+1
-1
appinventor/components/src/com/google/appinventor/components/runtime/Pedometer.java
.../com/google/appinventor/components/runtime/Pedometer.java
+1
-1
No files found.
appinventor/components/src/com/google/appinventor/components/runtime/Camera.java
View file @
83eb64a9
...
@@ -69,7 +69,7 @@ public class Camera extends AndroidNonvisibleComponent
...
@@ -69,7 +69,7 @@ public class Camera extends AndroidNonvisibleComponent
// whether to open into the front-facing camera
// whether to open into the front-facing camera
private
boolean
useFront
;
private
boolean
useFront
;
// wether or not we have permission to use the camera
// w
h
ether or not we have permission to use the camera
private
boolean
havePermission
=
false
;
private
boolean
havePermission
=
false
;
...
...
appinventor/components/src/com/google/appinventor/components/runtime/Pedometer.java
View file @
83eb64a9
...
@@ -31,7 +31,7 @@ import android.util.Log;
...
@@ -31,7 +31,7 @@ import android.util.Log;
*/
*/
@DesignerComponent
(
version
=
YaVersion
.
PEDOMETER_COMPONENT_VERSION
,
@DesignerComponent
(
version
=
YaVersion
.
PEDOMETER_COMPONENT_VERSION
,
description
=
"A Component that acts like a Pedometer. It senses motion via the "
+
description
=
"A Component that acts like a Pedometer. It senses motion via the "
+
"Acce
rlerom
ter and attempts to determine if a step has been "
+
"Acce
lerome
ter and attempts to determine if a step has been "
+
"taken. Using a configurable stride length, it can estimate the "
+
"taken. Using a configurable stride length, it can estimate the "
+
"distance traveled as well. "
,
"distance traveled as well. "
,
category
=
ComponentCategory
.
SENSORS
,
category
=
ComponentCategory
.
SENSORS
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment