Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
WIP Implemented folder picker using intents (ref #29).
Browse files Browse the repository at this point in the history
This does not currently work, because golang does not support using URIs
as files, and we can't convert the URIs to paths.
  • Loading branch information
Nutomic committed Jul 27, 2014
1 parent 4431160 commit 7b23dc8
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 281 deletions.
7 changes: 0 additions & 7 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@
android:name=".gui.RepoSettingsActivity" />
<activity
android:name=".gui.NodeSettingsActivity" />
<activity
android:name=".gui.FolderPickerActivity"
android:label="@string/folder_picker_title" >
<meta-data
android:name="android.support.UI_OPTIONS"
android:value="splitActionBarWhenNarrow" />
</activity>
</application>

</manifest>

This file was deleted.

Loading

0 comments on commit 7b23dc8

Please sign in to comment.