Memo, simple note taking app - Galaxy Note GT-N7000 Themes and Apps

Memo is a free and open source S-Pen drawing app. It is designed to be a CM9 compatible alternative to S-Memo and S-Note. Click the Play Store link if you want pictures .
Github: https://github.com/ngarside/Memo
Play store: https://play.google.com/store/apps/details?id=com.ngarside.memo
Original post:
Now on the play store
https://play.google.com/store/apps/details?id=com.ngarside.memo&feature=search_result
https://play.google.com/store/apps/details?id=com.ngarside.memopro&feature=search_result
------------------------------------------------------------------------
Original post:
I couldn't find a note taking app I liked that worked on cm9, so made this. Figured i'd post it here incase someone else finds it useful.
Features multiple folders, insert pictures from camera/gallery (app can be opened directly from the gallery too). It uses the spen sdk so has the same pen type/colour/size chooser and image and text resize/move as the samsung apps.
Anyway this is v0.1 (alpha), only been tested on 29/5 cm9 nightly.
{
"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"
}
Edit:
Change log
v0.1 (alpha)
Initial release
v0.2 (alpha)
Added settings page
Added change log
Fixed bug where the refresh button would not refresh the list
Options to change text size/style/colour
New image manipulation UI
Fixed layout bug on phones with modified DPI settings
Press s-pen button to switch to eraser mode
Release s-pen button to switch to pen mode
v0.3 (alpha)
Added custom pen offset
Fixed bug where spinner would get stuck
Fixed bug where save button would be disabled after undo/redo
Added option to disable back button when drawing (this was originally to be used in conjunction with palm rejection. Unfortunately I haven't got palm rejection working yet, but I've left this in anyway)
Fixed another DPI related layout bug
Added S-Pen button options
Releasing the S-Pen button will now switch back to the previous tool used
Added finger touch options
General UI improvements
Added about dialog
Added optional page backgrounds
Removed current folder from move dialog
Can now duplicate images and text
Can now delete images and text
Sharing a memo will no longer automatically overwrite your saved memo with the current memo
Fixed bug where saved memos would have a transparent background
Folders that start with a full stop are now reserved for system use
Added option to delete temporary files to increase free storage space
v0.4 (alpha)
Added tooltips to image buttons
Added fullscreen mode
Added option to show background when sharing memos
Added option to automatically delete temporary file on application exit
App is now locked to portrait mode
Fixed bug where s-pen would use finger mode tools
Added export to PDF
Fixed bug when attempting to add a new folder with no name
General performance improvements
Fixed bug where \"Done\" button on keyboard would not have any effect when setting a custom offset
Fixed bug where images imported from the gallery would be overly compressed
To handle the higher quality imported images the application now requests an increased heap size
Files that start with a full stop \".\" are now reserved for system use
Corrected typos in settings
v0.5 (alpha)
Added version to about dialog
Removed PDF export, this will be re-added in a future version
Warning to users upgrading from v0.1 or v0.2
Unlike previous versions, v0.4 (and to a lesser extent v0.3) reserves folders and files beginning with a full stop for system use. If you have made any folders which begin with a full stop you will need to manually edit their name using a file manager.
Known issues
Switching from portrait to landscape or vice versa causes the canvas to be reset, deleting any unsaved changes. UPDATE: this has been fixed in v0.4.
The image resizing handles (blue box) are positioned to high, however image resizing still works, you just need to drag the corners of the image, not the corners off the blue box.

Just installed it and took it for a test drive. Seems to work well. I am not sure how it compares to smemo as I moved to CM9 fairly soon after obtaining my new note.
Anyway thanks and I'll give feedback after some more play. So far stylus control is good.

Just what I was looking for, thanks a lot!
It's so easy to insert pictures and make notes etc, and the result can be shared easily via email which was important to me.

Tested it in AOKP build 37 and is working fine, BTW can u make it to support multi-DPI?
with 240dpi, the menu is getting cluttered.

This app had a great potential especially for those of us who like using CM9/AOKP/AOSP roms. I only had 1 question, since it's developed using spen sdk, isit possible to have setting to change from right-handed to left-handed or vice-versa?

this is hepful for cm9 user. Thanks

Works really well. Thanks
Sent from my GT-N7000 using xda premium

Just installed it on 2012-06-04 nightly.
Seems to be working well.
Would be glad to help translating it to french if you mind.

Update v0.2 (still alpha)
Added settings page
Added change log
Fixed bug where the refresh button would not refresh the list
Options to change text size/style/colour
New image manipulation UI
Fixed layout bug on phones with modified DPI settings
Press s-pen button to switch to eraser mode
Release s-pen button to switch to pen mode
Download link is in the OP
@zeneziz I don't think it's possible, but if anyone knows otherwise shout up and I'll implement it .

Sounds really great! Does it support palm rejection? This is the only thing that currently keeps me at the stock ICS...
Edit: based on the SDK site, it should be possible:
New com.samsung.spen.lib.input package :
For both Gingerbread and Ice Cream Sandwich (ICS) versions of Android :
• Can now distinguish between a touch with a finger or the S Pen
• Side button status for compatibility

Not yet, i'm looking at implementing it though.

ng93 said:
Not yet, i'm looking at implementing it though.
Click to expand...
Click to collapse
Really a great work! Thanks.
Do you think it is possible to implement widgets?
It would be the definitive solution for many of us as Smemo replacement.

Thanks for all the positive feedback guys .
matthjes said:
Sounds really great! Does it support palm rejection? This is the only thing that currently keeps me at the stock ICS...
Edit: based on the SDK site, it should be possible:
New com.samsung.spen.lib.input package :
For both Gingerbread and Ice Cream Sandwich (ICS) versions of Android :
• Can now distinguish between a touch with a finger or the S Pen
• Side button status for compatibility
Click to expand...
Click to collapse
Only just noticed your edit .
I can stop the finger input by just overriding onTouchFinger and returning true. The problem with that is that whenever you move your finger/palm/hand it stops recognizing the s-pen input, and you have to lift the pen up and then put it back down for it to be recognized again. Obviously it's pretty much impossible to keep your hand still while writing.
aegis71 said:
Really a great work! Thanks.
Do you think it is possible to implement widgets?
It would be the definitive solution for many of us as Smemo replacement.
Click to expand...
Click to collapse
It's definitely possible, although I don't know when I'll have the time to do it (want to try getting palm rejection done first).

zeneziz said:
This app had a great potential especially for those of us who like using CM9/AOKP/AOSP roms. I only had 1 question, since it's developed using spen sdk, isit possible to have setting to change from right-handed to left-handed or vice-versa?
Click to expand...
Click to collapse
ng93 said:
@zeneziz I don't think it's possible, but if anyone knows otherwise shout up and I'll implement it .
Click to expand...
Click to collapse
Well I've just figured out I was wrong and it is possible lol, by adding in a customisable pen offset position. Won't have an update ready for a couple of days though.

YES YES YES on the widget OPTION. would love to switch to CM9 or even back to ICStunner but i use the S memo a lot and the S MEMO widget alot and would love that option.
Also the one where u press the button and tap the screen and takes the picture and opens up edit mode but that is utterly different then this but the widget option would be great!!!

Very cool

I hace problems installing both version of the app
Says somthin like "error analysing app"

luiqui said:
I hace problems installing both version of the app
Says somthin like "error analysing app"
Click to expand...
Click to collapse
Can you be more specific about the error? What ROM are you running?

Great with my cm9!
Enviado desde mi GT-N7000 usando Tapatalk 2

Works great on great asylum
Sent from my GT-N7000 using Tapatalk 2

Related

[APP] HelixLauncher2 0.7 + System App Mod [18/05/10]

