-
Notifications
You must be signed in to change notification settings - Fork 949
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from xLaMbChOpSx/master
Actionbar, Device Class rewrite, Notification, Database Helper Class and more
- Loading branch information
Showing
24 changed files
with
886 additions
and
574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
045c79330c542825344ce10ab654ba0b0fcc2a0a |
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:id="@+id/track_cell" | ||
android:icon="@drawable/track_cell" | ||
android:title="@string/track_cell" | ||
android:showAsAction="ifRoom"/> | ||
<item android:id="@+id/track_location" | ||
android:icon="@drawable/ic_action_location_off" | ||
android:title="@string/track_location" | ||
android:showAsAction="ifRoom" /> | ||
<item android:id="@+id/track_signal" | ||
android:icon="@drawable/ic_action_network_cell" | ||
android:title="@string/track_signal" | ||
android:showAsAction="ifRoom" /> | ||
<item android:id="@+id/show_map" | ||
android:icon="@drawable/ic_action_map" | ||
android:title="@string/show_map" | ||
android:showAsAction="ifRoom" /> | ||
<item android:id="@+id/export_database" | ||
android:icon="@drawable/ic_action_import_export" | ||
android:title="@string/export_database" | ||
android:showAsAction="ifRoom" /> | ||
<item android:id="@+id/at_injector" | ||
android:icon="@drawable/ic_action_computer" | ||
android:title="@string/at_ril_injection" | ||
android:showAsAction="ifRoom" /> | ||
<item android:id="@+id/app_exit" | ||
android:icon="@drawable/ic_action_remove" | ||
android:title="@string/quit" | ||
android:showAsAction="ifRoom" /> | ||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.