MCPcopy Index your code
hub / github.com/Integreight/1Sheeld-Android-App

github.com/Integreight/1Sheeld-Android-App @v1.9.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.9.0 ↗ · + Follow
3,771 symbols 10,950 edges 274 files 494 documented · 13% updated 9y agov1.9.0 · 2017-05-21★ 733 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

1Sheeld Android App Build Status

Overview

1Sheeld app is used along with our hardware shield to either control Arduino, read your smartphone's sensors in your Arduino sketch, post on social media, or even control your Android device. It enables you to scan, connect, and interact with nearby 1Sheelds using our custom protocol

Installation

You can download the latest version of our app from Google Play Store, or pick your preferred version directly from our repo's releases page.

Screenshots

App Screenshots

Building

The repo is a generic Gradle project, it was built and tested using the latest stable version of Android Studio.

To build the project and generate the release and debug apk(s), run this command on the root of the repo:

.\gradlew assemble

Access Tokens

In case you want to use any of the web services we use, you should update its access tokens in meta_data.json file.

Compatibility

The app should work with Android devices running version 2.3 and above.

Contribution

Contributions are welcomed, please follow this pattern: - Fork the repo. - Open an issue with your proposed feature or bug fix. - Commit and push code to a new branch in your forked repo. - Submit a pull request to our development branch.

Don't forget to drop us an email, post on our forum, or mention us on Twitter or Facebook about what you have built using 1Sheeld, we would love to hear about it.

Learn More

Changelog

To see what has changed in recent versions of 1Sheeld Android App, see the Change Log.

License and Copyright

This code is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 only, as
published by the Free Software Foundation.

This code is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
version 3 for more details (a copy is included in the LICENSE file that
accompanied this code).

Please contact Integreight, Inc. at info@integreight.com or post on our
support forums www.1sheeld.com/forum if you need additional information
or have any questions.

Extension points exported contracts — how you extend this code

EmptyViewMethodAccessor (Interface)
Interface that allows PullToRefreshBase to hijack the call to AdapterView.setEmptyView() @author chris [6 implementers]
pullToRefreshlibrary/src/main/java/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.java
SelectionAction (Interface)
@author Ahmed Saad Interface used to Invalidate specific shield on select [7 implementers]
oneSheeld/src/main/java/com/integreight/onesheeld/shields/ControllerParent.java
PageIndicator (Interface)
A PageIndicator is responsible to show an visual indicator on the total views number and the current visible view. [12 …
pagerIndicator/src/main/java/com/viewpagerindicator/PageIndicator.java
OnScrollChangedListener (Interface)
@author Cyril Mottier with modifications from Manuel Peinado [1 implementers]
quickReturnHeader/src/main/java/com/cyrilmottier/android/translucentactionbar/NotifyingScrollView.java
IPullToRefreshConsumer (Interface)
Interface for communations with PullToRefreshBase @author Wonjun Kim [3 implementers]
pullToRefreshlibrary/src/main/java/com/handmark/pulltorefresh/library/IPullToRefreshConsumer.java
ButtonShape (Interface)
Created by Moustafa Nasr on 7/21/2015. [8 implementers]
oneSheeld/src/main/java/com/integreight/onesheeld/shields/controller/utils/glcd/ButtonShape.java
OnTabReselectedListener (Interface)
Interface for a callback when the selected tab has been reselected.
pagerIndicator/src/main/java/com/viewpagerindicator/TabPageIndicator.java
OnListViewScrollListener (Interface)
(no doc) [1 implementers]
quickReturnHeader/src/main/java/com/manuelpeinado/quickreturnheader/ListViewScrollObserver.java

Core symbols most depended-on inside this repo

Shape

Method 3,328
Class 337
Interface 83
Enum 23

Languages

Java100%

Modules by API surface

pullToRefreshlibrary/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java129 symbols
oneSheeld/src/main/java/com/integreight/onesheeld/utils/customviews/LockPatternViewEx.java71 symbols
oneSheeld/src/main/java/com/integreight/onesheeld/shields/controller/utils/CameraHeadService.java67 symbols
pagerIndicator/src/main/java/com/viewpagerindicator/TitlePageIndicator.java61 symbols
oneSheeld/src/main/java/com/integreight/onesheeld/shields/controller/ColorDetectionShield.java57 symbols
oneSheeld/src/main/java/com/integreight/onesheeld/MainActivity.java57 symbols
oneSheeld/src/main/java/com/integreight/onesheeld/model/InternetRequest.java51 symbols
pullToRefreshlibrary/src/main/java/com/handmark/pulltorefresh/configuration/xml/XmlPullParserWrapper.java48 symbols
oneSheeld/src/main/java/com/integreight/onesheeld/shields/controller/TwitterShield.java46 symbols
oneSheeld/src/main/java/com/integreight/onesheeld/OneSheeldApplication.java46 symbols
pullToRefreshlibrary/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java45 symbols
pullToRefreshlibrary/src/main/java/com/handmark/pulltorefresh/library/internal/AbstractDefaultGoogleStyleViewLayout.java45 symbols

For agents

$ claude mcp add 1Sheeld-Android-App \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page