[widget][2.1+][3.1+][retired] Scrollable news widget (2.1.2)

Search This thread

gdodinet

Senior Member
Sep 16, 2010
246
121
gilles.dodinet.fr
[2014.01] This app has been revived thanks to rori~! Please find the latest version here.

History

---

Last edit 2012-11-04: version 2.1.2.

ICS compatible [see history below]. Min compatibility: Android 3.1 (api level 12).

Source is available on google code under a GPL 3 license: http://code.google.com/p/scrollable-news-widget/source/checkout

Eclair, Froyo Gingerbread (and Honeycomb 3.0) users: please use v1.4.4.1.

Previous versions are available form google code : http://code.google.com/p/scrollable-news-widget/downloads/list

---

I've published yesterday [23 nov. 2010] the first version of a scrollable news widget. This is my first attempt at android development.

I've tested the widget against Launcher Pro and ADW Launcher quickly and quite extensively with Zeam. It still needs some work (amonst other things: theming, feed validation, feed lookup, ...) but it is still usable -- meaning i use it.

Since version 1.4.0 GReader and news sharing are supported through Scrollable News Addons (paid app).
The addon has been unpublished as it won't be maintained anymore. Its features will in time be integrated into the main app.

snw-lite.png


screenshot_9.png
snap20110130_165733.png


Version history:

2.1.2 (2012-11-04)
- Add 2 and 3- column layout (not tested with HC)

2.1.1 (2012-10-28)
- minor bugs fixes and some sanity checks

2.1.0 (2012-10-27)
- Fix embedded browser menu (JB)
- Google news thumbnail hack (url fix)
- Stop loading option (reader menu)
- Support media:content thumbnail
- Fix media:description incorrect use
- Add the option to hide story title
- Get rid of the hideous orb icon
- Add "mark all read" option"
- Tweak main settings activity

2.0.11 (2012-07-25)
- Critical bug fix regarding wifi connected state

2.0.10 (2012-07-24)
- Fix a minor issue regarding non standard date formats

2.0.9 (2012-06-21)
- Minor bug fixes
- More sanity checks

2.0.8 (2012-06-05)
- Allow to distribute stories evenly between feeds
- Defaults update date to pub date if not set
- Do no update date if no feed(s) not reloaded
- Minor bug fixes

2.0.7 (2012-05-21)
- Fix overlapping elements in layouts 3 & 4

2.0.6 (2012-05-20)
- Improve background handling
- Minor bug fixes
- Fix thumbnail size
- Improve layouts 2, 3 & 4

2.0.5 (2012-05-18)
- Add debug mode (unhide active areas)
- Various ergonomics improvements
- More support for malformed feeds!
- Fix "Nothing to read" bug!
- Show widget title while loading
- Minor bug fixes

2.0.4 (2012-05-17)
- Fix HoneyComb updating bug
- Improve background handling
- Force title visibility on HC
- Change theme to Holo dark
- Add "what's new dialog"

