Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
histogram try
Browse files Browse the repository at this point in the history
  • Loading branch information
PAFT1501 committed Apr 29, 2020
1 parent 484c9ad commit b6c36c1
Show file tree
Hide file tree
Showing 32 changed files with 1,762 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/jars/classes.jar
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/Termite-WifiP2P-API
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pt.inesc.termite.wifidirect"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="21" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
</application>

</manifest>

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/Users/nsantos/Documents/bitbucket/project-termite/CMU1516/trunk/dist/Termite-WifiP2P-API/Termite-WifiP2P-API/src/main/res/values-v11/styles.xml -->
<eat-comment/>
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<!-- API 11 theme customizations can go here. -->
</style>
</resources>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/Users/nsantos/Documents/bitbucket/project-termite/CMU1516/trunk/dist/Termite-WifiP2P-API/Termite-WifiP2P-API/src/main/res/values-v14/styles.xml -->
<eat-comment/>
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<!-- API 14 theme customizations can go here. -->
</style>
</resources>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/Users/nsantos/Documents/bitbucket/project-termite/CMU1516/trunk/dist/Termite-WifiP2P-API/Termite-WifiP2P-API/src/main/res/values/strings.xml -->
<eat-comment/>
<string name="app_name">Termite-WifiP2P-API</string>
<!-- From: file:/Users/nsantos/Documents/bitbucket/project-termite/CMU1516/trunk/dist/Termite-WifiP2P-API/Termite-WifiP2P-API/src/main/res/values/styles.xml -->
<eat-comment/>
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
</resources>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/res
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/AndroidManifest.xml
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/Termite-WifiP2P-API-runtime.jar
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/Termite-WifiP2P-API-api.jar
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/package-aware-r.txt
Loading

0 comments on commit b6c36c1

Please sign in to comment.