photo-android/.gitmodules
Eugene Popovich e2ac37972b Card 48 (Apply same as in trovebox-collect sync appearance to trovebox
app)
app:
- MainActivity: replaced onBackPressed with dispatchKeyEvent to overcome
some HE related issues
- SyncFragment: modified isBackKeyOverrode method to support back key in
the firstStepFragment
- SyncImageSlectionFragment: now it extends
common.fragment.sync.SyncImageSelectionFragment so a lot of common code
is removed. Added constructor, implementation of actionButtonPressed,
pageDeactivated method
- res/layout/fragment_sync_select_photos.xml: removed
- libs/*: removed a lot of common jars which are present in common
library

.gitmodules: updated HoloEverywhere path
- submodules/HoloEverywhere: switched to another bugfixing commit and to
repo httpdispatch/HoloEverywhere
2013-12-13 14:19:42 +02:00

12 lines
535 B
Text

[submodule "submodules/facebook-android-sdk"]
path = submodules/facebook-android-sdk
url = git://github.com/photo/facebook-android-sdk.git
[submodule "submodules/HoloEverywhere"]
path = submodules/HoloEverywhere
url = git://github.com/httpdispatch/HoloEverywhere.git
[submodule "submodules/PhotoView"]
path = submodules/PhotoView
url = https://github.com/chrisbanes/PhotoView.git
[submodule "submodules/viewpagerindicator"]
path = submodules/viewpagerindicator
url = git://github.com/JakeWharton/Android-ViewPagerIndicator.git