2.0.3 (2012-05-16) (version gap intended)
- Offline cache browsing (LOAD_CACHE_ELSE_NETWORK when offline)
- More sanity checks (empty description, null bmp, etc.)
- Yahoo namespace support (http://search.yahoo.com/mrss/)
- Fix widget size (250dp vs. 294dp)
- add minResize[Width|Height] attributes

2.0.1 (2012-05-15) {Maintenance release}
- Fix image extractor bug (no body | bad image)
- Reload widget on news deletion
- Force extension on export (snb, snt, opml)
- Ignore feed on import if title or url is null
- Read feed color on import
- Show file path on export success
- Use item content if description not provided
- Clear stories before loading new ones (option)

2.0.0 (2012-05-13)
- Add third active zone in widget title bar [config | refresh | reload]
- Add FR translation
- Add RU translation (thanks to ViNNNtalik@xda)
- Minor bug fixes

2.0.0-rc1 (2012-05-10)
- Add the option to eagerly download thumbnails (global option, default=true)
- Fix feed export
- Remove doc! Replace with an About page

2.0.0-beta-3 (2012-05-08)
- Add maintenance operations (clear cache, etc.)
- Hopefully improve in-body thumbnail handling
- Lay out foundations of the user guide

2.0.0-beta-2 (2012-05-07)
- Widget config: automatically apply theme (resp. behaviour) if there's only one
- Add default theme (default dark + default light)
- Fix footer padding (layout 5)
- Implement feed color (takes precedence in story title)
- Minor fixes

2.0.0-beta-1 (2012-05-06)
- Complete rewrite of the widget to support ICS
- Need Android > 3.1 (Honeycomb; API Level 12)
- Hopefully much better ergonomics and slightly better performance
- Sparse documentation (in progress)

1.4.4.1 (2011-05-26)
- Fix gap in news entry when content is hidden
- Make center crop (full width thumbnails) optional

1.4.4 (2011-05-25)
- Add square corners backgrounds
- Bring back plain backgrounds
- Center thumbnail if content is hidden
- Add thumbnail lookup priority option
- Add minimum thumbnail size option
- Increase max thumbnail size
- Add large thumbnails warning
- Workaround wrong enclosed image mimetype
- Allow to clear thumbnail cache
- Refine send logs content
- Full title (not trimmed) if content is hidden
- Skip share dialog (one click less)
- Do not reload built-in browser if url not changed
- Add built-in browser back button support
- Fix built-in browser history navigation state
- Fix browser and share activities flow

1.4.3.1 (2011-05-15)
- Render items before fetching images

1.4.3 (2011-05-14)
- Layout optimization: no more choppy scrolling!
- Improve thumbnail support
- Add visual indicator while fetching thumbs
- Always reload after clicking "update configuration"
- Single click edit feed
- Remove widget title shadow
- Readd widget scrollbar

1.4.2 (2011-05-07)
- Add option to use legacy parser instead of the new one
- Add option to not lookup images in entry summary
- Improve addon support / maintain feed source
- Try and tweak scrolling
- Fix feeds disappearing if not saved
- Fix regular headline option

1.4.1.2 (2011-05-01)
- Fix encoding regression

1.4.1.1 (2011-04-29)
- Add OPML Support for import/export
- Send custom user agent to prevent servers to detect mobile device (some servers can forward to a non rss feed page -- f.i. mobile tailored homepage)
- When multiple urls are provided for an entry, try to select the most appropriate one

1.4.1 (2011-04-28)
- Fix same date issues (causing incomplete feed loading)
- Fallback to today if date not retrieved
- Prefer source feed title over registered feed name
- Add option to show real entry author name
- Improve layouts and add right thumbnail option

1.4.0.3 (2011-04-27)
- Fix date parsing issues

1.4.0.2 (2011-04-26)
- Fix encoding issues introduced by 1.4.0
- Prevent potential name issue

1.4.0.1 (2011-04-25)
- Make feed parser more lenient
- Fix refresh after thumbnail fetch

1.4.0 (2011-04-24)
- Add built-in navigation controls
- Fix https feed issue
- Add wide widgets for 5 column compatible launchers
- Change thumbnail entry position (left)
- Shorten footer date (MMM d, HH:mm)
- Huge performance boost (dropped Rome parser)
- Built-in browser now listed in recent activities
- Properly lookup enclosed images (i think)
- Prevent potential single quote issue
- Add a search feed feature
- Fix unneeded image fetching
- Add simple addon support

1.3.4 (2011-02-21)
- Fix feed color persistency
- Add plain background options
- Alternative entry date parsing

1.3.3 (2011-02-06)
- Restore instapaper mobilizer alternative
- Add font size tweaking options
- Add headline bold font option
- Fix FC when setting default preferences
- Fix (caught) IllegalStateException when setting feed color
- Try preventing OOME when dealing with insane thumbnail settings

1.3.3-rc (2011-01-30)
- Add a "Hide header" option
- Fix the infamous "hard to hit refresh" issue
- Improve no background layout
- Integrate Instapaper text version
- Notification support (ongoing and transient notifications)
- Protect against AIOOBE (cannot reproduce)

1.3.2 (2010-12-20)
- Fix duplicate entries if changing feed color
- Fix FC on orientation change
- Try fixing FC on 1.3.1 (bad db upgrade)
- Relocate data folder to /Android/data (should be transparent)

1.3.1 (2010-12-19)
- Allow for bigger thumb
- Per widget thumb size
- Change thumb position
- Improve offline refresh
- Feed color discriminant
- Fix AM/PM summary (%a)

1.3 (2010-12-12)
- Add feed lookup feature
- Add Full transparent background
- Refine Widget reconfiguration
- Add hide footer option
- Show last update in widget title
- Customize widget title format
- Add clear cache option
- Add Thumbnail support
- Use progress dialog for long running operations
- Minor fixes

1.2 (2010-12-02)
- Import/export feeds to SD
- Save/restore preferences
- Set/apply default preferences
- Add Mobilizer option
- Capitalize headline and footer option
- Add transparent bg
- Per widget BG (no change at runtime)
- Auto prepend http:// if missing
- Various fixes and improvements

1.1 (2010-11-28)
- Removed ads
- Configurable tap action
- Configurable summary crop
- Allow hiding news summary
- Organize preference screen
- Add simple appearance tweaks
- Add simple feed validation
- Add more refresh intervals

1.0.1 (2010-11-22)
- Blind fix locked db issue
- Do not crop news summary

1.0 (2010-11-21)
- Initial release
 

Attachments

  • scrollable-news-widget-1.4.4.1.apk
    620.6 KB · Views: 2,402
  • scrollable-news-widget-2.0.11.apk
    475.6 KB · Views: 625
  • scrollable-news-widget-2.1.1.apk
    476 KB · Views: 413
  • scrollable-news-widget-2.1.2.apk
    480.8 KB · Views: 1,765
Last edited:

Berliner42

Member
Oct 1, 2010
10
0
Loaded it in the market but wasn't able to launch the widget or to use the configuration menu. It only shows a grey screen, although Menu button works in config mode..
I have a Desire rooted with miui rom 0.11.12
Doesn't work neither with Launcher Pro nor with the DEll Launcher..
 

gdodinet

Senior Member
Sep 16, 2010
246
121
gilles.dodinet.fr
Hi Berliner,

Thanks for testing this widget. That's weird. I got a few comments in the market console that report a similar behaviour. However i'm not able to reproduce it. The grey background may indicate either that the widget feeds cannot be parsed or that scrollable widgets are not enabled.

I use android-rome-rss the fetch the feeds. Perhaps there is something to dig there? What feed(s) did you specify?
 

rori~

Senior Member
Aug 21, 2009
4,209
820
Vienna
Just tested on N1,ADW...works fine.
Needs a rss search of course...
But very nice, even like the widget :)

