Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 910d453

Browse files
author
Javatechig
committed
Added Export to Excel functionality to TODO
1 parent e330f88 commit 910d453

File tree

21 files changed

+724
-9
lines changed

21 files changed

+724
-9
lines changed

‎TODO Android App/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<uses-sdk
88
android:minSdkVersion="14"
99
android:targetSdkVersion="19" />
10+
11+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
12+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
13+
1014

1115
<application
1216
android:allowBackup="true"

‎TODO Android App/gen/android/support/v7/appcompat/R.java

Lines changed: 616 additions & 0 deletions
Large diffs are not rendered by default.
108 KB
Binary file not shown.

‎TODO Android App/libs/jxl.jar

709 KB
Binary file not shown.

‎TODO Android App/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
# Project target.
1414
target=android-19
15-
android.library.reference.1=../appcompat_v7_2
15+
android.library.reference.1=../../../../Android_Workspace/appcompat_v7
457 Bytes
Loading[フレーム]
262 Bytes
Loading[フレーム]
-381 Bytes
Loading[フレーム]
325 Bytes
Loading[フレーム]
185 Bytes
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /