Opened 10 months ago
Closed 10 months ago
#342 closed defect (fixed)
Remove Image Upload Size Fail-Safe
| Reported by: | mrroundhill | Owned by: | mrroundhill |
|---|---|---|---|
| Priority: | major | Milestone: | 2.1.5 |
| Component: | media | Version: | |
| Keywords: | Cc: |
Description
There's some code in ImageHelper?.java that resizes images to 1000px if they are too large in size. This was from the G1 era and probably isn't an issue any longer.
Change History (2)
comment:1 Changed 10 months ago by mrroundhill
- Owner set to mrroundhill
- Status changed from new to accepted
comment:2 Changed 10 months ago by mrroundhill
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.

(In [773]) Fixes #342 by removing check for large image. Fixed up setting 'Original Size' in the blog's settings as it appears this setting stopped working after the change that added support for custom sized linked images. Also set touchScreen required to false to experiment with the app on Google TV.