But I already use "AtomaRSS" which got a wonderful customization option...
 

gdodinet

Senior Member
Sep 16, 2010
246
121
gilles.dodinet.fr
Hi Rori,

Indeed AtomaRss is very similar, feature-wise. I discovered it yesterday when i opened this thread because xda suggested a list of related messages. Since choice is always good, i will maintain and try and improve this widget.

Anyway, thanks for trying out the widget. Truth is i'm a bit lost here: i don't understand why it works like a charm for some people and doesn't even load for others (as is the case for berliner). I get the same mixed messages in the comments and ratings. I still don't know how i can pinpoint the actual issues.
 

parker09

Senior Member
Apr 27, 2010
949
173
eparker.me
hey mate, awesome app, would be good if it gave a list (or used default browser) to view 'full' article - in my case the in built one doesn't seem to work, but that might just be a problem at my end.

Also maybe the option to have a limited number of words in the content area, eg. instead of having the full story have like say justa set number defined in the settings, eg. 15, 25, 50, 0(all)?

Other then that, I love the look, can basically blend in with any theme ;)
 

oswade

Senior Member
Jun 18, 2010
1,057
119
Looks awesome, matching very well with the launcherpro widgets :)

Unfortunately it won't work on my i9000 either. The widget is there but no feeds will display (i tried the default feed + one other).
 

