Skip to content

Commit

Permalink
Fix commit fragment recreation bug
Browse files Browse the repository at this point in the history
Revert android support library - the newer version doesn't play nicely with fragments
Remove app compat v7 library (unused)
Add 10" tablet screenshots

Change-Id: I094a7f530a4ec414416a6b8353c23242b57337ac
  • Loading branch information
p4r4n01d committed Apr 19, 2015
1 parent aabe5d8 commit 3180834
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies {
compile files('libs/android-support-v4.jar')
compile files('libs/libGoogleAnalyticsServices.jar')
compile files('libs/annotations.jar')
compile files('libs/android-support-v7-appcompat.jar')

compile 'com.google.code.gson:gson:2.3.1'
compile 'com.mcxiaoke.volley:library:1.0.12'
Expand Down
Binary file modified app/libs/android-support-v4.jar
Binary file not shown.
Binary file removed app/libs/android-support-v7-appcompat.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private void setupTabs() {

// Set up the ViewPager with the sections adapter.
/** The {@link android.support.v4.view.ViewPager} that will host the section contents. */
mViewPager = (ViewPager) this.getView();
mViewPager = (ViewPager) this.getView().findViewById(R.id.tabs);
mViewPager.setAdapter(mSectionsPagerAdapter);

// When swiping between different sections, select the corresponding
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<string name="nine_old_androids_website" translatable="false">http://nineoldandroids.com/</string>
<string name="listview_animations" translatable="false">ListViewAnimations</string>
<string name="listview_animations_website" translatable="false">https://github.com/nhaarman/ListViewAnimations</string>
<string name="support_library" translatable="false">Support Library v4 &amp; v7</string>
<string name="support_library" translatable="false">Support Library v4</string>
<string name="support_library_website" translatable="false">http://developer.android.com/tools/support-library/index.html</string>
<string name="gson_library" translatable="false">Gson</string>
<string name="gson_library_website" translatable="false">http://code.google.com/p/google-gson/</string>
Expand Down
Binary file modified promo/market/rk30/light_theme/main_screen_comments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified promo/market/rk30/light_theme/main_screen_properties.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified promo/market/rk30/light_theme/main_screen_reviewers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified promo/market/rk30/light_theme/supported_teams.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3180834

Please sign in to comment.