[APP][1.6+][24/01/13] Timetable 1.0-beta1 - Android Apps and Games

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Timetable is a versatile scheduler for your Android phone. If you have a recurring schedule you have to stick to, Timetable will help you keep track of it. Its simple, elegant interface will get you to the information you need, quickly and efficiently, with intuitive navigation and a familiar timetable structure. Setting up your timetable takes mere minutes, and it is intuitive and easy - just press + to get started!
Timetable was built with the Android Design guidelines in mind, and follows them to a tee. It's optimised for Holo and optimised for tablets.
Latest - 1.0-beta1:
Code:
- Added a landscape optimised version of About page
- Removed 'Add Task' button
- Refined colours of tablet mode
- Swapped room and time around in expanded view
- Weeks can be added indefinitely from the action bar drop-down
- Classes can be added to any existing week
- Empty weeks are removed on app launch
Latest Market release - 0.9.1:
Code:
- Fixed a big bug - force close / timetable disappear on leaving for a while
- Two new UIs - compact and expanded - no longer uses ListView, much more attractive
- These UIs can be swapped between in the preferences, or to classic if you wish
- Compact style can be switched between displaying the room or start time
- Break periods are coloured grey
- On the current day, all periods up to and including the current one are highlighted
All 1.0 changes so far:
Code:
- Added swiping tabs
- Removed "Classic" UI, for simplicity reasons
- Improved UIs
- Reduced line thickness to 1dp, looks sharper
- Changed period name from big to bold in expanded
- Changed period name to bold in compact
- Refined the edit and setup UIs, now more Holo-friendly
- Buttons have no feedback
- Improved indent sizes to fit with Android Design guidelines
- No more rotation lock
- Fixed crash on rotation, may be unknown consequences
- Removed a whole heap of old code, renamed some classes
- Re-worked the widget, hopefully fixes some crashes + much prettier
- Added 'Refresh' menu item - ie current period will be highlighted on refresh
- Added themes - Light and Dark
- Light is Theme.Holo.Light on 3.0-3.2, Theme.Holo.Light.DarkActionBar on 4.0+ and Theme.Light on legacy
- Dark is Theme.Holo on 3.0+ and Theme on legacy (default)
- Switch themes in preferences
- Made the bug report feature have more information
- Set the spinner to have default text colour, was black (may cause problems on some OEM themes, ie Touchwiz)
- ActionBar now goes on bottom when necessary (4.0+)
- Tablet mode! Tablets will take advantage of greater screen space
- Now kicks in based on screen width (7-inch tablets will definitely work)
- United the tablet and tabbed mode into a single activity
- Tablet mode can activate and deactivate on rotation if necessary (probably on One X-sized devices)
- All menu items work properly in both modes now
- Made the preferences work better than before
- Added 'up' buttons to the ActionBar in preferences and edit screen
- Decreased text size in edit screen, looks better
- Removed the tabwidget, replaced with swiping-tab style header
- Header is present in tabbed and tablet modes
- Current day is underlined
- Added OnClickListener to each period, to be used for tasks + editing
- Removed some redundant aspects of TabController (tab stuff - now plain viewpager) - may be unstable, may be faster
- Replaced entire setup activities with new "Add Subject page"
- Not yet tablet optimised
- A warning - It gets buggy when you remove and add lots and lots of periods, because I got so confused...
- Added the ViewPagerIndicator library, proper ICS-style swiping tab widget!
- Refined the tablet title bar
- Removed transition animation on refresh on tabbed mode
- Updated ViewPagerIndicator library to v2.3.1, fixes jitter on swipe bug
- Renamed "Preferences" to "Settings" in compliance with Android Design guidelines
- Removed deprecated setup activities
- Revamped the settings menu and added icons (4.0+ only)
- Changed default theme to "Light"
- Created edit dialog box
- Created remove dialog box (confirmation)
- Changed app name to Timetable (I like it more)
- Settings relegated to overflow menu, as mandated by Android Design guidelines
- Added "Today" action item - jumps to current day
- Fixed graphical bug with clickable part of period
- Switched to using custom Period class, will make some things easier
- Fixed remove option bringing up edit dialog
- Fixed crash on fresh install (sorry!)
- Added time editor in edit dialog (not a dummy any more)
- Added end time
- Added an end time editor to edit dialog
- Timetable displays end time on main view
- Current period is highlighted blue, periods passed highlighted grey
- Probably very volatile due do database changes... This is why I was reluctant
- New logo
- Better execution of the visual metaphor
- Softer, lighter colours and no gradients
- Tilt consistent with Ravrahn logo (30 degrees)
- Altered Add Subject screen
- Removed Details header and Room field
- Room is now set for each period, not for each subject
- Added end time setter
- Removed "Name:" textview, replaced with hint in edittext
- Two rows per period, to fit more options
- Replaced Compact Detail setting with Compact Detail menu item
- Today menu item only appears on weekdays
- Changing settings no longer redirects you to the main activity
- Fixed a bug with Today menu item always bringing you to Monday
- Fixed and improved the widgets:
- 4x1 - Shows current period and next period
- 4x2 - Shows current, next, and after in a format similar to the app's expanded view
- Changed target version to v16 (Jelly Bean)
- Added a notification
- Ongoing, updates every minute
- Tells you how long until your next class, what the class is, and the room it's in
- Turn it on or off in Settings
- The tabs may automatically refresh every now and then, not sure
- Switched to NotificationCompact2.Builder by Jake Wharton
- Implemented ActionBarSherlock by Jake Wharton
- Added a bigContentView to the notification for Jelly Bean - needs work
- Fixed some crashes caused by widgets on weekends
- Fixed notification settings not switching properly
- Notification automatically turns off on weekends
- Added "Today" button for tablets
- Removed "Switch Week" button, implemented Action Bar dropdown for week switching
- Added "Toggle Expanded" Action item, removed "Change Detail Level" from Settings
- Added "Send Feedback" Action item, removed "Report Bug" from Settings
- Removed "View changes" from the settings page
- Expanded and Compact periods generate with identical code
- Compact periods are now clickable (but tiny...)
- Changed period context menu to regular click, rather than long press
- Removed Week table from database, all key-data store is now done through SharedPreferences - way faster and should be less buggy
- Updated Action Bar icons to look Holo on older devices
- Backup works for end times
- Added "Teacher" detail to Compact Detail selector, sets it to nothing
- Supports all versions of Android right back to 1.6 (it should, anyway - I don't have devices that old!)
- Fixed several crashes with widgets and notifications
- Notification does not appear if there are no classes coming up
- bigContentView is now substantially better
- Time now displays in the system format (24-hour or 12-hour)
- Removed "About" section of settings, added About activity accessible from Action Overflow
- Fixed TabController having Up button
- Revamped backup system, now produces a .csv file (code is neater, too). Multiple, custom-named backups possible
- Backup and Restore are now Action items in the timetable view
- Fixed backups not recording end times
- Fixed "Backup detected. Restore it?" not working
- Added "Legacy backup" to restore dialog list
- Actually added the About page, accessible from the Action overflow
- Aesthetic changes
- For Android 4.1+, now uses font family sans-serif-light (Roboto Light)
- This does not apply to dialogs or the Action Bar
- Light theme now uses Theme.Sherlock.Light over Theme.Holo.Light.DarkActionBar
- Changed Light theme background to pure white, rather than off-white
- Lightened Light theme ViewPagerIndicator background
- Made ViewPagerIndicator footer thinner to match Play Store
- Added a landscape optimised version of About page
- Removed 'Add Task' button
- Refined colours of tablet mode
- Swapped room and time around in expanded view
- Weeks can be added indefinitely from the action bar drop-down
- Classes can be added to any existing week
- Empty weeks are removed on app launch
Any good? Ideas for features? Bug reports? I'd love to see what people think of it.
Gallery of screenshots
Play Store link: https://play.google.com/store/apps/details?id=net.ravrahn.timetablr
Direct download: http://bit.ly/timetablr
Latest beta: http://bit.ly/timetable-beta1 (basically untested, may be buggy)
Timetable+ ($0.99): https://play.google.com/store/apps/details?id=net.ravrahn.timetablr.donate
Timetable is open-source! Bitbucket link: https://bitbucket.org/ravrahn/timetable

Your application has not Saturday and Sunday !!!
But i've classes this days
and i like to add end time of my classes !

Looks good, but i'll make two suggestions:
1- A widget. It's really handy to have one on the homescreen so i can view the class room easily.
2- we can choose the intervarls of the classes. for ex: 8:00 - 8:30 8:30 - 9:00....
also if you could implement a function to import holidays from google calendar would be really good.
I'm going to download and test it. Keep up the good work

I had an end time until I realised the end time ought to be the same as the start of the next period. I haven't met anyone who has classes on Saturday or Sunday before, I might be able to add them in though!

Thanks a Ton.....works perfectly on my G2x, Galaxy Nexus, SGS2 and HTC Sensation XE......It's a amazing!!!

very nice.
Must.have.widget

Ravrahn said:
I had an end time until I realised the end time ought to be the same as the start of the next period. I haven't met anyone who has classes on Saturday or Sunday before, I might be able to add them in though!
Click to expand...
Click to collapse
in my country school starts from monday to saturday ..
and, your apps doesn't support landscape mode ?

Thanks a lot! Maybe to include a overview home page with an option to add additional notes about the day
Sent from my GT-S5830 using xda premium

An quick look page would be amazing and a widget.......

Awesome app for a student like me

Very good idea, but may I suggest allowing people to add sub-items or events under each class to list homework. If this was implemented I would absolutely use this. Keep up the good work!
Sent from my SPH-D710 using Tapatalk

It's locked in portrait mode for two reasons: It's not as useful in landscape, and people were getting weird crashes (the timetable disappeared and didn't come back until you force quit, which I've found still happens if you leave the app alone on the settings screen - it's some strange bug in the cursor object, I think). I might get on to making a landscape mode when I start working on the tablet optimisation, but that may not be for a while.
The weekend classes will probably need to wait too, I just don't think there's enough room on the screen to fit 7, or even 6, tabs. I'll implement the two days once I figure out how to use tabs as fragments, because then there won't be width constraints.
I'll start work on a widget first, depending on how difficult it is, expect the widget by this time next week, perhaps. I was planning on making it a premium feature, but since everyone seems to want it, I'll probably make it free, and find something else to be premium.

Hi thanks for the app i think its a brilliant idea and i love it so far!!
Just a request my school works on a 6 day cycle but we only have school from mon to fri so for example if mon is day 1 then the next mon would be day 6 and tues day 1 if that makes sense. I was wondering if there would be some way for me to use the app with this 6 day cycle?
Thanks again for the awesome app!
Sent from my Galaxy S running ICS

Found a bug:
When setting up you add activities. After this you build the time table.
If you put now a activity into the time table, then go back and rename it and press next again, the app force closes.
Just a little hint.
Anyway: awesome app.
Sent from my loved HTC Desire [email protected] <3

So it does! I'll look into it. Thanks for pointing me to the bug, but in future, could you email it using the "Report Bug" option in the app's settings?
Regarding the 6-day cycle, Bos1man, I don't know how I might implement that. I'll try my best to add that while I'm adding weekends and whatnot.
v0.8 will feature a widget or two, a slightly better UI in the timetable itself (with the current period highlighted), and a few bug fixes (the one Ditti4 found, hopefully, and also one I just found in the edit screen which ought to be easily fixed). It should be out by this time next week, we'll see.
EDIT: I've had a thought - I'm going to implement a backup/restore function with plain text files on the SD card. I'll pop some templates in the OP when that happens.
As for the bug with going back and changing an activity, I can only really say "don't do it" for the moment... I can't think of a good way to work around the bug short of deleting the items that you've changed the activity of. If that's a reasonable solution, fine, I'll do that, but I'm not sure it is...

Thanks appreciate u looking in to it
Sent from my Galaxy S running ICS

Ravrahn said:
So it does! I'll look into it. Thanks for pointing me to the bug, but in future, could you email it using the "Report Bug" option in the app's settings?
Regarding the 6-day cycle, Bos1man, I don't know how I might implement that. I'll try my best to add that while I'm adding weekends and whatnot.
v0.8 will feature a widget or two, a slightly better UI in the timetable itself (with the current period highlighted), and a few bug fixes (the one Ditti4 found, hopefully, and also one I just found in the edit screen which ought to be easily fixed). It should be out by this time next week, we'll see.
EDIT: I've had a thought - I'm going to implement a backup/restore function with plain text files on the SD card. I'll pop some templates in the OP when that happens.
As for the bug with going back and changing an activity, I can only really say "don't do it" for the moment... I can't think of a good way to work around the bug short of deleting the items that you've changed the activity of. If that's a reasonable solution, fine, I'll do that, but I'm not sure it is...
Click to expand...
Click to collapse
It think it should be ok.
And as solution for the 6-day-thing:
Maybe you can add the possibility to add as much weeks as we want. This would be enough for the start, I think.
And I will use the bug report option in the app in the future - but I didn't know that it is existing.
Sent from my loved HTC Desire [email protected] <3

If I understood Bos1man correctly, making it as many weeks as you want would require him to enter the same six days' worth of information 5 times in a row, which would be a horrendous bore. I'm sure there's something I could do to make this unnecessary. I'll need to think about it.
I'll be pushing 0.7.2 to the market by the end of the day (Australia). It will have a working backup, but no working restore. 0.7.1 is uploading currently, and features:
- Changed Donate button to PayPal donation link
- Fixed bug in edit screen with list flowing into buttons
- Added dummy Backup and Restore options in settings, they just make toasts

Nice. Will u add custom end time for classes like on Timetable? Here in Denmark classes are 45minutes...
Here are examples of widgets. Modded to have transparency.

No update link here? i haven't access to market !
the dropbox link is the old version (0.7-rc5)

Related

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

[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.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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 [email protected])
- 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
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..
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?
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...
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.
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
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).
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" />
Looks lovely on my DHD, nice work
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.
gdodinet said:
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.
Click to expand...
Click to collapse
Am just getting a blank screen with this?
Dodgylegs said:
Am just getting a blank screen with this?
Click to expand...
Click to collapse
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.
I like the look of this!
Any chance it can hook into your Google Reader subscriptions...?
Thanks for the app. Looks great, works great.
+1 for the suggested integration with google reader
gdodinet said:
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.
Click to expand...
Click to collapse
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!
Dodgylegs said:
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!
Click to expand...
Click to collapse
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?
Click to expand...
Click to collapse
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.
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.
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
Loving this - thanks for all your hard work. I've been wanting something like this for ages!
Finally a cool news widget...great job!

[APP] [TAB+PHONE+PLUGINS] JustReader (Google Reader) - 1.5.6-beta1 (Updated 01 Feb)

New version of JustReader is out!
JustReader is a Google Reader client for Android.
We focused on these features:
*honeycomb tablet support
*full offline support
*multiple accounts
*fast and customizable UI
*dark/light themes
*share/star fully supported
*swipe to switch article
*font size can be changed
If you like JustReader, please, rate it in the Android Market! It can really help us!
Here is a small video review:
Please, if you have any suggestions or bugreports feel free to contact me here or via "Feedback" option in my app.
Recent changes:
1.5.6 beta1 http://dev-host.org/qyqylj10cgli/1.5.6-beta1.apk
- faster screen orientation change
- progress bar is shown when article is loaded
- fixed backup/restore in accounts
- starred items can be loaded for offline use
- added notification "Not all articles loaded"
- fixed some important stability issues
- optimized list scrolling a little bit
- changed layout for tablets a little bit
1.5.5-beta2
http://dev-host.org/shvm4kh8f78s/1.5.5-beta2.apk
- some optimization to prevent OutOfMemoryError
- possibility to use background color in Article Title (setting next to 'Theme' setting)
- fixed old java.lang.IllegalArgumentException: parameter must be a descendant of this view
- some enhancements for widget in Android 3.0+
1.5.5-beta1
http://dev-host.org/ei2v25ad23iz/1.5.5-beta1.apk
- thumbnails fix
- better scroll on tap and switch on tap
- better "share text". added link to mail
- fix for "mark as read" (sometimes statuses were not saved after mark all as read)
- better ICS support. (strange white background)
- some bugfixes from my mailbox
- Mode Selector is shown when user taps on mode indicator
- probably fixed: links sometimes opened in internal browser (while set to external)
- some fixes for orientation changes
- data not cleared when new feeds added (previously data was cleared. now only new feed data is loaded)
Here is 1.5.3-beta2
http://dev-host.org/sw9ukpmpnub1/1.5.3-beta2.apk
Should fix some errors mentioned here:
- Problems with thumbnails and summaries
- Text color in the title of activity (in tablet mode)
- Some sync optimizations
Here is the first version of JustReader with plugins - 1.5.3-beta1: http://dev-host.org/9tc7a45ulvj8/1.5.3-beta1.apk
what is done:
- plugin system + 2 included plugins
- facebook plugin (not included, here: http://dev-host.org/klu24wccv1ri/plugins-0.1-beta1.apk). nice plugin I think. try it and say what you think
- changed reading UI. check it out. I hope you like it. (both on tablets and phones). Reminder: you can switch articles by tapping on the screen (I think I fixed some bugs about it, so this should work now)
- optimized article list scrolling - feels much better on my Acer A500 Honeycomb tablet
- better internal browser
- there are many little changes
It's better to try
based on your feedback, here is 1.5.1 beta
http://dev-host.org/twgdkmeffw45/1.5.1-beta1.apk
- bugfixes
- "Mark next as read" and "Mark previous as read"
- added back "Mark as read" to tablets. (was not available in reading layout)
- checked ICS - everything is fine for me
- fixed "tap to scroll" and "tap to switch" article. Previously JR could switch article when link was clicked.
- regrouped settings
- made a small 3-steps wizard
1.5.0-rc
http://dev-host.org/c7ngjwqhca68/1.5.0-rc.apk
- now it updates JustReader from the market (not a new installation)
- deletes folder /sdcard/JustReader. now it uses Android/data/ru.enacu.myreader
- better thumbnails viewer. scrolling is more smooth now
- some fixes
- "share link" from context menu added
- possibly, fixed zoom on tablets (wasn't working sometimes)
1.5.0-beta18
http://dev-host.org/cxrnzrf1ea23/1.5.0-beta18.apk
- updated translations
- fixed some bugs with rotation
- added BACKUP/RESTORE (saves all your settings + accounts + feed settings) for now it saves everything in /sdcard/JustReader.backup.xml. will add dialog for selection
- fixed tablet mode for Android 2+
- some other bugfixes
1.5.0-beta17 http://dev-host.org/38o9v6jcrhyn/1.5.0-beta17.apk
- fixed online mode for categories with spaces
- memory usage optimization
- favorites is always shown (+ it opens ful your history of starred items)
- many bugs fixed
1.5.0-beta15: http://dev-host.org/buez7cxrd914/1.5.0-beta15.apk
- new share icon, a little bit changed UI, deleted like/share buttons
- fixed some http errors
- cleaned up a project a little bit - smaller apk
- fixed "back to list"
- added new settings "Max unread post age", "Max read post age" (before was only one)
- "save picture" fix
- fixed widget updates in some cases
- "fit images" fix
1.5.0-beta14 http://dev-host.org/1r3k1t0vojjf/1.5.0-beta14.apk
- fixed some sync issues (scottjb and shadowcaster31, pls, check this out)
- changed Http library
- some optimizations (in thread management). possibly, app will be more light
- added animations for article switching
- added "Tap to scroll" and "Tap to switch" actions. Tap on the left/right/top/bottom side of the reading screen to switch articles or scroll
Hope, all these changes will make JustReader more comfortable to read
1.5.0-beta13 http://dev-host.org/64sgyrtwyzuz/1.5.0-beta13.apk
- widgets added + some improvements for them
- sync optimized
- some bugfixes
1.5.0-beta12
http://dev-host.org/l3x74w0rly1w/1.5.0-beta12.apk
- optimized UI. work much smoother now
- better offline mode support (almost the same as in 1.3.9)
- simplified mode selection (there is an indicator in the corner. press it to select mode). also added descriptions to clarify this
1.5.0 beta 10: http://dev-host.org/dsdzpp3o5yz9/1.5.0-beta10.apk
- fixes in sync process (many)
- "mark all as read" marks items read only locally (when offline)
- there is a possibility to just save article statuses (without loading new articles). it's available in main menu.
1.5.0 - beta 9: http://dev-host.org/5fm3pjfvmjln/1.5.0-beta9.apk
- Some more fixes
- better youtube support for honeycomb (+ shows small youtube icon to go to Youtube App)
- better image fit (some images had wrong proportions)
- fixed some mark all as read bugs
- better thumbnail viewer (+ fixed bug with huge Android)
- fixed crashes in Honeycomb (workaround)
1.5.0-beta8
http://dev-host.org/riciu2x8psif/1.5.0-beta8.apk
- offline mode as before (sync works again)
- made some improvements to "copy text". Use standard android feature for text selection
- made many improvements in sync (should work more stable)
1.5.0-beta5
http://dev-host.org/f3oou70jy3cw/1.5.0-beta5.apk
there are fixed many little things, but many things are to be fixed
Also, started implementing offline sync
Now you can select mode of the app: Online/Offline/WiFi only
Check the menu (Honeycomb), bottom toolbar (pre Honeycomb)
1.5.0-beta4
- fixed issues with Android 2.2-
download
1.5.0-beta3
- honeycomb support is back!
- opimizations, for example, statuses change almost immediately
- bugfixes
- the last, but not the least: You can enable "Tablet mode" even for Android 2.x devices.
Can be very usefull for many users, having 7 or more inches tablets on Android 2.x
Also.... VERY IMPORTANT: IF you have any bugs with sync: loading new items and saving statuses, please, send me back logs. Just press "Send logs" menu item
Here is the link: http://dev-host.org/nmv1mzvjvsdi/1.5.0-beta3.apk
v1.5.0-beta1
- NOT FOR HONEYCOMB. will come later. check 1.3.9
- works only ONLINE. sync option will come later
- some UI changes (pull to refresh in the list)
- optimizations
download
Also, we started our site and facebook page.
'Like' in facebook is appreciated very much.
Would like the ability to "mark as read" by long pressing a group/entry. Other than that it looks nice, good work so far
Sent from my T-Mobile myTouch 3G Slide using XDA App
Widget would be great too. I have been looking for a good google reader widget for a long time.
Sent from my iPhone 6
cingall said:
Would like the ability to "mark as read" by long pressing a group/entry
Click to expand...
Click to collapse
I'm planning to implement such feature. (Also, give a possibility to mark as read "on server". sometimes is usefull, I think)
So, I think it will be available in the mid of the next week if you are interested.
jedwardmiller said:
Widget would be great too. I have been looking for a good google reader widget for a long time.
Click to expand...
Click to collapse
Now for me the first priority is auto sync and sync of pictures, but after that I'll surely implement a widget (but, maybe in pro version).
What do you like to include in such widget? A list of articles (for selected feed, category) or texts?
Thank you both for the feedback!
enacu said:
I'm planning to implement such feature. (Also, give a possibility to mark as read "on server". sometimes is usefull, I think)
So, I think it will be available in the mid of the next week if you are interested.
Click to expand...
Click to collapse
I am interested! Gonna try ASAP!
Thank you for your job, it's a great lightweight app!
I use it as my everyday reader for 1 week, so far so good.
I'll wait for the auto sync but actually I don't really need it!
Thank you very much
Thank you very much for your response.
I'll try to make it even better!
Here is the new version with auto sync!
1.0.beta3 was not very stable.
So, check out quick fix!
1.0.rc1 is much more stable now.
Also, you can just download JustReader from Android Market!
Hi everybody!
I've just implemented downloading of the images (view images offline). Do you want to try it?
If so, check out this version!
It's not very stable, but you can try and write here what you think.
It can be switched on in account preferences screen.
Next things I would like to implement are:
- possibility to stop synchronization process
- show synchronization status in notification bar
hello!
I use this new release for 3 days and everything works like a charm on my hero!
once again, thank you for this app, better thn newsrob
Sent from my HTC Hero using XDA App
new version for testing
gp4004 said:
hello!
I use this new release for 3 days and everything works like a charm on my hero!
once again, thank you for this app, better thn newsrob
Sent from my HTC Hero using XDA App
Click to expand...
Click to collapse
Thank you for testing pre market releases!
This is new version with
- sync status in notification bar
- some improvements in sync process (speed, stability)
- possibility to stop sync process
Check it out!
Also, I'm planning to release paid market version and to cut a little bit free version, also I'll try to add advertisment on the main acitivity of the application.
Everyone here, If you want, you can send me emails or private messages and I'll send you unlock code.
So, come back here when pro version is out. First 100 will get unlock code.
Also, a big job must be done to make the release really stable.
Thank you all again!
What about Google Reader by Google?
What do you think about new Google Reader for Android released by Google?
Do you think they will implement full offline support?
Do you like this new app? Why?
Just downloaded market version, and a few quick thoughts (I'll have more later)
Sync settings:
Maximal age of the post should be Maximum
you list a bunch of numbers in that catergory. I'm assuming they are days, but weeks would also be a possibility. If you could put 1 (unit), 2 (unit), that'd be great.
Main feed page:
I use folders a LOT in google reader. Usually, I browse by the whole folder at once, rather than the individual source (example, I might have android police, Android Central, and XDA portal for android all in one folder). However, in this app, I can only view by individual feed. If you can place an option under the folder menu to view all at once, that'd be great! By this I mean, I might be viewing an Android central story, but the next story might be XDA portal.
Edit: Just found if you tap the numbers it does this. If you can make that a menu option, that'd be great. I only found it by accident.
Overall:
You have a setting for article screen theme. Any way you can make that universal throughout the app? I like black text on white. However, everything but the article is still white text on black.
Make it so that articles that are read in app are read everywhere.
That's all for now. Looks really good so far. Love the swipe to go to next page option. Google official reader needed that. For what I think of googles reader app, I really like it. Nice UI, but no offline caching.
E_man5112 said:
Make it so that articles that are read in app are read everywhere.
Click to expand...
Click to collapse
Hi!
Thank you very much for some suggestions!
What do you mean by phrase on top of this post?
Statuses are saved to Google servers each time you synchronize account.
You mean "instantly"? Right when you are reading?
enacu said:
You mean "instantly"? Right when you are reading?
Click to expand...
Click to collapse
+1. Also, PM
Sent from my HTC Desire using XDA App
I think a widget would be a great idea. I see you are planning to add it in the future and you were asking what to be included. I think the best way to do the widget would be to display "all items" that would link to your app when clicked. I also would like to see a mark all as read on the widget too if that can be done.
I'll implement widget for sure, but a little bit later. Now the main priority is stability.
Now, you can try one more beta version:
better offline support
bugfixes
some synchronization performance improvements
1.0 version is out
Hi!
version 1.0 is on the market now.
you can update right from the market or from the top post.
And, there is a present for you.
PM or email me and I'll send you key app for removing ads in JustReader (I need your Google Reader account name for this)
Next things I would like to do: to implement better and more intuitive interface and to listen for your suggestions!
Thank you
Happy New Year to everybody!
JustReader 1.0.4 is out now (update from the market) .
ui improvements
full themes support
bugfixes
downloading of images is limited to 20 posts for free version
I would like to thank you for using JustReader and make a little present - JustReader pro.
Send me PMs with your google reader account name (usually your gmail) and I'll send you pro version for your account.
Hi everybody!
New version is out.
changes are:
-present version works fully like pro version
-reading position shows on the Post Activity
-link to open browser (possibility to open browser without using menu)
-bugfixes
Also, there are some special offers.
If you would like to translate JustReader to your native language, I'll be very happy and you'll get present version of JustReader Pro for your work (or maybe two or three versions for your friends)
If you like the app and want to get free pro version you can make a post in your blog about our application, what you like and what you don't, with links to xda and homepage.
Thank you!

[APP][4.0+] 500 Firepaper v3.00

500 Firepaper provides a live wallpaper and a daydream showing you the latest images from /r/EarthPorn throughout the day.
You never need to look at that boring old wallpaper again, or search for hours for a nice new one. This app will show you quality photographs from all over the world - different ones each day!
NOTICE: This app switched from using the 500px API to showing images from Reddit's /r/EarthPorn sub, as 500px is shutting down their API. Please read the statement on my G+ page - https://plus.google.com/+Chainfire/posts/W52tb4kp8zN
Configurable options include the refresh interval, brightness of the images, oversaturation, and blurring.
Please note that high resolution imagery and animation takes quite a bit of memory, so obviously this app is aimed at high-end devices.
If you are a Muzei user, 500 Firepaper also presents itself as an art source to Muzei.
FAQ
What does buying Pro get me?
I've already made all the features available to you for free. Supporting my developments is optional, but certainly appreciated.
Why is there no save feature ?
Not allowed per API terms
Three finger tap to go to the next image doesn't seem to work, what now ?
On some devices (like the HTC One) you need to put down your fingers one-by-one.
Why does this use so much RAM ?
High-resolution imagery takes a lot of memory in uncompressed form, and multiple buffers are required. But fear not, should your device need the memory while the wallpaper/daydream is not visible, the memory occupied by the app will automagically be released and repurposed.
Can the cached images be put somewhere else, like on my sd card ?
No, they cannot.
Do you want a balloon ?
No, but thanks for asking.
Notices
This application uses the Reddit(tm) API and is not endorsed or certified by Reddit or Reddit Inc. All images (c) their respective owners.
No personal or private information about you or your device is collected or transmitted by this app.
Why ? (you can skip this if not interested)
So this really isn't anything special and probably nobody cares about it. But here it is anyway.
I actually started writing something a little bit like this years ago (which was called Firepaper) which had loads of advanced options, but due to Android 2.x and the constant fighting with memory limitations, I never released anything. Then past February I thought about doing something with 500px, and wrote a lot of the code, but for some reason never finished it. This weekend I had some time to spare and didn't feel like working on any of my usual apps, and I was annoyed with the Nexus 5 wallpaper, so I finished this up (this is something I actually want for my own phone).
There's other live wallpapers and daydreams that do similar things. But due to the nature of background syncing, caching and transferring images I didn't really feel like trusting somebody else to get that right, and not drain my battery when I need it most or rake up the data charges. Not that I'm convinced I did it right, but it works for me so far
Download
You can download the app on the Play Store for free:
Download 500 Firepaper
DO NOT REDISTRIBUTE
In other words, please don't post the APK elsewhere, rather just link to this thread.
Changelogs
2018.05.29 - v3.00 - RELEASE NOTES
- Switch out 500px API for Reddit's /r/EarthPorn
2017.09.15 - v2.80 - RELEASE NOTES
- New API keys
- Grand algorithm reworking:
--- API call rate limiting
--- Daily quotas
--- Cache period extension
--- Display order randomization
- Fixed bug where images would auto-change for a few seconds
2015.12.03 - v2.70 - IMPORTANT NOTICE
- Broke up with 500px
2015.03.16 - v2.65
- Fix low resolution display (use 'clear cache' feature or wait a few days for it to clear up)
- Fix for Muzei art source which would stop working after a while
- Fix black screen on some devices during wallpaper startup
2015.02.25 - v2.60
- Significantly reduce the number of requests to 500px API servers (more speed, less bandwidth)
2015.02.24 - v2.59
- Fix issue with pinned images not sticking
- Further cache tuning
2015.02.22 - v2.57
- Reduce default cache size
- Fix removed image (at 500px) triggering a download loop
- Fix fallback image download failure
2015.02.15 - v2.55
- Add value display to slider dialogs
- Add orientation bias setting
- Add min and max cache size settings
- Add cache settings category (moved some settings around)
- Improved memory utilization in history browser
- Improved cache clearing behavior
2015.02.14 - v2.50
- (C) 2015
- Adjust wallpaper selection icon on Lollipop
- Fix blurry images due to 500px API changes. Use "clear cache" option to force fix.
2014.12.22 - v2.45
- Exit Daydream on unused key press
- Added button to share title, author, and link from history browser
- Fix possible loop issue during image change
- Fix pinned images not staying pinned when refresh set to 'every screen off' or 'every home display'
2014.12.02 - v2.42
- Icon replacements
2014.11.26 - v2.40
- Hardware acceleration now default
- Fix Pro not showing on secondary devices
- Basic L theming (more and new icons coming soon)
- TV compatibility
2014.10.21 - v2.32
- Fix some black screen issues
2014.10.19 - v2.30
- Android-TV related changes
- Fixed high CPU due to network failure
2014.05.10 - v2.27
- Fixed crash on close
- Fixed occsasional rapid succession refresh
2014.05.09 - v2.26
- Crash fix on 4.0 and 4.1 devices (ditched DexGuard)
2014.05.09 - v2.25
- Hardware acceleration: reduce flicker
- Hardware acceleration: fixed an auto-refresh issue
- Hardware acceleration: double tap to deblur
- Muzei: fixed an auto-refresh issue
- Added wakelock timeouts (just in case)
- Adjusted rotation refresh behavior
- Separated all components into their own processes for better memory management
- Blur setting no longer affects daydream
- Pinned image no longer affects daydream or Muzei
- Reworked parallax scrolling
- Reduced background resource usage
- Touch detection adjusted again
2014.05.03 - v2.06
- Fixed crash on launch (DexGuard again!)
2014.05.03 - v2.05
- History Browser no longer automatically closes when selecting it from recent apps
- Fixed some premature refresh issues
- Fixed refreshing of unseen images
- Clear cache now also removes orphaned files
- About a dozen reported minor crashes fixed
- Hardware acceleration: transition effect changed
- Three-finger tap detection adjusted
2014.04.29 - v2.00 - RELEASE NOTES
- Triple tapping the wallpaper now opens the history browser
- Complete reworking of the history browser
--- Twopane layout now vertically oriented in portrait mode
--- During navigation position is remembered (singlepane)
--- Improved thumb loading
--- Implement auto-release memory cache
--- Use disk cache if image available
--- Load shown image first
--- Swipe to navigate
--- Animations
--- Margins
- Revamped cache algorithms, spreading throughout the day
- Clear history moved to main screen
- Garbage bin icon in history browser now deletes only current image
- Added experimental hardware acceleration (some caveats)
- Reworked touch detection code
- Improved LWP setup wizard (skips a screen if possible)
- Allow user to set default image (shown when no other image can be displayed)
- (Pro) Pin wallpaper to the screen for X days (or manually progressed, if sooner) (LWP only, no daydream or Muzei)
2014.02.26 - v1.70
- Fixed "Transportation" category: un- and re-select it in config to fix
- Added option to clear history
- Fix a number of potential crashes that could cause black screen
- Batch together incremental image downloads
- Adjusted image download strategy if not limited to Wi-Fi. Should reduce data usage in that case.
2014.02.13 - v1.60 - RELEASE NOTES
- Added Muzei support
- Dream: hide navigation bar pre-KitKat
2013.12.15 - v1.53
- Fixed (one) possible issue where image will not refresh
- Fixed issue with In App Purchase detection (again)
2013.12.14 - v1.51
- Fixed some categories not working (if you have this problem, use "Clear cache" option)
- Fixed issue with In App Purchase detection
- Changed nag frequency to at most once a day
2013.12.13 - v1.50
- Added blur option
- Added oversaturate option
- Added history browser
- Added setup wizard
- Added donation
- Fixed another black bar issue
- Fixed some spelling errors
- Current image now survives restarts (rotation on some launchers, reboot)
- Parallax disabled by default
2013.11.20 - v1.20
- Fix possible crash at normal daydream exit
- Fix freeze at power cord pull while daydreaming
- Changed triple tap algorithm - no longer pops up during fast swiping
- Triple tap to open 500px is now optional
- Loading a new image on rotation is now optional
- Added option to refresh image each time the home screen is shown
2013.11.18 - v1.12
- Fix crash on startup - if still happening: Settings->Apps->500 Firepaper->Clear data
2013.11.18 - v1.11
- NOTE: UPDATING WILL CLEAR CACHE
- Triple tap opens 500px
- Added NSFW switch
- Longer refresh intervals for LWP
- Fixed a scaling bug that could cause horrible pixelation
- Change to interval settings now active immediately instead of at next image
- Fixed miscalculation that could cause black bars
2013.11.12 - v1.04
- Evermore crash fixes
- Optimized away some redundant drawing operations
- Fixed some rendering issues
- More aggressive memory management (reduce memory use when device low on memory)
2013.11.12 - v1.03
- Fixed some more crashes
- Fixed some spelling errors
- Added option to disable parallax effect
2013.11.11 - v1.02
- Fixed some crashes
- Fixed some issues with daydream on S4/Note3
2013.11.11 - v1.0
- Initial release
Thank you! This sounds great! From a trusted developer as well. I'll give it a whirl on my new Nexus 5.
Where are stored the images till they became cleared?
Nice work!
Sent from my One using XDA Premium 4 mobile app
It crashd on first run
Anyway,after that working well
i9300 - Android 4.3 last stock rom
It also crashed on me immediately. It has worked flawlessly after that
Sent from my SM-N900V using XDA Premium 4 mobile app
Nice work Chainfire, needed also a new wallpaper on my Nexus 5
Gesendet von meinem Nexus 5
Thanks guys. Thanks for the crash reports also. Seems live wallpapers and daydreams are handled slightly different across devices and I mostly tested on Nexus 5 and Nexus 10.
I've already fixed a couple of crashes, and some trouble with daydreams specifically on S4/Note3. Play should update in a few hours.
Keep the crash reports coming, and don't forget to mention such details as your exact device and Android version, and if possible provide a logcat.
Chainfire said:
Thanks guys. Thanks for the crash reports also. Seems live wallpapers and daydreams are handled slightly different across devices and I mostly tested on Nexus 5 and Nexus 10.
I've already fixed a couple of crashes, and some trouble with daydreams specifically on S4/Note3. Play should update in a few hours.
Keep the crash reports coming, and don't forget to mention such details as your exact device and Android version, and if possible provide a logcat.
Click to expand...
Click to collapse
Works very well on the N5, the 3 fingered system works a treat :angel:
Thanks once again for yet another great app, something the nexus 5 definitely needed.
azzinder said:
Where are stored the images till they became cleared?
Nice work!
Click to expand...
Click to collapse
In the app's files directory under /data/data/<packagename>/files ...
Installed on N5 & N7 2013, and for now, works like a charm Thank you.
Great app, uses quite the amount of memory though (up to 102MB now) on the N10. Also annoying that even with a static live wallpaper like this, the scrolling still becomes choppy on the N10...
Exactly what I wanted! There used to be an app on the market with changed the wallpaper periodically from images from 500px, but it stopped working a long time ago Now this is even better Btw, working fine on official Xperia Z Ultra
App works flawlessly on Xperia z1 aswell. This app is really neat.
I got feature request but i'm not sure if its even possible to create. Do you think it would be possible to make the live wallpaper set the picture its currently displaying as the lockscreen wallpaper aswell? Would be neat to have the same wallpaper on my lockscreen aswell. :laugh:
Anyway Chainfire great work as allways, Keep up the great work!
CazeW said:
Great app, uses quite the amount of memory though (up to 102MB now) on the N10. Also annoying that even with a static live wallpaper like this, the scrolling still becomes choppy on the N10...
Click to expand...
Click to collapse
That sort of memory use is to be expected when working with high resolution imagery (and Java, heh). It shouldn't become much more than that though.
I don't really see it being choppy on my N10 but my homescreen is pretty much completely empty. The N10 isn't that fast graphics wise due to it's ridiculous resolution, and unfortunately live wallpaper drawing are not hardware accelerated unless OpenGL is used, which is a whole other world of hurt waiting to happen (development wise) and quite overkill for this purpose.
Maybe I should make an option to disable the parallax in the stock launcher, that should speed it all up a bit.
veghov said:
App works flawlessly on Xperia z1 aswell. This app is really neat.
I got feature request but i'm not sure if its even possible to create. Do you think it would be possible to make the live wallpaper set the picture its currently displaying as the lockscreen wallpaper aswell? Would be neat to have the same wallpaper on my lockscreen aswell. :laugh:
Anyway Chainfire great work as allways, Keep up the great work!
Click to expand...
Click to collapse
That's up to the lockscreen, I'm not going to implement anything specifically for that. On Android 4.4, the lockscreen actually shows you the LWP as well.
I think parallax effect not working but well pics are awesome... thnx :good:
LG Optimus G Pro E988
stock LG (rooted) ROM 4.1.2
Any feedback about battery consumption... since i have a travelling job i stay away from the charging point have to look at battery consuption
Edit: I don't know why but wallpaper changes with every auto rotation + in landscape mode size of wallpaper doesn't fit full screen. There is a black strip in the left (actually upperside) and right (lowerside) of display ...
Parallax effect not working on N9005 and why when I exit the setting after pressing the shorcut to setting, it will not get back to the app?
works prefect in Samsung galaxy S4 mini.... except from the first crash. Thanks a lot for your whole work!
It works flawlessly without any crash on Galaxy Note II, Android 4.3 (Touchwith). Great work as always Chainfire. :good:

CyanogenPSP - A CyanogenMod Menu/GUI for PSP v6.0

This project has been discontinued.​
Click to expand...
Click to collapse
Final Version: v6.0
Current Stage: Stable
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Video:
Changelog: CyanogenPSP 6.0
Code:
Features:
- Updated recovery design and tweaked some recovery menu settings.
- New icon pack customization. (Settings->Display->Themes->Icon Packs)
- App drawer icons can now be modified with icon packs.
- Fully customizable themes. (Settings->Display->Themes->Styles)
- Now uses the proper Android cursor icon.
- Minor RAM menu improvements
+ Renamed "Ram Management" to "Memory", under Settings->Performance.
+ Includes a progress bar that shows how much RAM is available from the total.
+ Displays percentage of RAM used.
+ Displays percentage of RAM available.
- Added control.prx (kernel module). Allows you to access vol+, vol- and note buttons.
- Added impose.prx (kernel module). Allows you to access sceImpose functions.
- Added volume control. Can be accessed by pressing vol - or vol +.
- Updated display.prx - Moved impose functions to impose module.
- Added power management settings. (Settings->Performance->Battery Management)
+ Includes powersave, balanced and performance as its choices.
- Volume controls can now be accessed everywhere in the GUI except the recovery menu.
- CPU states are restored after MP3 playing.
- CPU states are now displayed correctly in Settings->Performance->Processor.
- Settings menu - no longer allows you to overclock/underclock your CPU when power save mode is on.
- Added Polish translation - Thank you pawelosro!
- Added German translation - Thank you Dimistoteles!
- Updated French translation - Thanks Mahmoudos!
- Added Dutch translation - Thank you Arikuzo!
- Updated German translation - Thank you Ciapa!
- Added Spanish translation - Thank you Randomdude0!
- Added Portuguese translation - Thank you Gustavo Fraga Pacheco!
- Added Brazilian Portuguese translation - Thank you Hargrun!
- Added language selection option under settings->display.
- Added Norwegian translation - Thank you Ridge!
- App Drawer: Now uses 6 columns instead of 7. This gets rid of a lot of overlapping issues.
- Added a new language selection screen during first boot.
- Cleaned up and revamped power menu.
- Uses bin files for file handling.
- Added Romanian translation - Thank you imhotep4!
- Added Italian translation - Thank you nerdvana89!
- Added progressive animation to volume and brightness slider.
- Added Russian and Ukrainian translation - Thank you Vasniktel and Raithwall!
- Now uses PSP_CTRL_NOTE (Note button) to take screenshots instead of R + Triangle.
- Recovery Menu now has a reboot to XMB option.
- Allow only images to be opened when changing wallpapers. This fixes issues when trying to load other files in the wallpaper section.
- App Drawer backdrop image can now be themed.
- Many of the highlighting assets in the settings menu can now be themed.
- Revamped font menu.
- Font sizes are now available. (Settings->Display->Themes->Fonts->Font Size)
- Color values used in animations and progress bars can now be themed.
- With the new theme manager function, many more assets can be themed.
- Revamped and realigned the battery charging status icon.
- Reorganized the whole navigation bar function. It now uses less resources and is also more theme friendly.
- Updated preincluded wallpapers to the most recent ones provided by CyanogenMod.
- Replaced USB debugging option (PSPLink) with an experimental features toggle. Allows you to access W.I.P apps such as calculator and messages.
- Repositioned toggles to make it more efficent for certain languages.
- CPU states cannot be changed while music is playing in the background.
- Added a dark skin toggle under developer options. (Similar to Android Marshmallow's feature)
- Uses PSP's native media engine rather than libmad:
+ This loads mp3's faster and sounds better. There is also little to no laggs when music is playing in the background.
+ Memory management is better.
+ The play/pause button is now indicated properly.
+ Time elapsed now shows on the bottom right corner just above the play/pause button.
- Play/Pause button is now indicated properly when playing BGM, WAV, AT3 and MOD files.
Fixes:
- Updated language string lengths.
- Fixed critical return button issue when trying to return to a previous menu.
- Messenger is inaccessible due to incompletion.
- Fixed minor font color issues.
- Calculator is inaccessible due to incompletion.
- Fixed up online updates. However this will no longer be updated.
- Fixed UMD loading.
- Cleaned up default configs.
- Fixed up power management settings issues.
- Fixed a strange crash after exiting file manager.
- Fixed up homebrew, POPS and ISO loading issues due to major changes in code.
- Fixed gallery return issue, after vewing an image.
- Fixed return screen glitch, in Music, Gallery and Game app.
- Fixed minor memeory leak in gallery app and settings.
- Fixed another minor memory leak in settings menu.
- Fixed theme, fonts, icon packs and language selection bug when user tries to return to previous menu by using '..'
- Fixed CPU state values when overclocking/underlocking.
- Cleaned up quick settings and volume bar layout.
- Fixed a critical issue with loading wallpapers, themes and icon packs.
- Fixed showImage(); return misplacement.
- Fixed return issues after exiting image preview.
- Fixed a minor issue with the 'security' button overlapping incorrectly.
- Fixed misalignment when battery status reaches 100%.
- Reorganized how the theme manager works - It is now somewhat faster.
- Fixed battery status alignment under quick settings.
- Disallow cursor movement while the cross button is held - This fixes the issue with the quick settings up showing up every time
you pull the analog stick down while the cross button is held.
- Fixed power save crash. It now draws the image rather than loading one when using power save.
- Got rid of a bunch of unnecessary assets.
- Fixed crashes when trying to open other files apart from pictures in the gallery app.
- Fixed file manager's options menu having an unreadable font issue.
- Fixed the "update.zip has been found" issue even when there isn't any.
- Fixed incorrect battery and CPU states during startup.
- Fixed a minor issue with Polish translation on welcome screen.
- Fixed credits menu returning to settings instead of the about screen when circle is pressed.
- Fixed battery status not being hidden when using expanded desktop.
- Fixed crash in lockscreen after enabling swipe to unlock feature.
- Fixed month of the year overlapping the day of the week when quick settings is used.
- Fixed time not being displayed when using the power menu while having power save enabled.
- Fixed font sizes showing the wrong size selected after selection.
- Fixed zip file extraction. Simply press the cross button while the .zip file is highlited and it will extract.
- Fixed crash after exiting text view.
- Fixed clock app showing the wrong time periods. (AM/PM)
- Fixed misalignment with the time when 24 hour mode is enabled.
- Fixed ID3 not parsing the Genre text correctly.
- Fixed font sizes altering the brightness values.
- Fixed incorrect CPU states during startup when using battery management settings.
- Improved overall application stability and performance.
- Massive code clean up and reorganization.
- Reorganized many functions and statements.
- Got rid of many unnecessary coding.
- Removed many un-translated strings.
- Deleted many unused files.
- Fixed quick settings tiles not working.
- Fixed brightness slider only allowing to be altered when the cursor is at the very top.
- Fixed crash when entering WiFi menu.
- Fixed time misalignment under quick settings.
Old Changelogs:
CyanogenPSP 5.2
Code:
Features:
- Added android lollipop key tones:
+ Lock and unlock screen tones
+ Screen-shot captured tone
+ Lollipop's key-press tones - It is now only activated when something can be triggered/opened.
- Implemented Theme system:
+ Allows you to change fonts (real time) - uses PGF fonts only for now. Use ttf2pgf to convert ttf or oft fonts to PGF
+ Allows you to change into one of CyanogenPSP's provided wallpapers.
+ Restarting is no longer required for changing wallpapers.
- Re-organized time and battery display.
- Re-organized digital time system.
- Limit string length in certain areas - Allows for a more cleaner and user friendly look.
- Uses normalized audio files for tones.
- Added security settings:
+ Added password lock option. (20 character password, that can be written in any language)
+ Added 4 digit pin lock option.
- OSK uses your default language on your PSP.
- Added option to view bin files in file manager.
- Added option to create folders in file manager. (Press the R button while in the file manager)
- Revamped Game menu
+ Includes new game boot animation.
- CPU states are now saved. They no longer reset after exiting.
- App drawer/Home icons can now be highlighted when using the cursor.
- Improved remote-joy lite integration.
- MP3 Player now displays the following:
+ Song title (rather than the audio file's title)
+ Artist
+ Album
+ Year
+ Genre
- Integrated Stop watch under clock app.
- 24 Hour time toggle has been added under Settings>Display>Time.
- Quick settings now displays "Power-save" if the CPU <= 133 MHz, "Balanced" if CPU >133 MHz but <300 MHz and "Performance" if CPU >= 300.
- Added storage statistics under system/storage.
+ Displays Total Storage in MB
+ Displays Available storage in MB
- Displays PSP's nickname on the top right corner in quick settings.
- New status bar icons
+ Now displays USB debugging icon when USB is activated from settings/performance/storage.
+ Now displays music icon, when listening to music or whilst a song is being played in the background.
- Revamped welcome screen.
- Overall Performance and Stability is improved.
Fixes:
- Added ISO directory check to prevent crash.
- Fixed browser crash caused by the boot animation system.
- Fixed glitch-y keyboard
- Fixed buggy CPU states readings.
- Massive clean up!11!! - Check my git. - (Eliminated all warnings my compiler threw at me)
- Use bin files for storing passwords. (cause they're cooler :P)
- Fixed key tone playing twice on one press.
- Fixed OSK no longer being able to be accessed once data entry has been cancelled.
- Fixed toggles being displayed even when quick settings is pulled down in the miscellaneous tab.
- Fixed incorrect font colour when dumping UMD Boot.bin and memory.
- Fixed music crash after selecting another song whilst a song is playing in the background.
- Fixed name and password not being displayed in recovery menu in PSP system information tab.
CyanogenPSP 5.1
Code:
Features:
- Unify font loading to increase performance
- Load more resources before start up. This leads to slower boot, but better performance.
- 'Materialize' file manager icon (lol) and reorganized resources
- Reorganized app drawer in alphabetical order
- Filemanager: update deletion dialogue
- Allow quick settings to be accessed in lockscreen
- Enabled lockscreen during start up
- Added Game and Boot animation
- Added boot animation toggle (Settings>display)
- Added game boot toggle (Settings>display)
Fixes:
- More cleaning up for better optimization
- Fixed cursor overlay in display section
- Fix up many possible memory leaks
- Fix power menu crash due to the recent reorganization of resources
- Fix up time.day alignment in quick settings
- Removed app icons that I no longer plan to support. These include Gmail/Email - you can simply use the browser. People and Calendar was also removed.
CyanogenPSP 5.0
Code:
Features:
- Fully implement ISO/CSO loading through game launcher
- Fully implement POPS loading game launcher
- Added expanded desktop feature : can be toggled on/off in settings/display
- Added day/night cycle widget. : can be toggled on/off in settings/display
- Add 5x scrolling for gallery (use left/right buttons to move 5x faster than up/down)
- Update default wallpaper to CM12's new default wallpaper
- Added time and date in lockscreen
- Use right/left to change brightness in quicksettings instead of up/down.
- Added USB toggle under settings>performance>storage management.
Fixes:
- Fixed battery percent and time not being shown when viewing a text file
- Fix up processor menu
: Display correct CPU/BUS frequency
: Fix Overclocking and Underclocking
: Prevent skipping frequencies
- Fix up display in the WIFI menu
- Minor changes and fixes
- Fixed time not being updated in the clock app until its reopened
CyanogenPSP 4.0
Code:
Features:
- Revamped MP3 Player
- Revamped Gallery App
- Revamped file manager
- Revamped App drawer
- Revamped Lockscreen Press and hold X in the middle range of the screen, and move the analog upwards
- Revamped Quick settings
- BGM, WAV, AT3, MOD files can be opened via the file manager now.
- Major code optimizations and cleanup.
- Revamped debug message
- Merged all changes from 3.0 - Includes the option to change wallpaper and run homebrews.
- Pressing circle after quick settings is activated, deactivates it immediately.
- Re-organized font usage. Now doesn't blend in with the background, or makes it hard to read.
- Implement lollipop sorta clock app (Changes color during certain times of the day, just like native android's)
- Display MAC address, kernel version and OSLib version in about screen.
Fixes:
- Fixed brightness slider. It works once you've pulled down the quick settings to a certain extent.
- Fixed up/down button altering brightness even while the quick settings aren't activated.
- Fixed recents menu crashing, when trying to exit.
- Fixed kernel version information in recovery menu.
- Fixed changing font color to white color in file manager after playing music. Made it impossible to read the file name.
- Fixed apollo and gallery forced exit.
- Fixed minor memory leak in settings->developer options->dumping tools.
Screenshots:
Downloads:
Download v6.0 [PRO] [ME] [PS Vita eCFW]
Themes | Icon Packs
Download ttf2pgf converter (simply move the ttf font in the same folder as the makefonts.bat file is, and click on makefonts)
Download Autostart PRX v5.6 preconfigured by kozarovv
Source Code
Thought I'd update this page to share my work inspired by android custom roms
Before you start yelling at me, please read the first paragraph. This isn't a port, and it isn't based on Android source at all. Think of it as an android launcher but uses the PSP SDK's code. It will not and never allow you to run android apps.

			
				
Ok, this is pretty amazing. The default PSP UI is rather limited even with CFW. I played around a little in 2012 with writing PSP applications, but I can't even contemplate building a complete overhaul for the XMB. I have to replace my batteries for my PSPs this month, but once they come in I'll give this a try.
IgnitusBoyone said:
Ok, this is pretty amazing. The default PSP UI is rather limited even with CFW. I played around a little in 2012 with writing PSP applications, but I can't even contemplate building a complete overhaul for the XMB. I have to replace my batteries for my PSPs this month, but once they come in I'll give this a try.
Click to expand...
Click to collapse
Thanks for the support
Sent from my C2104 using XDA Free mobile app
New update available which includes loading PSP Homebrews (Eboots)
http://joel16.github.io/CyanoPSP/
New update: v3.1
Change-log
Code:
Features:
- Add option to change wallpaper.
- Revamped game launcher. You no longer have to use the file manager to load eboots anymore.
Fixes:
- Fix homebrew loading through ef0 (internal storage).
To change the wallpaper:
Open an image through file manager or gallery app. Press square to
display the prompt for changing your wallpaper. Press (X) to accept and
change the wallpaper to one you are currently viewing. Press (O) to
cancel and keep your present wallpaper. You must restart the app to view changes.
Click to expand...
Click to collapse
Download: CyanoPSP 3.1-MEGA| CyanoPSP 3.1 Mirror
Screenshots:
Thanks for sharing. I'll try this out later this evening!
Nuskid Games said:
Thanks for sharing. I'll try this out later this evening!
Click to expand...
Click to collapse
Nice, would like to hear your view on this.
Sent from my C2104 using XDA Free mobile app
Looks pretty good! A few years ago I got a Windows XP gui on my PSP and of course, it was absolute ****. I might break out the old PSP to give this a try soon!
Brandon011795 said:
Looks pretty good! A few years ago I got a Windows XP gui on my PSP and of course, it was absolute ****. I might break out the old PSP to give this a try soon!
Click to expand...
Click to collapse
Thanks, I'd like to know how it went
Sent from my C2104 using XDA Free mobile app
Updated post with new screenshots and a video. This version brings the material look to it.
Latest version: 5.0 (released 3/8/15)
Changelog:
Code:
Features:
- Fully implement ISO/CSO loading through game launcher
- Fully implement POPS loading game launcher
- Added expanded desktop feature : can be toggled on/off in settings/display
- Added day/night cycle widget. : can be toggled on/off in settings/display
- Add 5x scrolling for gallery (use left/right buttons to move 5x faster than up/down)
- Update default wallpaper to CM12's new default wallpaper
- Added time and date in lockscreen
- Use right/left to change brightness in quicksettings instead of up/down.
- Added USB toggle under settings>performance>storage management.
Fixes:
- Fixed battery percent and time not being shown when viewing a text file
- Fix up processor menu
: Display correct CPU/BUS frequency
: Fix Overclocking and Underclocking
: Prevent skipping frequencies
- Fix up display in the WIFI menu
- Minor changes and fixes
- Fixed time not being updated in the clock app until its reopened
Download link on main post, along with source code (github).
Awesome!
I didn't even know that the PSP is able to handle different launchers nor that something like this even exists!
Really great work, i'll give it a try later as im on the hop right now
@Joel16 Good work bro I will ask my friend to try this out after exams get over. keep it up .
Awesome work man !
Even if i don't use PSP anymore porting all these stuff and bring this Material style also for the Playstation is very cool
Ah, man! I just got rid of my PSP a couple months ago because it was collecting dust Would have loved to try this. Ah, well. Keep up the great work!
Does it run on all PSPs, and even running on pre-loaded CFW, namely PRO and ME ?
Awesome work mate. I was also thinking, this would be sweet on the p.s. vita as well, which has a touch screen. I know it's much harder, but if you wish, you could think about it. Cheers.
wow this is just amazing. dont have the psp anymore sadly. would have tested it if i still had it...... didn't even heard about this until i saw a post on facebook on the XDA page. Great work mate! i am out of thanks.... lol
Haha didn't see this coming, thanks for all your support guys. Really helps in keeping the project going
Edit: BTW this also runs on PPSSPP
vusun123 said:
Does it run on all PSPs, and even running on pre-loaded CFW, namely PRO and ME ?
Click to expand...
Click to collapse
Yes it does, in the video it's being tested on PRO. It should run on a PS Vita's eCFW as well. Just remember even though its marked as stable doesn't mean it offers everything. I've named it stable because all the features I've provided work as they should. (Except for OTA's cause my server's down) so yeah, if there is something you can't click on, or just won't open its simply because it hasn't been properly implemented yet What's on the working list is definitely working though.
|>/\nte said:
Awesome work mate. I was also thinking, this would be sweet on the p.s. vita as well, which has a touch screen. I know it's much harder, but if you wish, you could think about it. Cheers.
Click to expand...
Click to collapse
Sorry but as of now its not possible haha. You can use it on a PSvita (using its PSP emulator) but touchscreen won't work. The PS vita doesn't have any 'native' homebrews as of yet, and without an SDK its almost impossible
Sent from my C2104 using XDA Free mobile app

[APP][4.1+] Kiwi Browser? Chromium + Adblock + CAF + Night Mode 2021-07-29|Active

Hi,
*** Join the Kiwi development Discord @ https://discord.gg/XyMppQq ***
I've been an official developer on the Chromium project and WebKit in 2007 and 2008 (paid by Google as part of Google Summer of Code).
Since the feedback has been positive, I'd like to interact with the XDA community to get feedback, ideas, or just give help.
I'm a big fan of CAF Browsers, but unfortunately, they are not updated anymore and this is one of the biggest reason I've started the work.
This is *not* a variant of an existing project. The codebase varies significantly but it's conceptually inspired by CAF.
The browser is still very much work-in-progress, so I really appreciate feedback and ideas. I'm working 4 hours per day on the browser and I use it myself every day so decent stability is expected.
This is a hobby project, and I'm looking for feedback here, so I'm cool with any kind of critics.
I can only answer outside of daytime (Europe timezone) as I have to work during the day to buy food for my cats.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Kiwi Browser
What is Kiwi Browser ?
- Kiwi Browser is a Chromium Canary that includes performance improvements and adblock.
- What's this browser for ?
Imagine a grumpy grand-pa, and that's how the browser should be. The browser should be forgotten and not go in your way.
No flashing stuff, no annoyances, Fast & Quiet.
If you want to add a search engine, just go on the search engine website, then the search engine will appear by itself in settings.
Features:
* Support for Chrome Extensions
* Speed improvements
I've added lot of crazy hacks inside WebKit (Blink) to get it running faster.
* Night mode
* Move address bar to the bottom
* Cookie acceptance
Automatically accepts lots of "Please this is GDPR, and cookie, and blablabla" messages.
It's not perfect yet, as many websites have added GDPR messages lately.
* Notifications blocker
Blocks notifications.
* Cryptojacking blocker
Saving battery and prevents phone from heating.
Try it on http://www.coinhive.com (you can re-enable cryptomining in chrome://flags if you really like it for some reason )
* Extensions support
Supports real Google Chrome extensions.
* Popup-blocker
This is not the usual popup blocker, there is an heuristic inside to browser to determine whether the new window should be opened or not.
* Adblock & Tracking protection
The browser offers much better privacy protection than Chrome and Brave. It blocks also lot of ads. Not really because ads are bad, but mostly to make the browsing fast.
* Android 4.1+ support for both ARM and X86
Note: On certain Android versions, when you uninstall an app, Android also removes your downloads.
Keep it in mind if you manipulate Kiwi (to backup bookmarks file) or transfer to another device.
Important things to know about privacy:
- No tracking SDK
https://reports.exodus-privacy.eu.org/en/reports/search/com.kiwibrowser.browser/
- No in-app tracking / metrics
- No history collection
- Self-funded
<-> Text Placeholder <->
Release notes
Version Quadea (October 07, 2019)
This version improves stability and add 2 new functionalities, in Main Menu, Settings, Accessibility:
- Always Desktop.
Useful if you are a tablet user, and you prefer Desktop version of websites.
- Toolbar always on screen
If you have a large screen, and want to keep the address bar always handy without having to scroll.
The toolbar is always on by default if you have Accessibility services. You can change that using this option.
Version Lena (September 28, 2019)
This version contains new speed optimizations and fixes minor issues.
The support of shortcuts (special keywords with the exclamation mark symbol) is now extended to all countries and to all search engines. Type: !bangs in the address bar to learn more.
- Fix: Reverse image search and certain cases where the browser was showing "(f).txt".
- Fix: Keyboard buttons (example: on Android TV, or hardware arrow buttons).
- Updated interface when you have > 100 tabs open.
Translations updated in 10+ languages.
- (New) This version improves stability on Adreno GPUs (Galaxy S8/S9+)
Version Impala (September 12, 2019)
Kiwi releases are back!
This version includes fixes (Google Translate language detection, images on the new tab page) and minor changes.
Added support for bangs (shortcuts in the address bar starting with !) in 'US', 'CA', 'GB', 'UK', 'FR', 'DE', 'ES', 'IT', 'IN', 'BR'.
Type !bangs in your address bar to learn more about it (only if you use "Default search" in Settings).
Added support for X64.
Better support for foldable phones.
Version Genie (June 28, 2019)
This version supports text rewrap / reflow (adapt text based on zoom level).
+ Interface and animations are really improved
+ Better performance (new GPU driver and 64-bits engine is now in stable!)
New settings:
+ Google Translate, Yandex and Baidu (Settings, Translator)
+ Possibility to add exceptions / whitelist in content filter
+ Support for external download managers
+ Show extensions first
+ Protect incognito windows
Remember to activate Hide annoying ads in the main menu if you want faster browsing.
Version Eden (May 26, 2019)
This version resolves issue of extensions unloading.
On some devices (in particular Xiaomi), extensions may be unloaded by the system when the device wants to optimize memory.
During the optimization, the device (Android) chooses what processes to disable.
In this new release of Kiwi: Kiwi indicates to Android that if Android wants more memory, it should try to avoid disabling the current active tab and the extensions.
If the extensions are disabled by Android, Kiwi will try to reload them.
Version Deneb (May 23, 2019)
This version includes very significant performance improvements (especially when scrolling, pinching, zooming) and minor fixes.
On some older devices the difference can be very visible.
Version Centaurus (May 19, 2019)
Better stability, more performance improvements, correcting "Sandboxing not allowed" error messages.
Version Betelgeuse (May 17, 2019)
This version fixes Craigslist and adds support for Import / Export on the new tab page.
It also bring performance improvements and fixes an issue with the Search Widget in Night Mode/Black theme.
Support for extensions has been improved as well (chrome.tabs.onCreated/onUpdated/onRemoved).
Version Andromeda (May 10, 2019)
- Fix news on the homepage (can be showing NULL from time to time)
- Fix some crashes when using a tab manager extension
- Fix crash on Quick Tapping in WebView
- This build provides better protection against Omnibox spoofing (address bar) and a much better experience in the Chrome Web Store
- Improve cross-domain management with translator (can resolve some cases where translator was not working)
- Fixing crashes related to Windows Management and one in the Omnibox
- Improved extensions UI
- Improve chrome.tabs API
- Improvements to Video Playback Battery usage (+/- 10% less)
Version Pollux (May 8, 2019)
The bad news: Background play is now disabled on YouTube (request of Google).
XDA users are smart and may find better software for this in these forums and the most technical may even find way to mod the browser but I won't provide any support or help for this.
The good news:
- This version has better performance
- New content filters
- Better extensions support
- Introduces a Diamond Black theme and the homepage is compatible with Dark Reader.
Version Phi (April 19, 2019)
This version includes stability improvements and better extensions compatibility.
An issue with downloading PDF files has been resolved, and another issue where the extension window was sometimes connected to the incorrect tab.
You can now import .crx/.zip files and also user scripts (.user.js!) directly on chrome://extensions.
If you want to use or write your own filters, the extensions Nano Defender/Adbl# offer the best compatibility with Kiwi at the moment (according to the community).
Version Upsilon (April 16, 2019)
This is the 1-year anniversary release of Kiwi Browser.
This version adds support for (real) Chrome Extensions.
Learn more at: https://www.xda-developers.com/kiwi-browser-google-chrome-extensions-android/
Version Sigma (March 6, 2019)
This version includes the latest security improvements from Chromium (including the FileReader bug CVE-2019-5786)
- Fix for news feed
- Hindi and Chinese Traditional translation
- Minor fixes (ex: view-source: )
Version Omicron (March 3, 2019)
This version includes performance and stability fixes.
Most of the changes are behind-the-scenes, this is work to optimize the core of the browser.
- Homepage loads much much much faster
- Fixed crash "Aw Snap!" that happens on some rare configurations.
- Improved stability on Xiaomi devices (GPU crashing)
- Smoother animations and user experience.
Version Lambda (February 27, 2019)
Introducing Reachability: (only if the bottom toolbar is enabled).
When you press the Hand icon, it brings the top of the page into reach (the top of the page slides down).
You can enable or disable the option in Settings, Accessibility.
The function is similar to the iOS "Reachability" function.
+ TLS 1.3 final support
+ Faster homepage loading
+ Faster tab closing
+ Better battery usage
+ Improved ad blocker, popup blocker.
+ Added StartPage in search engines (new installs only)
Version Kappa (February 15, 2019)
- Fix: Issue with the news date on the home page
- Improv: Content filters
Version Iota (February 12, 2019)
- Change: Slightly refreshed UI (icons / rounded corners)
- Improv: Javascript engine is 10% faster than Chromium (try on V8 Benchmark)
- Fix: Touch not taken into account (in particular at the bottom of the screen)
- Change: Night Mode is default to 100% for new installs
- Improv: 101% Night Mode is now White text with differentiated links
- Improv: Automatically follow AMP links to non-AMP version if anti-AMP is enabled
- Improv: Better memory usage
- Improv: 400KB less
and minor bugfixes
Version Eta (January 30, 2019)
This version adds new gestures and improves the homepage.
You can now go back/next, just by swiping left or right on the edge of the page.
This can be enabled/disabled in Settings, Accessibility.
- Feature: Edge swipe to navigate history
- Feature: Improved news system (and can change news region)
- Fix: Improved content filters
- Fix: Bottom toolbar blinking
- Change: Swipe-up to open tab switcher is off by default (configurable in Settings)
Hint: You can switch tab by swiping on the toolbar.
Version Gamma (January 20, 2019)
This release includes improvements to Night Mode and major stability fixes for Android 8.0+
- Improv: Speed and stability
- Improv: Settings in Night Mode are now dark
- Improv: Responsiveness when searching or changing page
- Change: Contextual Search is disabled by default
- Fix: Crash on Android 8
- Fix: Simplied View setting is now functional
- When bottom toolbar is enabled, action buttons are now located
at the bottom (to be reachable with fingers)
Version Zucchini (December 19, 2018)
[+] Feature: Exit browser when last tab is closed (Settings, Privacy)
[+] Improv: Changing the Home page also changes the New Tab Page.
[+] Fix: Crash on Samsung devices
[+] Fix: Czech and Croatian translations
[+] Fix: Annoyances and cookie messages
[+] Feature: Integration with DuckDuckGo and Bing (some users only)
Tip: You can now switch back to the classic
New Tab Page by setting chrome://newtab as homepage in Settings
Version Yuzu (December 12, 2018)
You can now add and remove tiles/websites on the homepage.
Also, I completely removed analytics and Facebook SDK :highfive:
[+] Manage tiles on the homepage
Long-press to move or delete the tiles.
Important, to remove the news, just click on the cross (it's not deep in Settings anymore).
[+] Added Finnish translation
[+] Uses less data
[+] TLSv1.3 (better security)
[+] Improved content filter
[+] Improved privacy: Removed metrics / analytics SDK (0 tracking!)
The next step is to deliver lot of fixes and extensions.
Version Watermelon (October 23, 2018)
Good news! New release is already here, with Night Mode 2.0!
Thanks to the Kiwi community and contributors
[+] Added Japanese, Portuguese (Brazil), Russian, Turkish, Vietnamese
[+] Significant improvements to Night Mode
[+] Better compatibility with Android P
[+] Much better filter against intrusive ads
[+] Resolved issue with reCAPTCHA
Pro-tip: in Settings, Accessibility you can choose the Contrast level.
You are welcome on Discord (chat) for feedback.
Version Voavanga (October 15, 2018)
Happy release! Next release on 30th Oct
[+] Added Croatian, French, Italian and Spanish (thanks to contributors!)
[+] Improved privacy (new hosts in blacklist, user-agent same as Chrome)
[+] Fix Custom Tabs bottom bar
[+] Fixed Yandex, PayPal Communities, and more.
[+] Minor improv. to night mode
[+] Improved stability on Samsung
[+] Support for latest emojis
[+] Experimental: For 5% of the users, you can now use shortcuts, like !gt for Google Translate and try a minimalistic version of search.
Version Tangerine (October 3, 2018)
Thanks to everyone! You can join the Kiwi Dev community on Discord application: https://discordapp.com/invite/XyMppQq (hold and press "Open with external app").
Next release will arrive around 15th Oct.
- Fix: Bottom toolbar could get stuck in the middle of the screen
- Feature: Import and Export Bookmarks from a file
- Feature: Swipe-up to show Tab Selector
- Feature: Long-press on Back button to view history
- Feature: At the bottom of Accessibility preferences, you can enable/disable the simplified Tab Switcher
+ Cosmetic fixes
Version Raspberry (x86 only) (July 16, 2018)
Resolved stability issues on x86 devices
Version Macadamia/Orange/Papaya/Quenepa (July 14, 2018)
Thank you for spreading the word about Kiwi! More surprises, features and fixes to come.
This new release contains really significant speed improvements, uses less battery and videos continue to play in the background.
- Improv.: Browsing is very fast
- Improv.: Stability & battery usage
- Improv.: Background videos now autoplay when screen is locked
- Improv.: Adaptive icon
- Change: All top toolbar buttons are displayed when Duplex is on
- Fix: Content filter (Disqus login, and more)
Version Kumquat/Lychee (July 4, 2018)
This new release includes a bottom address bar and the translate functionality.
- Upgraded to Chromium 69.0.3477
- Feature: Bottom address bar (Settings, Accessibility, phone-only)
- Feature: Translate (Main menu)
- Feature: Clear data (Main menu)
- Feature: Kiwi can be moved to SD Card (on some devices)
- Improvement: Video player
The next release is planned in 10 days and will include bug fixes.
Version Jackfruit (June 17, 2018)
This version is an intermediate release that includes minor fixes.
The video player is not the final version.
- Upgraded to Chromium 69.0.3462
- Fix: Background play
- Fix: Status bar color
- Feature: AMP remover (Settings, Privacy)
- Feature: Open by default in external app (Settings, Accessibility)
- Improvement: Night mode stays on after restart (phone-only)
- Improvement: If you set more than 100% contrast, text becomes more visible in Night Mode (recommended: 101%)
Version Ilama (June 11, 2018)
This version features an improved night mode and unlocks Facebook Messenger.
- Feature: Facebook Messenger is unlocked on https://m.facebook.com
- Feature: Night mode grayscale and contrast setting
A contrast of 100% will turn off black pixels on devices with AMOLED screen.
- Fix: Dark websites becoming white in night mode
- Fix: Images incorrectly displayed in night mode
- Fix: Contextual search not working on Google (english-only)
- Fix: Annoyances and minor content filter issues
Version Hackberry (May 27, 2018)
This version gives you adblock on/off button (site per site) and several usability fixes (over 40).
Thanks to Youssef, Gala, Mickael, Nitin, Sisi, Francois, Gugun, Rasitha, Jd (merci!), Sangkan, 4esterBY and everyone who helped.
- Upgraded to Chromium 68.0.3438
- Feature: Adblock on/off (Main Menu)
- Feature: Exit button
- Improved: New Tab Page
- Improved: Layout on AMP pages
- Fix: Disable News on Homepage
- Fix: Forum threads not displayed correctly
- Fix: Issue with reCaptcha
Version Guava (May 07, 2018)
This version is more responsive and feels faster on many devices.
It also includes "Night mode", a functionality (experimental) to make websites easier to navigate in low light environments.
- Improved: Application responsiveness
- Feature: Night mode (Menu -> Turn on Night Mode)
- Feature: Disable news on Homepage (Menu -> Home page -> News on Home Page)
Version Feijoa (Apr 28, 2018)
* RECOMMENDED UPGRADE *
This version resolves most of crashes from the previous release.
This version is faster (up to 200 ms per every click) so navigation is more responsive.
Also contains:
- Feature: Setting to close all tabs on exit
- Improved: Doesn't ask anymore access to Google account
- Improved: Takes much less space on disk
- Improved: Removed annoyances on Quora, NDTV, Prothomalo, Hamariweb and more
- Improved: Auto-dismiss "Add to Home Screen"
Version Cherry (Apr 15, 2018)
- Upgraded to Chromium 67.0.3395
- Much faster release
- Fix: Clicking on button on websites did not react.
- Fix: "More results..." button from Google Search not visible.
- Feature: Homepage button.
- Feature: Screenshots work in Incognito mode.
- Feature: Delete history older than 30 days.
- Improved: Stability
- Improved: YouTube, Maps now play by default in Kiwi.
- Improved: Search terms in the top bar instead of the full URL.
- Improved: Menu when you long press on an image, or a link.
Version Blueberry (Apr 05, 2018)
Fixed ANR on First Start Screen
Fixed Privacy Policy and Terms of Service link
Downloads
- Direct APK:
ARM version: https://labs.xda-developers.com/store/app/com.kiwibrowser.browser
- Play Store link:
All platforms: https://play.google.com/store/apps/details?id=com.kiwibrowser.browser - Play Protect certified
Commit count: 455
List of HTTP queries used in the browser:
- search.kiwibrowser.com tells you what is the closest google.com server (google.fr/google.de/google.it)
http://search.kiwibrowser.com/searchdomaincheck?format=domain&type=chrome
This is a speed reason, if you go directly to google.fr rather than google.com and then google.fr it's faster, and the browser caches this information
- update.kiwibrowser.com is to download the ad blocking list ( http://update.kiwibrowser.com/service/update2 ), yes it needs to download it from somewhere.
Brave downloads it from AWS for example. I do have the same: a text file with a list of filters
- suggest.kiwibrowser.com is a 302 to Google autocomplete (and DuckDuckGo for some users who are beta-testing Bang support)
If you change your search engine, even to the baked Google one, you won't get connected to suggest.kiwibrowser.com at all as far as I know.
At the end of the day, I need to send the query somewhere, there is no choice.
Whether Google, or DuckDuckDuck if you want Suggest, it *has* to ask a server somewhere.
You can turn Suggest off, or send Suggest to your favorite search provider by adding or selecting it.
- chromecontentsuggestions-pa is to download news - http://chromecontentsuggestions-pa.kiwibrowser.com/v1/
Hello !
I'm not reporting any issue, it's just a comment to let you know that I just downloaded and tested the app on 2 different phones, and it works very well !
There is a bit less animations compared to Brave Browser or Chromium (or maybe they're faster), but it is a bit faster on a Honor 5C.
But it seems that the big difference appears on low end devices : on an old KitKat device, it is way smoother than Brave Browser in scrolling...
Otherwise, thanks for this awesome app ! The night mode is very convenient.
Would it be possible to keep it activated after closing the app ?
I mean, the app remembering that the night mode was on for next time you use it ?
Hello,
Thanks for the nice words about the speed :victory:
I totally see what you mean about the night mode.
The night mode resets on relaunch in order to avoid incoherence (half is in night mode, half is in day mode and that looks quite ugly)
I'm sure there is a way to improve that, once it's improved, then I can remove the reset
I'll ping you on progress,
Just tested it for a few minutes on my most visited sites. With adblocking on, theverge.com doesn't show it's site logo and navigation bar. Hope you could fix that. Thanks. Nice and fast browser.
Noted, I'll fix theverge.com during the week and update you (and also remove this horrible cookie box )
Hello, Google fvcked up full screen video on canary. It doesn't work correctly since months on multiple roms. It just fails to hide the nav bar and status bar. This issue is also there on ur browser and even though it's not ur fvck up, I'd like to ask, if u can try to fix it. I have a OnePlus One currently on LOS 15.1 Oreo. The screenshot is from the video that popped up first when I launched YouTube.com but it is like that on any website.
To get even more crazy, is there anyway to bring back the URL bar at the bottom?
I think I know what it is,
Can you go to chrome://flags in the address bar
and set "New Media Controls" (#enable-new-media-controls) to "Disabled" ?
If that works, then I know what to change by default
I closely followed development of these new media controls (I am working on gestures for media playing), and they seem to be very buggy so I wouldn't be surprised if they were the cause of the fullscreen not ok.
Note: maybe it's not related to media controls, but I strongly suspect it.
Let me know if this solves the problem,
Btw, yes of course I want to fix it that's a major thing
The more I read the answer, the less I'm sure it's the cause
Let me know, I'm very curious on that one if disabling the modern media controls solves it.
Otherwise I'll find a way to reproduce.
Extremely fast and nice :good:
I don't know if it's possible, but any way to bring this kind of tabs?
extension support like yandex will benefit
Nice to see another Chromium fork, especially from my own country! ?
I have some suggestions though:
1) Please consider open-sourcing the browser for trustworthiness and copying (the more forks we have, the better they get)
2) Do consider enabling the flags in chrome://flags instead of target arguments, that would bring an easy overview of what is already enabled and what isn't.
3) I'm not sure how much you changed the ad blocking compared to the built-in one, but the menu has an option "Hide annoying ads" - would it be possible to hide all ads instead?
Is there any way to hide the status bar.. As shown in the screenshots of the browser??
I can't begin to express how much I love this browsers. It is fast, really really fast, like puffin fast. I don't know what you did but its too damn good. I have struggled to get a good browsers which offers the perfect blend of speed adblocking and ui and kiwi provides just that. It didn't took 10 min to make me fall in love with it. The adblocking works as charm. I do have adaway for ads but the cosmetic filtering is what i wanted for ages. Really keep up the good work.
---------- Post added at 07:19 AM ---------- Previous post was at 07:10 AM ----------
robotkoer said:
Nice to see another Chromium fork, especially from my own country! ?
I have some suggestions though:
1) Please consider open-sourcing the browser for trustworthiness and copying (the more forks we have, the better they get)
2) Do consider enabling the flags in chrome://flags instead of target arguments, that would bring an easy overview of what is already enabled and what isn't.
3) I'm not sure how much you changed the ad blocking compared to the built-in one, but the menu has an option "Hide annoying ads" - would it be possible to hide all ads instead?
Click to expand...
Click to collapse
3) hide annoying ads is probably cosmetic filtering, it hides the blocked ad banner its per site option like in brave. Not sure what you mean, are u asking to rename?
---------- Post added at 07:22 AM ---------- Previous post was at 07:19 AM ----------
tytfusokhszxc said:
Is there any way to hide the status bar.. As shown in the screenshots of the browser??
Click to expand...
Click to collapse
I don't think so, its mostly rom feature called expanded desktop.
prathu30 said:
3) hide annoying ads is probably cosmetic filtering, it hides the blocked ad banner its per site option like in brave. Not sure what you mean, are u asking to rename?
Click to expand...
Click to collapse
If it really is what you claim it to be, yes, a rename would make sense too. For example, "hide ad placeholders".
Otherwise I expected it to be Adblock Plus-style where some ads are whitelisted.
LPW00 said:
To get even more crazy, is there anyway to bring back the URL bar at the bottom?
Click to expand...
Click to collapse
fvck yeah
I'm working on that at the moment (along with Speed Dial and tons of fixes).
The main reason why it's not done yet is that during the switch from Chrome Home to Chrome Duplex, Google moved the code all over the place and refactored almost everything, so it's not just "reviving" the feature, but really to reimplement it.
It's planned, I have a very big (and slippery) phone, and I broke it because of no Omnibox at the bottom (my phone is more slippery than a soap bar).
khnoizer said:
Extremely fast and nice :good:
I don't know if it's possible, but any way to bring this kind of tabs?
Click to expand...
Click to collapse
I have tried, it doesn't render well because the space taken is huge, but it is on the list.
I'll upload some screenshots next week I guess

Categories

Resources