boombuler

Senior Member
Jul 16, 2008
161
224
Hi,

short hint from widget dev to widget dev:

You should add the following code to your "receiver"-tags in the AndroidManifest.xml to allow ADW to automatically turn on the scrollable widget setting!

Code:
<meta-data android:name="LauncherMetadata.Requirements.Scrollable"
                                android:value="true" />
 

gdodinet

Senior Member
Sep 16, 2010
246
121
gilles.dodinet.fr
Hi all,

Thanks a lot for your feedback. I hope i can solve the no-loading issue thanks to boombuller's advice. However what worries me is that i tested it successfully with the free version of LauncherPro (pretty quickly though). Anyway i'll add that to the next version -- hopefully pretty soon.
 

Dodgylegs

Senior Member
Aug 13, 2010
422
38
Hi all,

Thanks a lot for your feedback. I hope i can solve the no-loading issue thanks to boombuller's advice. However what worries me is that i tested it successfully with the free version of LauncherPro (pretty quickly though). Anyway i'll add that to the next version -- hopefully pretty soon.

Am just getting a blank screen with this?
 

gdodinet

Senior Member
Sep 16, 2010
246
121
gilles.dodinet.fr
Am just getting a blank screen with this?

Hi Dodgylegs,

Thanks for your feedback, however i desperately need further intel to try and understand what's going on. Thus i have a silly question, since this works well for me. You use LP and did make sure scrollable widgets are activated, right?

The trick Boombuller provided works well with ADW (scrollable widgets get automatically activated), but not for LP. I have not yet published the new version though.
 
G

GuestK00138

Guest
I like the look of this!

Any chance it can hook into your Google Reader subscriptions...?
 

Dodgylegs

Senior Member
Aug 13, 2010
422
38
Hi Dodgylegs,

Thanks for your feedback, however i desperately need further intel to try and understand what's going on. Thus i have a silly question, since this works well for me. You use LP and did make sure scrollable widgets are activated, right?

The trick Boombuller provided works well with ADW (scrollable widgets get automatically activated), but not for LP. I have not yet published the new version though.

Hey Champ

Yeah, using LPP. I put in a feed link, say http://www.androidcentral.com/feed and save - then - I get no feeds in the widget, just the title Latest News

My bad.... solved with the right link! Apologies. Great Widget!
 
Last edited:

gdodinet

Senior Member
Sep 16, 2010
246
121
gilles.dodinet.fr
Hey Champ

Yeah, using LPP. I put in a feed link, say http://www.androidcentral.com/feed and save - then - I get no feeds in the widget, just the title Latest News

My bad.... solved with the right link! Apologies. Great Widget!

I'm glad you worked things out. Feed/URL validation is indeed a critical feature that is missing. It is planned for a coming version. I begin to think that I should assign a higher priority to it because i'm wondering if invalid feed urls are not the cause of all the "grey widget issue" reports. Thanks for telling me this.

brypie said:
Any chance it can hook into your Google Reader subscriptions?

Initially i didn't plan to integrate Google Reader (i actually planned not to). But this could certainly be done and i'll consider it. However please note this is not on top of the todo list.
 

Gimpeh

Senior Member
Feb 25, 2009
1,304
9
Springfield
You should set up a paid version that does have google reader integration. I'd certainly purchase it and I'm sure many others as well.
 

pdane