Firstly, I would like to thank Wysie for his help in guiding me to compile. Thanks, bro!
Modified Launcher2 features:
Based on Launcher2 from Cyan's git
iPhone/Hero-like Scrolling
Fully fixed auto rotation
App Menu Button Long Press -> Quick Switcher
Up to 7 screens! NEW!
Long-press at desktop as an option
Drag & Drop bottom shortcuts NEW!
Commented Code (where I remembered I changed)
Screenshots by chronzz:
{
"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"
}
Download from Repo: http://helixproject.ruqqq.sg/
SourceCode: GitHub
Install Instructions:
INSTALL FROM MARKET! HelixLauncher 2
Click to expand...
Click to collapse
OR
adb shell rm -r /data/data/com.android.launcher2
adb pull /system/app/Launcher2.apk ./Launcher2.apkBAK
adb push Launcher2.apk /system/app/Launcher2.apk
Click to expand...
Click to collapse
Credits:
Wysie, irrenhaus & rogro82 (adv. launcher), enomther, wesgarner and other contributors if I accidentally left any out
Donators/Testers:
chronzz, dhendrix11, daveid, DA6, notxel21, Gr8gorilla, Worsty, Manup456 and many others!
Your comments are VERY MUCH appreciated. Enjoy!
ChangeLogs
NEW CHANGELOGS AT REPO
0.7BETA1 Donators' only FOR NOW:
Implemented option to set Default Screen* on update, you might need to set back your default screen
Fixed MORE people's stupidity: Implemented reasonable auto delete/move items on workspace on resize
*Probably* fixed FCs problem: Increased launcher heapsize hence more memory used
Fixed QuickShortcuts icon positions when landscape - No longer swap position
Options to hide desktop icon labels
Fast Apps Menu readded - Broke compatibility with Android < CyanogenMod drop
0.6 ON MARKET:
Support for stock N1s or Android 2.1 devices
Using a backward code which might slow down the apps menu
0.6BETA2 donator's only:
Removed unused preferences from BETA1
Implemented long hover of app on DeleteZone as a gesture for uninstall
0.6BETA1 donator's only:
Implemented option for EITHER dots OR QuickShortcuts
When using dots, QuickJump does work
Implemented use of custom icon for QuickShortcuts: icons are stored in /data/data/{APP_NAMESPACE_HERE}/icons/ eg. /data/data/com.helixproject.launcher2/icons/
Minor bugfix
0.5:
Added bottom bar Shortcuts
Added drag and drop capability for the shortcuts
Fixed wallpaper blank
Bug fixes - lots of them
0.4 - not released:
Added ability to change screen size
Added Restart option in prefs
Added auto-rotate option in prefs
Some behavioral changes (can't remember)
06-03-10:
v0.3
Added velocity scrolling - NOW IT'S MORE SENSE-UI FEEL
Enomther's Patch for Screen Freeze issue - Hope it works!
Wesgarner Patch for Auto-Orientation based on phone setting
New Preference Menu
downloading right now, then testing, will post results.
Many thanks for this i always wanted 7 Screens.
edit: working. 7 Screens!
So what did you mean with "'Prettier' Animations & more 'Friendly' feeling"? I cant see a difference.
For me, its just like the Stock-Launcher but with 7 Screens and that is everything i want
Again, many thanks for this!
edit2: not sure, but i think i just saw the prettier animation. the little slide while changing the screens?
Its a nice addition!
I find the changing of screens by dragging a little harsh hence I modified it. If you used iPhone/iTouch you know what I mean by harsh.
Glad you like it!
hi,
thanks but how can I changed widgets, shortcut...?
Very nice,
Have you found a way to eliminate the 3d app drawer?. Its way to slow.
sinjiyo said:
hi,
thanks but how can I changed widgets, shortcut...?
Click to expand...
Click to collapse
menu -> add
do i have to root my nexus for this?
thanks, I never see that before
GREAT!!
@DocRambone
Slow? The menu runs fine for me. But well, if I say yes, what would you wanna change the menu into?
@shintu
Yes. Needs root.
arctu said:
@DocRambone
Slow? The menu runs fine for me. But well, if I say yes, what would you wanna change the menu into?
Click to expand...
Click to collapse
More like standard popup. The animation make it slow to use. open an app take much longer than with old style launcher
nice!
What font are you using ?
The perfect Launcher to me would have:
1. Auto-rotate - entering text into the search box would be much easier in landscape.
2. 7 screens - you got it!
3. Things that are disabled to become an option for the user, ie. long press to add to desktop. I only say this because I like to long press (as opposed to menu-add) so that I dictate where the item is added. Otherwise, you have to add it and then drag it to the desired location.
I believe you are on the right path here. I for one like the new app-tray vs. the old one (coming from a G1), so I say keep that.
I don't remember the name of the font. But, its from a theme called elegance. See Android theme forum.
I too like the new app launcher. Though it isn't flexible like the old launcher. Yes, I have landscape on my new build. Everything works except the app menu. Well, it does work, just glitchy. Can live with it though. I now have a 360 launcher!
I wanted to mod Launcher2 during my coming holidays, but since you're already at it, may I suggest the following:
1. Make the number of screens customizable. I still prefer 5 personally.
2. Make long-pressing on the Drawer/"Menu" (the thing you press to start the launcher) activate the overview of all the screens as well.
3. Remove the dots indicators at the size, and replace them with icons to launch apps. The best will be to make it user configurable. That is, I can choose Browser for left icon and say, Twidroid for right icon. (I know there is a mod that does this already but it's fixed to the 2 apps that can be launched)
4. Fix the FCs . It still FCs quite consistently if you have a lot of large widgets (4x3 or 4x4).
Also, I believe app menu is glitchy due to lack of drawables (or maybe the 9-patches are done properly?). Should be able to fix it easily .
I know it's a long list, but you're asking for comments ! Keep up the good work!
Can you delete the wallpaer the girls
Thanks
1. I'm still wondering how to dynamically change the screens. I'm not used to storing preferences in Android either.
2. Yeah, I was thinking of the same thing too!
3. Hmm.. I was thinking the same for this too.. but.. putting the app icon itself will not match the launcher theme somewhat.. I mean.. it'll look ugly.. ideas?
4. This.. I haven't experienced yet. Hmm.
5. The app drawer glitch isn't because of the drawable. It's utilizing a surface.. perhaps a GL surface. That's why it isn't flexible. Kinda sucks.
As for the wallpapers, I'll delete and leave only one so that the filesize is lower.
Great job!
I really wanted 7 home screens. I love to keep some blank to enjoy a live wallpaper.
But like all great things there must be a critic. Is there anyway to add 360 auto rotation? I love this feature.
Thank you very much
I'm waiting for your new version
Looking at Apps Grid for landscape now. I think I can make it work. ^_^

[APP][2.2+][BETA6] Generic Widget Lockscreen

GWL is a new free Lockscreen that focuses on the comprehensive use of widgets on the screen lock is designed so that everything you put in it are widgets and therefore supports 100% of existing widgets for Android.
In addition, following this philosophy incorporates a unique unlock, any knowledgeable person can develop their own widget that will help unlock the screen and to prove "GWL unlock button" is incorporated into the app.
Also I liberate a miniSDK for users with more limited knowledge you can design your own release buttons/widgets.
miniSDK: http://code.google.com/p/gwl-mini-sdk/
I need beta testers to try this app and help me improve it and polish it before uploading to the official market
Some screenshots of its current state, since I still have things to polish:
{
"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"
}
AWARD FOR CONTRIBUTIONS:
The top 8 screenshots that you provide will be include in the market
and the 2 best of them (1 tablet and 1 smartphone) which will place them in the head of the market (promotional graphic).
Beta6 Changelog:
-ADDED Economy mode (Battery saver)
-ADDED Russian translation, thanks to russiancrazy
-SOLVED FC with MIUI & SENSE3.0
-SOLVED No recipient email on report bug option
Click to expand...
Click to collapse
Beta5 Changelog:
ADDED -The system log (logcat) is added to the "Report a bug" button.
ADDED -Passive mode (Experimental).
ADDED -Option to show notification bar.
ADDED -Translation to PT / BR, thanks to Uhuhu.
ADDED -Translation to PL, thanks to _TB_TB_.
CHANGED -The Force is not setted by default.
SOLVED -NoAd layer dont dissmis when Ad is visible.
Click to expand...
Click to collapse
Beta4 Changelog:
ADDED -Use lock widget on Home screen to lock the terminal
SOLVED -Disabling functions isn't really possible because nothing stays highlighted
SOLVED -When disabling your app it goes back to the default lock screen (glass) and not back to the previous one.
SOLVED -Car Mode got enabled.
SOLVED -When adding a widget the title is still in Spanish(?)
SOLVED -When i press the "home" button, it locks in stead of going back to the home screen.
SOLVED -It isn't clear or explained what "use the force" does.
SOLVED -Could not find a way to launch the application settings.
Click to expand...
Click to collapse
Beta6 Knowed issues:
---
Click to expand...
Click to collapse
[CURRENT] Beta6 & Translation files (arrays / strings)
Cannot see your screenshot
Force close upon opening application, HTC Incredible running MIUI
Sent from my ADR6300 using Tapatalk
When you say '100%' of existing android Widgets, do you refer to sense Widgets as well?
Sent from my ADR6300 using Tapatalk
phoenixs4r said:
When you say '100%' of existing android Widgets, do you refer to sense Widgets as well?
Sent from my ADR6300 using Tapatalk
Click to expand...
Click to collapse
If not using a menu from the list of widgets, you should appear seamless.
Anyway I mean all those in the market.
It is possible that some extreme launcher modifications as MIUI got some problems, so there is this phase of beta testing, to identify best and fix them.
Ill help. how do i get the app?
Love this app
Give me a chance to be beta tester!
Thanks!
I'd love to be a beta tester as well, I could even test your mini SDK if you like me too.
Let me know
Tiwiz
nice one, will give it a shot.
does it support a "passive" mode (that is, non-interactive) for the widgets? that would be very neat for most widgets I can think of putting on my homescreen. I basically need status information like weather, unread messages, todos/agenda, and stuff like that. being able to make those widgets passive would allow me to get information from them without compromising the lockscreen's actual purpose which is preventing the phone from unwanted input.
Force close on start up, on Desire HD running MIUI 1.8.5
L
My feedback
Hi,
i gave it a try and here is my feedback:
when adding a widget, the title is still in another language
The widgets can't be moved
after unlocking, it goes into 'car mode', please change
The setting "use secret code" doesn't stay highlighted even though it is an active option
Also for the custom wallpaper, so i think i can say that active options doesn't stay highlighted
The security code can't be swype (with swype beta), if this is not an option it should be mentioned
It isn't clear or explained what "use the force" does...
When i press the "home" button, it locks in stead of going back to the home screen
Disabling functions isn't really possible because nothing stays highlighted
When disabling your app it goes back to the default lock screen (glass) and not back to the previous one, in my case the security lock with swype.
I have a SGS2 phone with the cognition ROM v1.31
I hope this helps you further programming. I have to say i like the idea very much. Maybe in the future you can have certain apps as well, like phone, whatsapp, messaging. So that when you unlock you can go to these apps.
Keep up the good work. good luck.
ok im going to give it a go i will report back any issues i have
hi,i have tried it on on my rom but it gives me fc!!
Hi mate, nice app.
I tried it and I have som suggestions.
The default "unlock" system is too easy, I think u should provide at least one scrollable unlock button as default to avoid accindentally unlocks.
Another suggestion, I found it hard to place widget in some positions of the screen, maybe u should implement something to move widget when they are placed. Something like a menu entry "Move Widgets" should be good.
Sorry for my bad English
CYA
i'll definitely try this out
Very good, here are some suggestions
Fix the wallpaper to fit the screen.
But more importantly, add a mode in the app itself to trigger an editing mode which will allow you to move widgets around in the lockscreen. It would also be awesome if you were able to add different unlock modes, like vanilla unlock, drag a bar down, touchwiz unlock, sense 3.0 unlock. These are just ideas, but so far no problems. Good job.
Also please add descriptions to the settings, I didn't understand a couple like jedi mode.
seems good so far. any plans for offering an API for 3rd party developers to let them lock/unlock the lockscreen?
I love you guys!
Thank you for this amazing collaboration I have in mind all your suggestions.
-I liked the "passive mode", it was something I wanted to add.
-As you move from place widgets is more complicated, but of course I will try to implement it.
j4velin said:
seems good so far. any plans for offering an API for 3rd party developers to let them lock/unlock the lockscreen?
Click to expand...
Click to collapse
Yes, I plan to publish a small sample code with the unlock button on googlecode on a few days.
But if you desire to keep trying is as simple as that when it's time to send the signal to unlock use this public broadcast:
Code:
Intent i = new Intent("com.firezenk.gwlads.kill");
context.sendBroadcast(i);
----
It seems that the program is not currently compatible with MIUI if anyone could send the LogCat from time to give FC would appreciate it very much.
These are the issues I had so far:
-Soon after I added a widget it crashed without any warning messages.
-Could not remove the widgets in the usual method, had to use the Menu>Remove all widgets option
-Sometimes Launching the locker does the same thing as pressing the home button.
-Car Mode got enabled
-When adding a widget the title is still in Spanish(?)
-Could not find a way to launch the application settings.
Using: HTC Desire with CM7.1 RC1
SOLVED -Disabling functions isn't really possible because nothing stays highlighted
SOLVED -When disabling your app it goes back to the default lock screen (glass) and not back to the previous one.
SOLVED -Car Mode got enabled.
SOLVED -When adding a widget the title is still in Spanish(?)
Thanks guys
I added translation files to 1st post, please consider translating it into your language

[ROM][OFFICIAL][12.28.12] MIUI v4 2.12.28 | ICS | MIUI.us | FAST | SENSE |

***I take no credit for this. I am just sharing. All credit goes to the MIUI.us Team***
{
"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"
}
MIUI 2.12.28 SENSE BASED Full Change Log:
[Phone]
Optimize internet call (SIP) account details page button style
Fix the Internet call (SIP) account details page when clicking the upper left corner of the back button resulted in no response
Fix Sorting of T9 search results is not in accordance with the frequency of contacts
Fix opening the call interface page lag issue
Fix in some cases, unknown number calls leads to FC error
[Contacts]
Add select a contact support Select (click menu key)
New full-text indexing search support allows to search Notes, company, position, nickname or any other field items
New smart grouping function to sort by location and other options
Added support for setting "Text avatar"
Optimization of picture avatar scaling logic
Fix cannot delete just the name of a contact
[Messaging]
New, support for sending network SMS & MMS
Fix search cannot locate SMS sessions containing more than 200 items
Fix in some cases, MMS cannot be displayed
Fix in some circumstances, the right of the message list page appears without a scroll bar
[Lock screen, status bar and notification bar]
New Variety lock screen framework support for variable incremental threshold trigger actions
[Desktop]
Add new 'Clear tasks' app widget option, you can now clear up unused memory via desktop widget
New free desktop editing mode, you can now add a theme that comes with a small tool
[Themes]
Fix downloading wallpapers with the same file name cause some problems
[Gallery]
Add a new version of the photo editing system, added "fisheye", "border" effects (see editing mode for full info)
Fix gallery settings when guest mode is disabled results in some problems
Fix MMS application error when sharing pictures from the gallery application
Fix camera photos, text is misplaced in gallery home albums
Fix cloud album pictures in some cases fail to download all items
Fix cloud album picture download size calculation error problems
[Music]
Scroll bar "filter by size" Optimized to enhanced sense of touch in paragraphs
Optimize downloading online music, will now automatically download album art and lyrics
Fix online music player cannot play full duration of music file
Fix "found music" songs may lead to repeated download problems
Fix in some cases the album covers may take up too much system memory
[File Explorer]
Advanced settings (New remote management options, transfer encoding, port number and password support and anonymous login support for FTP transfers
[Browser]
Fix some gesture operations return invalid response
[Calendar]
Added jump to specific date function
[Anti-disturb / DND]
Fix anti-disturb DND function leads to telecom phone call process failure
[Notes]
New, open and close notes folder animations
Added read and modify notes system permissions to protect user privacy
Optimization to automatically open at the last left position of the list of note items the next time you open the app
Fix in some cases, bulk delete phone sticky notes leads to FC errors
[Other]
Optimization of Xiaomi account login process, enter incorrect wrong password, click on retry will return to the login page
Fix, Xiaomi account login page may open with FC error
[Video Player]
Added view video playback history function
New Online Video content source: Tencent video
Optimization of the default icon in the upper left corner of the online video Home default cover
DOWNLOAD MIUI.us 2.12.28 NOW
It's fantastic, thanks man.
thanks, downloading now
thx man downloading now
Bug? And languages already included?
Still Sense based.
aNYthing24 said:
Still Sense based.
Click to expand...
Click to collapse
But thats good, cause it means that wifi calling will work
t0ny0 said:
But thats good, cause it means that wifi calling will work
Click to expand...
Click to collapse
And sweep to wake. This rom is very fast and smooth I like it so far can I delete one of the music players is the miui music player good enough to just erase the sense music player ??
can i ask, this rom need to use what fireware? 3.32?
fizfaka said:
can i ask, this rom need to use what fireware? 3.32?
Click to expand...
Click to collapse
3.32 firmware..
Ok, so coming from AOSP builds, does anyone find the transition animations reallu 'stuttery'?
As in it definitely isn't smooth at all?
Gtj94 said:
Ok, so coming from AOSP builds, does anyone find the transition animations reallu 'stuttery'?
As in it definitely isn't smooth at all?
Click to expand...
Click to collapse
Have not tried either MIUI or AOSP but was messing with build.prop settings in ARHD.
Because of an article on google+ from an android developer. Where the pros and cons of forcing GUI to be rendered with hardware instead software was discussed. Forcing it to use hardware (OpenGL) could cause a big increase in memory use. So I tried disabling it and experienced a lot of lag.
Try and have a look in build.prop. see if you can find the line. If it's not there, try adding it or if 0 change it to 1
debug.sf.hw = 1
Be warned, do a Nandroid backup before proceeding. Errors in build.prop can cause the Rom not to boot
ROM: ARHD 6.6.5 XE - KERNEL: Faux 007.B1- MODS: LeeDroid Tweaks 4.3 RADiO: 11.23.3504.08_M2
like the animation in this rom
Hey hey flashed this ROM last night right after uploaded cuz I love miui, noticed a couple of things tho, one-themes are unable to be downloaded, and 2- when I turn on guard mode there is no way to put in a password. Other then that everything seems to be running fine thank u for the upload hourly everything gets ironed out I would love to keep this as my main rom
Sent from my SubZero ICZen Vibrant using ICS blue tapatalk baby!!
People use MIUI coz of themes. In this version themes not working.. So sad..
Super-Android said:
People use MIUI coz of themes. In this version themes not working.. So sad..
Click to expand...
Click to collapse
in the change log it says themes are working, i only want to use the miui control panel to change the status bar icons. has anyone tried it yet?...................sudeki300
sudeki300 said:
in the change log it says themes are working, i only want to use the miui control panel to change the status bar icons. has anyone tried it yet?...................sudeki300
Click to expand...
Click to collapse
I have tried some v4 themes and they all partially work on the sensation. Other phones are reporting success but mine is lacking. Idk why v4 themes aren't working
Well I also use a sensation and the themes are partially working on there, something about the file format for v4 is different so th way themes at applied is different too that's y most gb themes won't work but I was trying to say downloading themes from the theme section of the ROM wasn't working for me, I downloaded one from online but still nothing
Sent from my SubZero ICZen Vibrant using ICS blue tapatalk baby!!
so the rom itself is good its just bits of themes are iffy?...............sudeki300
Can anyone share list of themes working...?? I downloaded many themes from theme section, even tried using placin .mtz files in miui/theme folder. nothing working

DBPie [0.0.4a][4.1+][Alpha][6/22/2014]

{
"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"
}
Synopsis
Okay so I am working on an app based pie that doesn't require root. It uses accessibility services to manage itself. Please don't tell me how we have so many variants of pie, if you are not a fan just move on. My long term goal is to diverge from what current variants have. I created this due to the shutdown nature of the new pie for PA 4+. I have yet to implement a lot of features. I am just throwing this out there to get both ideas and bug reports. Suggestions and requests are welcome but I promise nothing.
Current Features
Code:
- pie controls
- custom coloring
- autostart
- works in landscape and portrait
- system wide function (minus lockscreen and notification panel)
- pie custom sizing
- trigger area custom sizing (width and height)
- cm11 theme support (pulls navbar icons from the system now)
Goals (not promises)
Code:
- gravity other than bottom
- clock
- notifications
- google now/search access
- [STRIKE]custom sizing[/STRIKE] DONE
- animations
- notifications and quick toggle access (like in 4.3 version of pie)
- [STRIKE]themeable (via cm11)[/STRIKE] DONE
- per app coloring
- appstore support
- icon and slicker UI (I could use help with icon)
Bugs
Code:
- having pie up while screen lock requires reboot to end
- occasional pie gets stuck (reboot will fix)
Downloads
Code:
[URL="http://bit.ly/1jIg0xT"]Version 0.0.4a[/URL]
[URL="http://bit.ly/T0MRH8"]Version 0.0.3a[/URL]
[URL="http://bit.ly/1wghLdv"]Version 0.0.2a[/URL]
[URL="https://drive.google.com/file/d/0BxTrKYFvIq0JaklXYTJQOEd6bE0/edit?usp=sharing"]Version 0.0.1a[/URL]
Changelog
Code:
Version 0.0.4
- recoding of detection code to boost performance
- support for sound (not integrated yet)
Version 0.0.3
- quick fix to bug introduced in 0.0.2 where landscape pie wouldn't work
Version 0.0.2
- slight redesign (added gap between buttons)
- recoded pretty much everything, the old code was ugly and not modular
in order to the most basic things I would have to do a lot of coding and
going forward that is not good
- custom pie sizing, you can now choose small, medium, large
- custom trigger sizing, increase the size of the trigger if you find it too
small the only problem with this is accidental hits will be more common.
I added this last second so you need to reboot to apply (I will fix this in
the next update)
- CM11 and custom firmware theme support. It now pulls your navbar buttons
from your systemUI so it will look like your CM11 theme or touchwiz or sense
Version 0.0.1
- initial release
How to Use
Turns out a few people were confused on how to use this. Swipe up from the bottom to activate, go over the button you want to use and then release on it.
https://www.youtube.com/watch?v=7HvDKwFmQKY&feature=youtu.be
I think I just might give this a try..... Sounds enticing to try it out. Will tell how it runs
Sent from my D6503 using XDA Free mobile app
vipaman said:
I think I just might give this a try..... Sounds enticing to try it out. Will tell how it runs
Sent from my D6503 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks! Any feedback is appreciated. Its very much in development
subscribed.giving this a shot.Do you plan on always keeping it without root?
TECH NIQUE said:
subscribed.giving this a shot.Do you plan on always keeping it without root?
Click to expand...
Click to collapse
Yeah that's the goal. The only thing I would add root for is for people to hide their navbar if they have one. Otherwise all the functions I have in the app will go without root
Okay so apparently this doesnt work well with xposed enabled. Its works but its a hit and miss. Like some times registers it other times it activates google now. I will give it another try with xposed disabled.
And one more thing it doesnt seem to work in landscape. Dont know why but I shall check.
The customization features do work and they are pretty good. Simple yet powerful.
I shall keep messing around with it for more time.
EDIT:- On second try. I tried it on my note 2 and it works perfectly I think the only problem I am having is becuz main device has on screen navigation bar that's why. So if u have hardware keys u will be all right. On screen buttons might need some work.
vipaman said:
Okay so apparently this doesnt work well with xposed enabled. Its works but its a hit and miss. Like some times registers it other times it activates google now. I will give it another try with xposed disabled.
And one more thing it doesnt seem to work in landscape. Dont know why but I shall check.
The customization features do work and they are pretty good. Simple yet powerful.
I shall keep messing around with it for more time.
EDIT:- On second try. I tried it on my note 2 and it works perfectly I think the only problem I am having is becuz main device has on screen navigation bar that's why. So if u have hardware keys u will be all right. On screen buttons might need some work.
Click to expand...
Click to collapse
Thanks for the feedback. Yes this is meant to replace navbar (on screen buttons). If you use gravitybox or a variety of other stuff you can hide the navbar.
Thanks again and I am working on a big update so stay tuned.
And for landscape it always puts it on the bottom of the phone so in landscape it will be on the long side down. Try that.
Subscribed, will keep an eye on this project as I'm a big fan of pie navigation.
You got featured http://www.xda-developers.com/android/dbpie-brings-pie-controls-to-non-rooted-users/
I'll give this a try. looks good.
I cant use it. Im on a Galaxy s5 and the Service it's eneabled but i cant fin the way to show the controls
gerc86 said:
I cant use it. Im on a Galaxy s5 and the Service it's eneabled but i cant fin the way to show the controls
Click to expand...
Click to collapse
Same issue with me. I tried it on Moto e 4.4.2 (not rooted). it doesnt have hard buttons. well i'll try a reboot i guess. but apart from "enabl/disable service" and "color" options. no other option works in settings. you probably have not made them available yet i guess since its alpha. but just reporting.
EDIT: After reboot got toast message that DBPie auto started" But nothing else happened.
Sounds interesting
This app sounds great, specially that you don't need root. But i almost don't see the purpose, at least for me because if my phone is non rooted this app would work (which at the moment it is not, have it enable but nothing happens) but to remove my on screen nav buttons i would need to be rooted. Unless I'm missing something, I've never found a way to permanently remove the nav buttons (and have the keyboard work) without having to be rooted, which at that point I would just use lmt. I look forward to the app progressing but would like a way to give the nav bar within this app and not need root. Thanks
Same problem as stated above. I have nexus 5 running 4.4.4
Well I guess apologies. Its working alright. But hard to make it appear. The space to enable it for devices having onscreen keys is bit too small ..
Have to touch edge of top border of existing onscreen keys to make it appear
Here is ss
---------- Post added at 08:26 PM ---------- Previous post was at 08:07 PM ----------
This should explain what I meant more properly. This is why most users will think not working.
.
.
aeppacher said:
Click to expand...
Click to collapse
What is the icon pack you are using?
If this would completely replace the onscreen buttons on my Moto G I would pay for the app instantly. I think the constant onscreen buttons are a waste of screen.
Can you please tell me which CM11 theme and icon pack you use? Those Settings look so gorgeous! <3
maarten2001 said:
What is the icon pack you are using?
Click to expand...
Click to collapse
Gerjannn said:
Can you please tell me which CM11 theme and icon pack you use? Those Settings look so gorgeous! <3
Click to expand...
Click to collapse
It's called flux, it's one of my favorites. It's a cm11 theme so you need a custom ROM (I use Paranoid Android)

[APP][5.0][20141215][v2.0] Launchpet2 (Blinkfeed style launcher for Lollipop)

{
"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"
}
Description​I've been a fan of blinkfeed since I started using my M7 until today with the beast M8. But I also love AOSP rom especially the new Lollipop. I can't resist to use it but after a week I started to miss news on my homescreen. So I began my development for this application over the weekend and here it is. After lot of test and work in this project, now its quite stable(at least for me). No more beta. Its different from other launcher. Trust me, you can try it. I'm using SDK for Lollipop because I like the material design.
Features
Blinkfeed like news
Cleaner design with material
Changeable theme based on your preference
Quick access to favorite app via floating action button in homescreen
Quick access to all application with just a simple slide to left
Ability to add custom rss feed
Support gif playback
Folder/Group of application in drawer
Show/Hide application in drawer
Native application drawer with animation
Weather information in homescreen
Ability to use system wallpaper instead of banner image on top
More to come.....
Requirement
Any lollipop rom.
Screenshot
Changelog
Version 2.0 [20141215]
Fresh new look
Scale down home news image to optimize memory consumption
Optimization on scrolling lag issue
Banner image now invisible when system wallpaper is active
Fix touch responsive on card click
Card title background is now transparent
Change temperature in weather widget to use metric system
Add toolbar transparency
Bugfix
Version 1.11 (Beta) [20141214]
Fix app drawer slow responsiveness
Added use system wallpaper setting
Fix weather card not reloading after certain interval
Optimization on memory usage
Bugfix
Version 1.10 (Beta) [20141213]
Added drawer animation
Home card view is now wider than before
Image is shown full width of the card
Added weather info in top header
Hide default android icon in native app drawer
Bugfix
Version 1.9 (Beta) [20141212]
Update folder view for cleaner look
Added option to use native drawer like Google Now Launcher
Fix crash when deleting group from the drawer
Disable slide right menu when using native drawer
Change home card to use material library
Bugfix
Version 1.8 (Beta) [20141210]
Added folder view
Fix lagging when creating folder in app drawer
Improve weather search using openweathermap api
Bugfix
Version 1.7 (Beta) [20141210]
New look for feeds without image
Stability improvement
Added application folder in drawer
Added option to show/hide application
Implement caching for faster scrolling in application list
Change application folder style to material
Feed refresh icon is now permanently visible
Ability to reorder favorite application.
Fix issue image not showing for certain feed.
Fix issue invalid date parsing for tumblr
Bugfix
Version 1.6 (Beta) [20141207]
Added settings to show/hide application from drawer
Allow personalization for quick access hack in floating favorite button thanks to @keenofhiphop
Added weather and location update
UI Enhancement
Bugfix
Version 1.5 (Beta) [20141205]
Toolbar is now transparent during scroll
Added search using Google now to toolbar
Added custom cache monitoring service to remove unused cache
Close floating menu on application started
Floating menu now have label
Permanently remove scroll to top button (replace by pressing back key)
Performance tuning (scrolling) and several bugfix
Version 1.4 (Beta) [20141204]
Change floating menu style to show vertically instead of circular
Limit favorite app for cleaner look
Performance tuning for smooth scrolling
News feed now not reloading every time new application is install/uninstall
Bug fix
Version 1.3 (Alpha) [20141203]
Use proper theme for home background instead of transparent
Hide scrollbar on scroll
Added title label in application list
Pressing back button will scroll to top
Close floating fav menu on drawer open
Floating fav menu now close on back button press
Added support for gif
Added few more favorite source
Version 1.2 (Alpha) [20141203]
Fix crash when opening news if favorite is empty
Version 1.1 (Alpha) [20141202]
Added few more themes
Fix date format still showing even if display date checkbox is uncheck
Fix date not refresh on time_tick
Version 1.0 (Alpha) [20141202]
Initial release
Download
Android File Host
Source Tree
I am sharing the source code for this application to everyone to modify it based on your need. I know the source might be a bit messy to you as this is just a weekend's project.
https://github.com/petalyaa/Launchpet2
Special Thanks
@keenofhiphop for the idea and testing.
@AndroidFileHost for allowing me to host this app
Please, if you encounter any issue, report it here I will try to fix it. I will add new features from time to time. Maybe I will add social intergration in future for those who like it. For now, this version meet my requirement as I can browse rss from my favorite source and read 9gag in my homescreen.
Download button for play store is just an image...
Sent from my 831C using XDA Free mobile app
talon_dgnr8 said:
Download button for play store is just an image...
Sent from my 831C using XDA Free mobile app
Click to expand...
Click to collapse
U sure? I can click from here using web and mobile app. Its working for me.
great job, missing blinkfeed as well!
I cant download on my M8 it says This app is incompatible with all of your devices. Upload the apk maybe? I been waiting for something like this.
This app is incompatible whit all devices
lol
Sent from my HTC One M8 using Tapatalk
Really? Okay i'll upload the apk later today. Sorry.
I have it on my m8. Works fine for what it does! I have a couple simple apps in the store but would need to learn a lot to make an app like this! Well done
henderjr said:
I have it on my m8. Works fine for what it does! I have a couple simple apps in the store but would need to learn a lot to make an app like this! Well done
Click to expand...
Click to collapse
Thank u. Im still learning too.
To those who can't download from play store, i've uploaded the apk to my google drive. Link in the first post. I'm not sure why it say incompatible. Please let me know if you can't install it.
petalyaa said:
To those who can't download from play store, i've uploaded the apk to my google drive. Link in the first post. I'm not sure why it say incompatible. Please let me know if you can't install it.
Click to expand...
Click to collapse
I approved your dev access so you can upload and share your file now with now limits.
Thanks
AndroidFileHost said:
I approved your dev access so you can upload and share your file now with now limits.
Thanks
Click to expand...
Click to collapse
Thank you. I've uploaded to AFH and update OP. :good:
Now I can't install! I'm gonna try push it to system apps. I'll update if that works.
vwgti18 said:
Now I can't install! I'm gonna try push it to system apps. I'll update if that works.
Click to expand...
Click to collapse
What version of android are you using? I think its not Lollipop.
Seems to work pretty good so far. Awesome app, gonna help me a lot staying politically up-to-date.
Running Cyanogenmod 12 on my Moto G.
I can't delete the feeds properly, unfortunately.
Do you want ideas/feature requests?
Spoiler
I think the app list is though functional, not as fast to use as it could be. It would be great if you changed that.
For example like a separate drawer page that the user can either access by swiping left or tapping the floating button.
Regards
Gesendet von meinem XT1039
I added three CNN feeds and scrolling lags now, but I cannot delete them.
keenofhiphop said:
Seems to work pretty good so far. Awesome app, gonna help me a lot staying politically up-to-date.
Running Cyanogenmod 12 on my Moto G.
I can't delete the feeds properly, unfortunately.
Do you want ideas/feature requests?
Spoiler
I think the app list is though functional, not as fast to use as it could be. It would be great if you changed that.
For example like a separate drawer page that the user can either access by swiping left or tapping the floating button.
Regards
Gesendet von meinem XT1039
I added three CNN feeds and scrolling lags now, but I cannot delete them.
Click to expand...
Click to collapse
Ahhh.. Okay, its not really delete the feed. Thanks for reporting. I'll fix it up and update the apk.
U mean tapping on floating button to open the app drawer? For now, the floating is used for favorite application. You can long press on any app and add to favorite. Then u can launch ur fav app just by tapping on the floating button. Unfortunately, I've set the limit for fav app to only 6. If more than that, it would make the screen a bit messy. Let me know if my explanation does not answer u bro.
Sure I read your description
I just want to point out another possibility to launch the apps that would be easier in my opinion
Gesendet von meinem XT1039
OK ill see what i can do..
I am using this launcher since yesterday how and its awesome!
I will somehow add a picture to show how most feeds are displayed which is somehow unaesthetic with the green droid (which is probably caused by the source?), in the feed source there are also no icons matched to the link.
to add tumblr blogs just copy the blog url into the manual "add feed" text area and hang "/rss" to the end. Is it possible to set it in the launchpet app that those tumblr posts are openes directly in tumblr?
Broadcasts and so on?
Thanks a lot and if you advanced some of the features you could easily make some money with your work, its great and reliable.
Gesendet von meinem XT1039
All cards have the same date (of when i added the feed), i girst thought this was due to tumblr because they don't use an exact time stamp but it is the same with cnn europe.
No! Its the time of when I actualized the feed last and when I tap to open the post it shows the correct date, probably some wrongly placed strings?
The tumblr posts arent in the right (chronological) order as well but that could be an error in the rss, too.
Well this is a lot of feedback huh? If i can help (e.g. German translation), let mw know.
Gesendet von meinem XT1039

Categories

Resources