Closed w9jds closed 10 years ago
No blur :( On Sep 14, 2014 6:50 PM, "Jeremy Shore" notifications@github.com wrote:
Cleaned up Enum code for customizations
You can merge this Pull Request by running
git pull https://github.com/w9jds/Amphitheatre master
Or view, comment on, or merge it at:
https://github.com/jerrellmardis/Amphitheatre/pull/43 Commit Summary
- Added enable and disable blur
File Changes
- M README.md https://github.com/jerrellmardis/Amphitheatre/pull/43/files#diff-0 (4)
- A images/palette_expanding_info_panel.png https://github.com/jerrellmardis/Amphitheatre/pull/43/files#diff-1 (0)
- M tv/src/main/java/com/jerrellmardis/amphitheatre/fragment/BrowseFragment.java https://github.com/jerrellmardis/Amphitheatre/pull/43/files#diff-2 (38)
- M tv/src/main/java/com/jerrellmardis/amphitheatre/fragment/CustomizeDialogFragment.java https://github.com/jerrellmardis/Amphitheatre/pull/43/files#diff-3 (168)
- M tv/src/main/java/com/jerrellmardis/amphitheatre/util/Enums.java https://github.com/jerrellmardis/Amphitheatre/pull/43/files#diff-4 (102)
- M tv/src/main/java/com/jerrellmardis/amphitheatre/util/Utils.java https://github.com/jerrellmardis/Amphitheatre/pull/43/files#diff-5 (37)
- M tv/src/main/java/com/jerrellmardis/amphitheatre/widget/CardPresenter.java https://github.com/jerrellmardis/Amphitheatre/pull/43/files#diff-6 (34)
- M tv/src/main/res/values/strings.xml https://github.com/jerrellmardis/Amphitheatre/pull/43/files#diff-7 (1)
Patch Links:
- https://github.com/jerrellmardis/Amphitheatre/pull/43.patch
- https://github.com/jerrellmardis/Amphitheatre/pull/43.diff
— Reply to this email directly or view it on GitHub https://github.com/jerrellmardis/Amphitheatre/pull/43.
Just giving the user the ability to turn it off. Default is on :)
Haven't looked yet. In general I hate providing options for anything. On Sep 14, 2014 7:31 PM, "Jeremy Shore" notifications@github.com wrote:
Just giving the user the ability to turn it off. Default is on :)
— Reply to this email directly or view it on GitHub https://github.com/jerrellmardis/Amphitheatre/pull/43#issuecomment-55548271 .
That was the basis of my last two pulls! haha
Cleaned up Enum code for customizations