Senior Member
Nov 12, 2008
161
19
I'm using LPP and can't get any feeds to show up. Even the default Reuters feed that came with the app fails to load any feeds so I don't think that it is a url issue. If there is a way for me to get you any usable info off of my phone please let me know.

Sent from my PC36100 using XDA App
 

Dodgylegs

Senior Member
Aug 13, 2010
422
38
Loving this - thanks for all your hard work. I've been wanting something like this for ages!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 51
    [2014.01] This app has been revived thanks to rori~! Please find the latest version here.

    History

    ---

    Last edit 2012-11-04: version 2.1.2.

    ICS compatible [see history below]. Min compatibility: Android 3.1 (api level 12).

    Source is available on google code under a GPL 3 license: http://code.google.com/p/scrollable-news-widget/source/checkout

    Eclair, Froyo Gingerbread (and Honeycomb 3.0) users: please use v1.4.4.1.

    Previous versions are available form google code : http://code.google.com/p/scrollable-news-widget/downloads/list

    ---

    I've published yesterday [23 nov. 2010] the first version of a scrollable news widget. This is my first attempt at android development.

    I've tested the widget against Launcher Pro and ADW Launcher quickly and quite extensively with Zeam. It still needs some work (amonst other things: theming, feed validation, feed lookup, ...) but it is still usable -- meaning i use it.

    Since version 1.4.0 GReader and news sharing are supported through Scrollable News Addons (paid app).
    The addon has been unpublished as it won't be maintained anymore. Its features will in time be integrated into the main app.

    snw-lite.png


    screenshot_9.png
    snap20110130_165733.png


    Version history:

    2.1.2 (2012-11-04)
    - Add 2 and 3- column layout (not tested with HC)

    2.1.1 (2012-10-28)
    - minor bugs fixes and some sanity checks

    2.1.0 (2012-10-27)
    - Fix embedded browser menu (JB)
    - Google news thumbnail hack (url fix)
    - Stop loading option (reader menu)
    - Support media:content thumbnail
    - Fix media:description incorrect use
    - Add the option to hide story title
    - Get rid of the hideous orb icon
    - Add "mark all read" option"
    - Tweak main settings activity

    2.0.11 (2012-07-25)
    - Critical bug fix regarding wifi connected state

    2.0.10 (2012-07-24)
    - Fix a minor issue regarding non standard date formats

    2.0.9 (2012-06-21)
    - Minor bug fixes
    - More sanity checks

    2.0.8 (2012-06-05)
    - Allow to distribute stories evenly between feeds
    - Defaults update date to pub date if not set
    - Do no update date if no feed(s) not reloaded
    - Minor bug fixes

    2.0.7 (2012-05-21)
    - Fix overlapping elements in layouts 3 & 4

    2.0.6 (2012-05-20)
    - Improve background handling
    - Minor bug fixes
    - Fix thumbnail size
    - Improve layouts 2, 3 & 4

    2.0.5 (2012-05-18)
    - Add debug mode (unhide active areas)
    - Various ergonomics improvements
    - More support for malformed feeds!
    - Fix "Nothing to read" bug!
    - Show widget title while loading
    - Minor bug fixes

    2.0.4 (2012-05-17)
    - Fix HoneyComb updating bug
    - Improve background handling
    - Force title visibility on HC
    - Change theme to Holo dark
    - Add "what's new dialog"

    2.0.3 (2012-05-16) (version gap intended)
    - Offline cache browsing (LOAD_CACHE_ELSE_NETWORK when offline)
    - More sanity checks (empty description, null bmp, etc.)
    - Yahoo namespace support (http://search.yahoo.com/mrss/)
    - Fix widget size (250dp vs. 294dp)
    - add minResize[Width|Height] attributes

    2.0.1 (2012-05-15) {Maintenance release}
    - Fix image extractor bug (no body | bad image)
    - Reload widget on news deletion
    - Force extension on export (snb, snt, opml)
    - Ignore feed on import if title or url is null
    - Read feed color on import
    - Show file path on export success
    - Use item content if description not provided
    - Clear stories before loading new ones (option)

    2.0.0 (2012-05-13)
    - Add third active zone in widget title bar [config | refresh | reload]
    - Add FR translation
    - Add RU translation (thanks to ViNNNtalik@xda)
    - Minor bug fixes

    2.0.0-rc1 (2012-05-10)
    - Add the option to eagerly download thumbnails (global option, default=true)
    - Fix feed export
    - Remove doc! Replace with an About page

    2.0.0-beta-3 (2012-05-08)
    - Add maintenance operations (clear cache, etc.)
    - Hopefully improve in-body thumbnail handling
    - Lay out foundations of the user guide

    2.0.0-beta-2 (2012-05-07)
    - Widget config: automatically apply theme (resp. behaviour) if there's only one
    - Add default theme (default dark + default light)
    - Fix footer padding (layout 5)
    - Implement feed color (takes precedence in story title)
    - Minor fixes

    2.0.0-beta-1 (2012-05-06)
    - Complete rewrite of the widget to support ICS
    - Need Android > 3.1 (Honeycomb; API Level 12)
    - Hopefully much better ergonomics and slightly better performance
    - Sparse documentation (in progress)

    1.4.4.1 (2011-05-26)
    - Fix gap in news entry when content is hidden
    - Make center crop (full width thumbnails) optional

    1.4.4 (2011-05-25)
    - Add square corners backgrounds
    - Bring back plain backgrounds
    - Center thumbnail if content is hidden
    - Add thumbnail lookup priority option
    - Add minimum thumbnail size option
    - Increase max thumbnail size
    - Add large thumbnails warning
    - Workaround wrong enclosed image mimetype
    - Allow to clear thumbnail cache
    - Refine send logs content
    - Full title (not trimmed) if content is hidden
    - Skip share dialog (one click less)
    - Do not reload built-in browser if url not changed
    - Add built-in browser back button support
    - Fix built-in browser history navigation state
    - Fix browser and share activities flow

    1.4.3.1 (2011-05-15)
    - Render items before fetching images

    1.4.3 (2011-05-14)
    - Layout optimization: no more choppy scrolling!
    - Improve thumbnail support
    - Add visual indicator while fetching thumbs
    - Always reload after clicking "update configuration"
    - Single click edit feed
    - Remove widget title shadow
    - Readd widget scrollbar

    1.4.2 (2011-05-07)
    - Add option to use legacy parser instead of the new one
    - Add option to not lookup images in entry summary
    - Improve addon support / maintain feed source
    - Try and tweak scrolling
    - Fix feeds disappearing if not saved
    - Fix regular headline option

    1.4.1.2 (2011-05-01)
    - Fix encoding regression

    1.4.1.1 (2011-04-29)
    - Add OPML Support for import/export
    - Send custom user agent to prevent servers to detect mobile device (some servers can forward to a non rss feed page -- f.i. mobile tailored homepage)
    - When multiple urls are provided for an entry, try to select the most appropriate one

    1.4.1 (2011-04-28)
    - Fix same date issues (causing incomplete feed loading)
    - Fallback to today if date not retrieved
    - Prefer source feed title over registered feed name
    - Add option to show real entry author name
    - Improve layouts and add right thumbnail option

    1.4.0.3 (2011-04-27)
    - Fix date parsing issues

    1.4.0.2 (2011-04-26)
    - Fix encoding issues introduced by 1.4.0
    - Prevent potential name issue

    1.4.0.1 (2011-04-25)
    - Make feed parser more lenient
    - Fix refresh after thumbnail fetch

    1.4.0 (2011-04-24)
    - Add built-in navigation controls
    - Fix https feed issue
    - Add wide widgets for 5 column compatible launchers
    - Change thumbnail entry position (left)
    - Shorten footer date (MMM d, HH:mm)
    - Huge performance boost (dropped Rome parser)
    - Built-in browser now listed in recent activities
    - Properly lookup enclosed images (i think)
    - Prevent potential single quote issue
    - Add a search feed feature
    - Fix unneeded image fetching
    - Add simple addon support

    1.3.4 (2011-02-21)
    - Fix feed color persistency
    - Add plain background options
    - Alternative entry date parsing

    1.3.3 (2011-02-06)
    - Restore instapaper mobilizer alternative
    - Add font size tweaking options
    - Add headline bold font option
    - Fix FC when setting default preferences
    - Fix (caught) IllegalStateException when setting feed color
    - Try preventing OOME when dealing with insane thumbnail settings

    1.3.3-rc (2011-01-30)
    - Add a "Hide header" option
    - Fix the infamous "hard to hit refresh" issue
    - Improve no background layout
    - Integrate Instapaper text version
    - Notification support (ongoing and transient notifications)
    - Protect against AIOOBE (cannot reproduce)

    1.3.2 (2010-12-20)
    - Fix duplicate entries if changing feed color
    - Fix FC on orientation change
    - Try fixing FC on 1.3.1 (bad db upgrade)
    - Relocate data folder to /Android/data (should be transparent)

    1.3.1 (2010-12-19)
    - Allow for bigger thumb
    - Per widget thumb size
    - Change thumb position
    - Improve offline refresh
    - Feed color discriminant
    - Fix AM/PM summary (%a)

    1.3 (2010-12-12)
    - Add feed lookup feature
    - Add Full transparent background
    - Refine Widget reconfiguration
    - Add hide footer option
    - Show last update in widget title
    - Customize widget title format
    - Add clear cache option
    - Add Thumbnail support
    - Use progress dialog for long running operations
    - Minor fixes

    1.2 (2010-12-02)
    - Import/export feeds to SD
    - Save/restore preferences
    - Set/apply default preferences
    - Add Mobilizer option
    - Capitalize headline and footer option
    - Add transparent bg
    - Per widget BG (no change at runtime)
    - Auto prepend http:// if missing
    - Various fixes and improvements

    1.1 (2010-11-28)
    - Removed ads
    - Configurable tap action
    - Configurable summary crop
    - Allow hiding news summary
    - Organize preference screen
    - Add simple appearance tweaks
    - Add simple feed validation
    - Add more refresh intervals

    1.0.1 (2010-11-22)
    - Blind fix locked db issue
    - Do not crop news summary

    1.0 (2010-11-21)
    - Initial release
    2
    So true ... the "Scrollable news widget" is so much more neater, simpler and nicer. Feels so nice to use it and read news on this widget.

    Really, wish one of the experts out here could take on this and revive it!
    2
    1.3

    Hi,

    Thanks for sharing your thoughts about scrollable widget API and LP. As it turned out, i finally decided to continue supporting LP. So i rollbacked my changes and downgraded back to scrollable api v1.

    Version 1.3 has been published a bit earlier today (recent changes are listed in the first post) and is still compatible with LP. It includes some suggested improvements and a few minor fixes (most of them i had to blind code because i cannot reproduce them) .
    2
    How can I get this to get feeds from google reader?

    Use greader from a pc first. And make the feeds public. Watch ur public site and click atom link on the right. Copy That link.

    ____________
    Info, images & links to files:
    http://blackbearblanc.tumblr.com/
    Twitter:mad:jeppefoldager
    Blackbearblanc@gmail.com
    2
    True but I really think better feed discovery is required. It's the only reason I don't use this widget (and I really want to!). It is just painful to set up your feeds because sure-as-gravity I don't remember each of the URLs.

    Keyword search and find is required really... a search for "gizmodo" for example should return the appropriate feed IMHO.

    As stated here, this will be part of 1.4. 1.4 should also add some sort of news sharing feature (i'm working on it these days).