[APP][XAP] izPassKeeper [v1.0.511.536] - Windows Phone 7 Software Development

Currently doing a total rewrite of this, and it's also renamed to izPassKeeper !
The development progressed and ended up in a Windows Phone 8 app, PassPro
izPassKeeper
General Info - This post
Changelog - Second post
Screenshots - Third post
Coming features - Fourth post
Credits and references - Fifth post
Latest Version: 1.0.511.536 (DOWNLOAD)
Description:
This is a simple app for storing usernames, passwords, links and descriptions for various accounts.
You have the option to have the passwords encrypted.
Other info:
This app might be sold to a corporation later on.
I had my first meeting with the corporation and they wanted me to get some feedback, so here I'll post the XAP for you XDA members.
Try it out and return with some feedback and suggestions.
Please like the Facebook page
Regards!
Izaac

Changelog
Changelog
1.0.511.536 - 2001-12-10 (↓)
Removed the forgotten build date test that didn't work xD
1.0.509.1813 - 2011-12-08 (↓)
Some bugfixes and some new features:
Fixed the add page
Added copy function for Username/Password and Description (single tap or in appbar)
Links now open in default browser
Changed versioning to standard .NET.
1.0.0.0 - 2011-12-04 (↓)
First public release

Screenshots
Screenshots

Coming features
Coming features
Syncing information to a secure server
Password required for decryption
Encryption for selected items only
Customizing the list items
Edit account information

Credits and references
Credits and references
Credits
HTC - for this fantastic device !
Microsoft - an awesome platform and an awesome IDE
XDA-Developers - being a place to learn and publish a lot of stuff ! The only forum for me !
Click to expand...
Click to collapse
References
MSDN (AesManaged, XML, IsolatedStorage)
Click to expand...
Click to collapse

Good application but needs some improvement
Application is useful..however the text field is somewhat small in size. Also, I am unable to scroll down to 'description' and 'password' field is easily...
Have a look at the screenshot. I am using HTC Mozart

Also you will need to allow to copy the password or the account name e.g. twitter handle

withwindows said:
Application is useful..however the text field is somewhat small in size. Also, I am unable to scroll down to 'description' and 'password' field is easily...
Have a look at the screenshot. I am using HTC Mozart
Click to expand...
Click to collapse
Thanks for the info. I'll look into it and fix it
wpxbox said:
Also you will need to allow to copy the password or the account name e.g. twitter handle
Click to expand...
Click to collapse
That's being added to the list Never thought of that actually Great idea (Y)

1) Also the text box should be bigger so I can See what is getting typed in.
2) I should be able to edit it.
3 ) When pushing the encrypt button the app exists on me.

You should provide an option to have a 'master password' kind of thing. This will keep our encrypted data safe from others. Decrypt option can be used to access all the sensitive information like password, site.
See youtube video link for better idea http://www.youtube.com/watch?v=HZyEslVBVCE&hd=1
IzaacJ said:
Thanks for the info. I'll look into it and fix it
That's being added to the list Never thought of that actually Great idea (Y)
Click to expand...
Click to collapse

withwindows said:
You should provide an option to have a 'master password' kind of thing. This will keep our encrypted data safe from others. Decrypt option can be used to access all the sensitive information like password, site.
See youtube video link for better idea http://www.youtube.com/watch?v=HZyEslVBVCE&hd=1
Click to expand...
Click to collapse
A masterkey is already being worked on, and it will also affect the cryptation of the data.
I will hopefully release a new version today with:
Site URI clickable and opens in Webbrowser
Able to copy Username/Password/description
Add accound page fixed

Looks nice. But I have one question, can I import passwords database in kdb format (create on PC using KeePassX)? When not are you plan to make this function?
EDIT
Ups, didn't see that is for WP7.

Cool. I shall wait for the new version..I will post the video as soon as I get my hands on the new version. Ability to open link in the new browser, masterkey, ability to copy-paste will definitely make this application much more useful.Al the best.

withwindows said:
Cool. I shall wait for the new version..I will post the video as soon as I get my hands on the new version. Ability to open link in the new browser, masterkey, ability to copy-paste will definitely make this application much more useful.Al the best.
Click to expand...
Click to collapse
Just posted the update
EDIT: Just added a new version which removes the build date thingies in the about page that I forgot to remove

Soo, no comments on the updated version?

This will be posted on wAppStore, just waiting for confirmation

Rewriting this from scratch ! Doing some changes on the basic workings and a major graphical overhaul

Related

[XAP + Source] Advanced Explorer [Version 1.4]

Hello XDA Community,
@DEVELOPERS: I need some developers with other devices to make things (at least parts of advanced explorer) work on other devices (i have a htd hd7). !Programming & Testing!
Please PM me
To bring all together what xda achieved for WP7, i wrote a helper app for the following tasks,
- File management
- Registry management
- Copy files from desktop to phone
- Copy files from phone to desktop
- Set max unsigned apps
- Provision any given XML
If you post in this thread how any of those features could be implemented on other devices, i will maybe implement them. You can always send me a modified version and i will maybe update this post with the new version!
Usage/(Release-)Notes on the website!
If you encounter any errors, or wanna give some feedback => just leave a post here or use the idea page or write me an email (go to contact on the homepage)!
I included the source code, so that anybody can modify it at will but do not use anything here for commercial purposes (contact me first).
Homepage for this project:
http://sites.google.com/site/yaafdevelopers/projects/advanced-explorer-for-wp7
You can give feedback / bugreports:
http://advancedexplorerwp7.codeplex.com/
(Go to Discussion or Issue Tracker)
You will find the latest version and the Release-Notes there. I will continue to watch this thread!
Because some people asked how to support/donate me:
I appreciate every donation! Thank you!
reddragon
He that is great stff... i am glad you added the source i was thinking about how this could work having had a little peek at the code in the samples that Ms provided.
wings over a thanks too
Question...If you send a file, where does the device dump it into the computer? I was getting an error sending the file to my computer at first, but then I configured correctly and it sends fine, but I don't know where it is...
Edit: Nevermind, I got it. Upload/Download Root folders. Good work on this app man. Pretty nifty. Uploaded a .doc from my laptop to the phone, copy/pasted it into My Docs and it appeared and opened on MS Office Word perfectly.
nice ! but ...
Nice app !
But can't send from \windows directory ?..
Re: can't send from \windows
Hey,
like i said in my first post i brought together what was achieved...
Im using the HTC app COM dll files for file system access. Actually you can send files from \windows but not all. (in usage or no access)...
If somebody knows a better way, or something for other devices => just implement and send it, or post here!
The problem: Now it works on my device, so I can do what i wanted to do (coping .pdf and other stuff on the wp7) I have not the time to search & wait for other devices.
I tried to code it very generic and emulated the System.IO namespace, so everybody can add his results or replace it with better results.
Just contact me and I will check the code and update the first post.
reddragon93
eternalemb said:
Question...If you send a file, where does the device dump it into the computer? I was getting an error sending the file to my computer at first, but then I configured correctly and it sends fine, but I don't know where it is...
Edit: Nevermind, I got it. Upload/Download Root folders. Good work on this app man. Pretty nifty. Uploaded a .doc from my laptop to the phone, copy/pasted it into My Docs and it appeared and opened on MS Office Word perfectly.
Click to expand...
Click to collapse
actually you can double tab any file and it should open from any folder.
To get PDF working I copy the file to the PDF reader (most likely the app will crash if Adobe reader is not installed), but you will not see anything as PDF reader just pops up with the file
Just like always contact me if there are file types missing!
cool app, ty
how long did it take?
hi reddragon93, thank you for your work, i've an lg optimus 7, is there an eta for explorer for other device?
i need it!!!
thank you so much!
gianlucarugby said:
hi reddragon93, thank you for your work, i've an lg optimus 7, is there an eta for explorer for other device?
i need it!!!
thank you so much!
Click to expand...
Click to collapse
I really can understand you because I needed this for myself (that's why I coded it in the first place)
But the answer is NO, because we have to wait until somebody finds a way to get access on other devices and shares the info (i will observe this thread for new infos).
And by the way you should not ask for ETA in developer forum (forum rules), but it's OK for me. Hope you will be the only one after my answer
I answered this question in my first post:
"If you post in this thread how any of those features could be implemented on other devices, i will maybe implement them"
Hope I answered your question.
reddragon
thanks, you were very kind,
apologize me for the ETA, i did not know, i'm just a student not a developer!
good work!
EDIT: I can't figure out how to mark a post as useful yet, so let me just say THANK YOU!!!
Awesome app. However, there are a few things that would be nice in terms of file types:
Any chance of getting support for loading .mobi files (Kindle ebooks)? I'd love to be able to sideload books that aren't in the Amazon store.
Currently, .log files won't open. Copy/renaming them to .txt should work, or a simple text reader/editor could be built-in.
Possible bug: the "Max unsigned apps" field in Settings is showing "Not set - (can't read from registry)" Setting it from within the app seems to work, though (and be remembered).
Feature request: ability to search the registry
Small change request: pressing Back on an Exception could do the same as OK (rather than exiting).
Overally, much thanks for an awesome tool!
Thanks for feedback
GoodDayToDie said:
EDIT: I can't figure out how to mark a post as useful yet, so let me just say THANK YOU!!!
Awesome app. However, there are a few things that would be nice in terms of file types:
Any chance of getting support for loading .mobi files (Kindle ebooks)? I'd love to be able to sideload books that aren't in the Amazon store.
Currently, .log files won't open. Copy/renaming them to .txt should work, or a simple text reader/editor could be built-in.
Possible bug: the "Max unsigned apps" field in Settings is showing "Not set - (can't read from registry)" Setting it from within the app seems to work, though (and be remembered).
Feature request: ability to search the registry
Small change request: pressing Back on an Exception could do the same as OK (rather than exiting).
Overally, much thanks for an awesome tool!
Click to expand...
Click to collapse
Thanks for your feedback!
(1) I really needed the app for myself (real pdf support) so... The Thanks Button is only visible with 5+ Posts
(2) i will pm you maybe if i find some spare time. This is most likely pretty simple to implement. Can you edit your (or create a new) post and describe what happens if you double tab a kindle book with the current version?
(3) yeah i saw this before but didn't thought it is important enough to implement. I don't have the time for the own Editor (you have to handle really big files for example) but i can do the renaming thing behind the scenes (remember renaming = copy+delete until a better solution is found).
(4) on first app start i have really no solution in determining how the value is set (no access on this key). So my solution was to set this text ("Not set - (can't read from registry)" until you set a value => then i save this value local to the app, and set it every time the app starts (It gets reset every time i connect the device to the PC anyway)
(5) "search the registry": I thought on this one... But this will not be of much use as we have not really much read access
NOTE: The Problem with the registry is that we have FULL WRITE access trough the provxml method but not very much READ access (HTC COM .dll)
(6) really? I'm satisfied with the current behavior. Without searching I don't know if this is a small change maybe it is, maybe not. At least it looks like one but that doesn't mean anything
reddragon
Thanks for the response, reddragon. I'm at work right now, so the .mobi thing will have to wait. It's a very common request among WP7 users around here, though.
I've found that selecting the Edit context item will open any file in Word, which is typically sufficient for viewing and even editing purposes! True plain text files open fine regardless of extension, and even binary files will usually have enough ASCII in them to determine useful info. You can also send any file (via email) from Word, if you want to email an attachment rather than just transfer to a PC.
Unfortunately, I've found that XML files just... don't work. Double-clicking them opens IE, which complains that it can't handle that file type. Selecting Edit on them looks like it's opening some Office app, but the app then closes and drops back into Advanced Explorer (no error). This is the currently problematic filetype, as a *lot* of data is stored in XML.
The "Registry Editor" app already provides registry search (and despite the security restrictions on read it *mostly* works) but without system copy-paste it's tricky moving data between apps. I enjoy being able to pan between the FS and registry... hell, I want a Windows (desktop) app that does this, now.
It looks like there's FS search (an option on the command bar, and a text box that appears) but I can't get it to do anything. Pressing Enter has no effect, tapping either Refresh or Search again just reloads the page. Am I using this right? It would be great to be able to either scroll long folders (\Windows) or find a filename behind a bunch of GUIDs.
Some files show as "0 b" size, even though they almost certainly aren't. Is that just because some program has an exclusive lock on them and their size can't be read in that state?
Any chance of the ability to create folders in the GUI (I think I see how to do it with provxml files, but that's not exactly convenient)?
Thanks for the explanations on the registry. I was wondering how you could write to locations that you can't read from... Also, I didn't know the sideload limit resets itself. That's something I'll have to watch out for, as I'm near the nominal sideload limit already. Hmm... maybe I should look into writing an app that lets the phone install a .XAP directly, to minimize the amount of PC connecting that's needed.
Sorry, I know that's a lot of comments and questions. If it helps, I showed this to a couple of other HD7 owners today, and the immediate response of both of them was "I've got to get that!" This is a great app, super-convenient and good for making the occasional Samsung Focus owner jealous ;-D
Actually, I'm a developer myself (mostly C/C++, but I know C#). I'll crack a look at the source when I get a chance (probably this weekend) but would you be interested in a patch if there's something I can improve? One thing I might add is an optional "Did you mean that?" prompt on the Back button, as it's a little too easy to hit and knock you clear out of the app (optional of course, as I understand some people don't have such problems).
Thanks again!
does anyone know the latest ETA on compatibility for samsung devices?
Some Answers
GoodDayToDie said:
Thanks for the response, reddragon. I'm at work right now, so the .mobi thing will have to wait. It's a very common request among WP7 users around here, though.
Click to expand...
Click to collapse
Like I said: I will pm you most likely, today or this weekend.
GoodDayToDie said:
I've found that selecting the Edit context item will open any file in Word, which is typically sufficient for viewing and even editing purposes! True plain text files open fine regardless of extension, and even binary files will usually have enough ASCII in them to determine useful info. You can also send any file (via email) from Word, if you want to email an attachment rather than just transfer to a PC.
Unfortunately, I've found that XML files just... don't work. Double-clicking them opens IE, which complains that it can't handle that file type. Selecting Edit on them looks like it's opening some Office app, but the app then closes and drops back into Advanced Explorer (no error). This is the currently problematic filetype, as a *lot* of data is stored in XML.
Click to expand...
Click to collapse
Yeah the best way to handle the edit mode would be an editor inside the app, but that's quite some work i guess... So if somebody is willing to write such a control just contact me!
But the current workaround is quite simple: Upload your file, edit it with the powerful editors you know and send it back to the phone...
In fact what i did was send the complete windows/applications folder and all files that where successfully send can be edited (on the others you have no access anyway).
GoodDayToDie said:
The "Registry Editor" app already provides registry search (and despite the security restrictions on read it *mostly* works) but without system copy-paste it's tricky moving data between apps. I enjoy being able to pan between the FS and registry... hell, I want a Windows (desktop) app that does this, now.
Click to expand...
Click to collapse
Well I think it's not that difficult to implement a search for registry. It's funny to say that all the time but I thought on this one too and if you look on the source code you will see that i positioned the search/filter text box out of the explorer pivot to use it for registry search or other purposes. If you find it really that useful with the current read restrictions... yeah I should just implement it...
GoodDayToDie said:
It looks like there's FS search (an option on the command bar, and a text box that appears) but I can't get it to do anything. Pressing Enter has no effect, tapping either Refresh or Search again just reloads the page. Am I using this right? It would be great to be able to either scroll long folders (\Windows) or find a filename behind a bunch of GUIDs.
Click to expand...
Click to collapse
In fact this is a filter function so that large folders can be loaded much faster. Just enter "a*" and make the keyboard disappear (tab anywhere else) and you see only the files/folders starting with "a". I don't know why "enter" on keyboard doesn't do anything, I will look into this. I should update the usage in my first post, thanks.
GoodDayToDie said:
Some files show as "0 b" size, even though they almost certainly aren't. Is that just because some program has an exclusive lock on them and their size can't be read in that state?
Click to expand...
Click to collapse
yep.
From the htc COM call i get 0 bytes....
GoodDayToDie said:
Any chance of the ability to create folders in the GUI (I think I see how to do it with provxml files, but that's not exactly convenient)?
Click to expand...
Click to collapse
Hehe, i thought on this one too as it is already implemented (just create a folder in UploadRoot drop a file and start downloading it to the phone => the folder gets created). I will look into this.
Can you (or anybody) provide me with an example on how to rename a folder via provxml. And in Yaaf.WP7.NativeAccess.IO.File i have in the "Move" method some code commentated. Can somebody please un-comment, debug and tell me why the hell this provision-xml is invalid / not working, thanks.
(ProvisionXml is completely new to me as this is my first smartphone)
GoodDayToDie said:
Thanks for the explanations on the registry. I was wondering how you could write to locations that you can't read from... Also, I didn't know the sideload limit resets itself. That's something I'll have to watch out for, as I'm near the nominal sideload limit already. Hmm... maybe I should look into writing an app that lets the phone install a .XAP directly, to minimize the amount of PC connecting that's needed.
Click to expand...
Click to collapse
I didn't look into that but i think it is not enough to simply create the guid folder and drop content there... Anyway you can use the "NativeAccess" Projekt to get all the access i used in the Explorer. But you have to create links from your main projekt to the COM-dlls so they get included into the xap file.
GoodDayToDie said:
Sorry, I know that's a lot of comments and questions. If it helps, I showed this to a couple of other HD7 owners today, and the immediate response of both of them was "I've got to get that!" This is a great app, super-convenient and good for making the occasional Samsung Focus owner jealous ;-D
Click to expand...
Click to collapse
That's what keeping me up i guess
GoodDayToDie said:
Actually, I'm a developer myself (mostly C/C++, but I know C#). I'll crack a look at the source when I get a chance (probably this weekend) but would you be interested in a patch if there's something I can improve? One thing I might add is an optional "Did you mean that?" prompt on the Back button, as it's a little too easy to hit and knock you clear out of the app (optional of course, as I understand some people don't have such problems).
Click to expand...
Click to collapse
I'm always interested in any patch especially support for other devices (I have a htc so I can't debug stuff for other devices :/ )
Yeah there could be an option for that. It's pretty easy to implement so... But i don't have this problem so i didn't realised that one.
GoodDayToDie said:
Thanks again!
Click to expand...
Click to collapse
Thank you for your feedback
Muzzy777 said:
does anyone know the latest ETA on compatibility for samsung devices?
Click to expand...
Click to collapse
Well I answered this on the first page of the thread already, thanks.
EDIT: I updated the program and my first post and implemented some of your feature requests
reddragon
Configuration Service Provider Reference for Windows Mobile Devices
Have you used the forum-search? You'll find a post which describes you how to get these books to your phone (it's by me). I can't give you the link because I send this from my HD7.
really great app. Also like the pc<->phone feature
I use it now very often, so I think it needs:
-2 Filebrowser Tabs
-or an option to "bookmark" certain folders
diboze said:
really great app. Also like the pc<->phone feature
I use it now very often, so I think it needs:
-2 Filebrowser Tabs
-or an option to "bookmark" certain folders
Click to expand...
Click to collapse
I talked to other people, at first this feature looks awesome, but after some time you would see that you don't use 2 tabs!
The bookmarking thing is a good idea...
Elerador said:
Have you used the forum-search? You'll find a post which describes you how to get these books to your phone (it's by me). I can't give you the link because I send this from my HD7.
Click to expand...
Click to collapse
I'm looking into amazon kindle... what i can do for sure is copy the file into the kindle folder and start amazon kindle...
But i forgot how to start a program via app-guid. I remember that i saw an COM.dll which can do that.
__ow said:
Configuration Service Provider Reference for Windows Mobile Devices
Click to expand...
Click to collapse
i know that link but i don't see how you can move folders (if it is possible)
reddragon
Love the update! Thanks for cluing me in on the workings of the filter; I wasn't trying wildcards and it therefore looked like it was always empty.
That said, a bug report (reproed on the older version too):
Registry manual mode can crash with a System.ArgumentException "Invalid fullpath".
Start Advanced Explorer
Pan to Registry
Tap "edit manual"
Observe exception
App crashes on hitting OK

Special Marketplace for WP7 applications

Hi there,
I found today a website which contains all applications for WP7. You can use specific filters like language, price and category. You can also get statistics about WP7 apps. I think it's better than wp7applist because very simple and intuitive. It's easier to find applications.
http://www.windowsphoneapplist.com
Very nice, I like!
Thanks for sharing!
Great place !
thanks for sharing
Similar sites for WP7 apps
CyKin said:
Hi there,
I found today a website which contains all applications for WP7. You can use specific filters like language, price and category. You can also get statistics about WP7 apps. I think it's better than wp7applist because very simple and intuitive. It's easier to find applications.
http://www.windowsphoneapplist.com
Click to expand...
Click to collapse
It looks like clone of this site http://www.monsmartphone.net/marketplace/
I don't like them both because out of date information in WP7 programs descriptions, screen shots.
There is also no information about the date of the application update.
Both http://wp7applist.com/ and http://www.marketplacebrowser.com contains more adequate information about programs, but not good for browsing.
They very good when you want to read info about the particular program.
http://www.appsfuze.com/ also has filters by category, free or paid app.
Good for browsing, but I'm not sure in their statistics info.
Also out of date info related to the applications screen shots.
Wrong text formatting in app description.
Of course, all above IMHO
Please keep discussion threads out of the app release section
I will move this to WP7 General.
~~Tito~~
Yet another site for WP7 apps
I've found another site for WP7 applications:
http://wpappshub.com
IMHO it is not so good for apps browsing, but contains actual information about published or updated programs.
s_v_l said:
It looks like clone of this site monsmartphone.net/marketplace/
I don't like them both because out of date information in WP7 programs descriptions, screen shots.
There is also no information about the date of the application update.
Click to expand...
Click to collapse
Hello s_v_l,
I'm in charge of development of monsmartphone.net & windowsphoneapplist. I've attached importance to your post and the main bugs are corrected. All apps are now updated directly. The update job will take about 24 hours, so tomorrow you will see the good prices & informations. If you have any suggestion, pm me
MrDesch said:
Hello s_v_l,
I'm in charge of development of monsmartphone.net & windowsphoneapplist. I've attached importance to your post and the main bugs are corrected. All apps are now updated directly. The update job will take about 24 hours, so tomorrow you will see the good prices & informations. If you have any suggestion, pm me
Click to expand...
Click to collapse
Hi MrDesch,
You're the only one of the owners of WP7 sites who responded to my criticism.
Thanks.
I present my point of view, as a developer.
We both have a common goal - give the user the ability to make the right choice by the shortest way.
Currently there are near the 7600 applications on the WP7 marketplace.
Very good, but most of them weak and a great risk WP7 marketplace transformation to the garbage place.
I am disappointed with Microsoft in this regard.
I will not even talk about the lack of moderation of false feedback, about black PR, etc., etc.
Sorry for off topic.
More details about your sites tomorrow in PM.
Thanks again.
here is another one
http://wp7.apphab.com/
i like to use http://wp7applist.com/
webwalk® said:
here is another one
http://wp7.apphab.com/
i like to use http://wp7applist.com/
Click to expand...
Click to collapse
http://wp7.apphab.com/ good.
Contains actual info about applications.
IMHO need New,Update,Free,Paid,Price Change view by category.
windowsphoneapplist has been updated. What do you think about the new design ?
MrDesch said:
windowsphoneapplist has been updated. What do you think about the new design ?
Click to expand...
Click to collapse
Looks good, in WP7 style
Some problem with the text overlapping at the upper right corner.
The main problems:
1. The out of date information in the app description and screen shots.
2. Wrong info about pricing!
Actual info about my app:
http://wp7.apphab.com/gps4me-by-sergei-v-lepitko/
Your info
http://www.windowsphoneapplist.com/gps4me-a4094.html
Also I can suggest add filter for paid applications too for better browsing.
For example I'm interesting on paid applications only and want to browse them in different category.
(BTW if you check both Free & Trial you will discard ~50% applications)
Thanks for your feedback s_v_l !
What kind of problem did you have with the text overlapping ? It works for me with ie, chrome and firefox.
I found the bug (the last I hope ) It's now corrected. Sry Sry !
Good suggestion for paid apps.
MrDesch said:
Thanks for your feedback s_v_l !
What kind of problem did you have with the text overlapping ? It works for me with ie, chrome and firefox.
I found the bug (the last I hope ) It's now corrected. Sry Sry !
Good suggestion for paid apps.
Click to expand...
Click to collapse
1. Text on the background image overlaps the top banner and right menu block.
See attached screen shots for home window and product window.
I'm using Firefox 3.6.13
2. IMHO download button should be detached from the ads block,
because end user may be confused by the info on that ads.
(this is against google rules related to the ads placement)
Also would be better to make accent on download button by color (light green).
See my other screen shots for product download section and my suggestion with detached button.
3. Price info fixed, but info in the program description and program screen shots still out of date.
s_v_l said:
1. Text on the background image overlaps the top banner and right menu block.
See attached screen shots for home window and product window.
I'm using Firefox 3.6.13
2. IMHO download button should be detached from the ads block,
because end user may be confused by the info on that ads.
(this is against google rules related to the ads placement)
Also would be better to make accent on download button by color (light green).
See my other screen shots for product download section and my suggestion with detached button.
3. Price info fixed, but info in the program description and program screen shots still out of date.
Click to expand...
Click to collapse
1. Ok thanks
2. I don't think it's a problem for Google. The ad is just highlighted but for me there is no confusion. Good idea for the button.
3. Have you updated the numbers of the version ?
MrDesch said:
...
3. Have you updated the numbers of the version ?
Click to expand...
Click to collapse
s_v_l said:
...
Actual info about my app:
http://wp7.apphab.com/gps4me-by-sergei-v-lepitko/
Your info
http://www.windowsphoneapplist.com/gps4me-a4094.html
...
Click to expand...
Click to collapse
See differences both in textual app description and screen shots.
It's done !
MrDesch said:
It's done !
Click to expand...
Click to collapse
Much better than initial view.
App description has been updated properly.
Good idea with "video" section and clickable links in description.
Some problems still exist:
1. Incorrect screen shots update, see attached images.
a)your screen shots set;
b)original screen shots and their order, as they published on WP7 hub (7 items)
2. And text overlapping looks not good (third image in attachment)
Some words about app submitting logic on the WP7 hub.
When developer submit new application or update app to the new version all published data could be changed.
After publication on the WP7 marketplace developer has the ability to correct price information only for current publication. All other data remain the same.
Thanks
All images are in your cache browser. You have to clear it to see the actual screenshots. The text overlapping is alse corrected. It's not perfect but it looks better on high resolution
Yes, I know about that. Thanks s_v_l

DropBox ver 1 API and/or non-MS and not ugly SkyDrive API

First, I'd like to wish happy New Year for everybody!
Second, I have a question to xda's developers: is there a working and non-ugly (without involving WebBrowser window) library for WP7 to access DropBox API version 1 (it's important, new apps can't use ver 0 anymore; all codeplex'es libs are using version 0 and seems like nobody planned to improve their non-working stuff).
I'm also interested in non-ugly (as Microsoft Live SDK) access library to SkyDrive, also without WebBrowser (it's a most stupidest and ugly API I've ever seen!).
If you have your own working code, could you please share with me for my new free app? I don't have much time to write my own implementation, and I hope that someone has already done this job.
Thanks!
I saw already apps, check BoxShot:
Free: http://www.windowsphone.com/en-US/apps/0be109c4-08be-4ac3-a96b-70ef2b0580e3
Pay: http://www.windowsphone.com/en-US/apps/1abb6e8c-d1ca-4209-a7b8-c2d657ffc9b4
Budniu said:
I saw already apps, check BoxShot:
Click to expand...
Click to collapse
Hmm... Seems like you didn't understand me, I need Silverlight library, not an app.
BoxShot is using DropNet library, ver 0 of DropBox API only...
Ok, sr. You're right, I don't understand.
How about this: http://sharpbox.codeplex.com/releases/view/74634
singularity0821 said:
How about this: http://sharpbox.codeplex.com/releases/view/74634
Click to expand...
Click to collapse
Unfortunately, not working at all (for DropBox) even their demo app Also, they are using synchronous http calls and current code just block whole thread execution.
sensboston said:
Unfortunately, not working at all (for DropBox) even their demo app Also, they are using synchronous http calls and current code just block whole thread execution.
Click to expand...
Click to collapse
I'm sure we can figure out how to get it without using the web browser . I'll see what I can figure out if you want.
snickler said:
I'm sure we can figure out how to get it without using the web browser . I'll see what I can figure out if you want.
Click to expand...
Click to collapse
I'm 100% sure it's possible I just don't have time to work with the new API (v 1) specs and OAuth. So if you have time and want to implement - it's really will be great! And of course I can help you with testing (using my project).
P.S. BTW, SharpBox designed to use synchronous calls; I don't like this way. IMHO good implementation should be more "WP7-oriented"...
And how about this: http://dkdevelopment.net/what-im-doing/dropnet/
singularity0821 said:
And how about this: http://dkdevelopment.net/what-im-doing/dropnet/
Click to expand...
Click to collapse
This one is working but it's "lazy" and kinda ugly solution (author is using WebBrowser window to login to Dropbox account). I completely dislike this way. Same ugly as MS SkyDrive API
sensboston said:
This one is working but it's "lazy" and kinda ugly solution (author is using WebBrowser window to login to Dropbox account). I completely dislike this way. Same ugly as MS SkyDrive API
Click to expand...
Click to collapse
Isn't that how most apps that use OAuth work?
PG2G said:
Isn't that how most apps that use OAuth work?
Click to expand...
Click to collapse
I don't know, actually, but all Dropbox access libs (API v. 0) are working without showing browser window.
P.S. I've found on the Dropbox devs forum, it's possible (but not a guaranteed) to ask dropbox support team to change your app and secret keys to API version 0.
sensboston said:
I don't know, actually, but all Dropbox access libs (API v. 0) are working without showing browser window.
P.S. I've found on the Dropbox devs forum, it's possible (but not a guaranteed) to ask dropbox support team to change your app and secret keys to API version 0.
Click to expand...
Click to collapse
Hello,
I'm the developer behind DropNet. Just a bit of background on the change to API v1: Dropbox wanted to support the full oauth spec which actually requires the web login. I know this makes it not as "clean" for the apps but makes it more secure for Dropbox. They have also announced they will be turning off API v0 sometime in the future (Though they have not stated when).
I dont think the authentication is process is too bad, once you get your head around it. Its accepted by users that they will have to login via the website nowadays (Twitter and Facebook do it as well).
d1k_is said:
actually requires the web login
Click to expand...
Click to collapse
What do you mean by that? I don't know term "web login"... If you mean - "I guess it requires a kinda unknown - for me - parameters or headers for HTTP POST/GET request" - I'll agree but it's definitely not a point to display slow loading and ugly web page each time you need an access to your files. Do you know, what is the actual login technique in API 1 (I mean what kind of params , headers, cookies are used, not a "web login" stuff)?
sensboston said:
What do you mean by that? I don't know term "web login"... If you mean - "I guess it requires a kinda unknown - for me - parameters or headers for HTTP POST/GET request" - I'll agree but it's definitely not a point to display slow loading and ugly web page each time you need an access to your files. Do you know, what is the actual login technique in API 1 (I mean what kind of params , headers, cookies are used, not a "web login" stuff)?
Click to expand...
Click to collapse
Hmmm, sounds like you have the wrong idea about the authentication.
First of all the authentication is a 3 step process (for the developer), step 1 is to get a request token from the API, step 2 is to browse to the site (using the request token as page parameters) so the user can login, step 3 is authorizing the request token (changing it to an access token).
Once you get an access token you can save that in your app and use it forever (or until the user removes access from your app) this means the user will only have to login the first time they run the app as you will have their access token saved locally which you can use to access the API functions (but the access token only works with the API Keys it was created with).
For more info check out the DropNet documentation for the Authentication process (http://dkdevelopment.net/what-im-doing/dropnet/) Theres also a sample app in the Github project.
It sound like you have no idea how the browsers works... "Browse", "navigate" - it's good terms for users, not for developers. From a technical point of view, browser makes an HTTP or HTTPS request to the host and receive a response. So, what you (and dropbox dev and marketing team) called "token" is a text/binary data, part of the response.
So, what is preventing you to make a direct call to dropbox web service using WebRequest?
P.S. I definitely don't like the whole idea to use browser cookies (it suppose to be a kind cookie) for authentication: as for dropbox, as for ms skydrive. It's just ugly - period. And about security - I don't think it's a huge improvement.
sensboston said:
It sound like you have no idea how the browsers works... "Browse", "navigate" - it's good terms for users, not for developers. From a technical point of view, browser makes an HTTP or HTTPS request to the host and receive a response. So, what you (and dropbox dev and marketing team) called "token" is a text/binary data, part of the response.
So, what is preventing you to make a direct call to dropbox web service using WebRequest?
P.S. I definitely don't like the whole idea to use browser cookies (it suppose to be a kind cookie) for authentication: as for dropbox, as for ms skydrive. It's just ugly - period. And about security - I don't think it's a huge improvement.
Click to expand...
Click to collapse
Sorry I was only trying to help.
The tokens are string values and you use a GET via HTTPS sending them as page parameters.
You dont use browser cookies as the dropbox API keeps track of the token you are authenticating against.
Just tried your WP7 example app from DropNet. Actually it demonstrates a little bit more than nothing Could you make a real example, with folders browsing and file operations, please?
P.S. You should use mobile version of dropbox - it feets WP7 screen much better than regular desktop.
600 MB additional free storage
Hi all
Just found a smart way to increase your Dropbox account with 600 MB:
1 Sign into your existing Dropbox account (or create a new account)
2 Goto https://www.dropbox.com/free
3 Follow instructions ... and voila 600 MB additional free storage
thx for the tip, I now got 3,12 GB

[Oct 27] Official XDA One Forum App [Alpha] [APK] Version 0.1.14

XDA One has a successor. It's called XDA Labs. Click here to get it
Greetings all!
When we launched the 2015 new forum template, we promised that we were also getting ready to release XDA One, which is the first forum app for XDA developed entirely in-house (thanks to @tilal6991 for working on the code, @rwestergren for building the new API, @bitpushr for helping with server stuff, and @jerdog for his coordination). In its current (alpha) state, XDA One is a fast (and nice-looking) way to browse and post in the forums. You can access our mention/quote system, see your subscriptions, send PMs, and more. In the future we plan to add tools for moderators, integration with our Development Database, support for tablets, and more to make it the "One" place to experience all of XDA on mobile. :victory:
We have open sourced the app so that any can help make it better. Please access the XDA One GitHub repository to see the source code and/or to contribute. :highfive:
FAQ:
Why is this app in alpha?
It's not done yet and bugs still exist. As we put finishing touches on the app, we'll move closer to a beta release which will go on Google Play. Until then, we want XDA members to give it a try and help us find bugs.
What are you doing with XDA Free, XDA Premium, and Tapatalk? Will they still work?
For the foreseeable future, these apps will continue to be supported.
Why is it called "XDA One"?
As mentioned above, our vision for the app is for it to be the "One" place where you can experience all of XDA from your mobile device. In the future we will more deeply integrate the app into the site.
Are you going to charge for XDA One or will it be free?
Our plan is to make XDA One ad-supported.
I found a bug! Or, I have a feature request!
Post them in this thread. If reporting a bug, please describe the issue, steps to reproduce, and tell us what hardware and ROM (OS) you're using.
A couple of technical notes:
XDA One is developed using the Android Studio IDE. A simple debug build can be compiled using the XDA-One:assembleSimpleDebug gradle task. We will adopt the "Fork & pull" model of collaboration. Collaborators are encouraged to fork the project and submit pull requests for XDA's review, in order to be integrated back into the main release.
0.1.13 Release 16/3/2015
XDA One has a successor. It's called XDA Labs. Click here to get it
See Post #2 for updates and change logs.
XDA:DevDB Information
[Oct 27] Official XDA One Forum App [Alpha] [APK] Version 0.1.14, App for the General Discussion
Contributors
svetius
Version Information
Status: Testing
Created 2015-11-05
Last Updated 2015-11-06
I was going to release this build last week but I had some issues with Marshmallows permission system. I didn’t realise Google had changed the protection level for External Storage access from normal to dangerous. So when I tried to download an attachment I got an FC. There is a slight issue with the dark and black theme, device images appear to have a white background. I’m not sure what to do with this, maybe disable the device images and revert to the placeholder Image?
Note: you may need to remove the old version before you install this one; I had some issues with my old signing keys.
Changelog:
- Links are now clickable
- Fix KitKat FC when viewing posts
- Make thread divider more visible in dark theme
- posts: edit snackbar action
- gradle: move verisonCode and versionName to gradle
- posts: fix FC if the download folder doesn't exist when downloading an attachment
- permissions: implement Marshmallow permission system for download attachments
- textstructure: fix code container FC
- devices: theme the find your device fragment
- strings: update
- search: implement back press listener
- profile: layout improvements
- posts: fix pager position
- posts: scale images down if they are too big
- posts: cleanup
- posts: fix floating paging header in threads that have only 1 page
- strings: fix type
- posts: enable text selection on posts text
- strings: improve settings strings
- settings: add an option to load a certain view when the application starts
- posts: fix post attachment color
- pm: show snackbar for new private messages on launch
- profile: cleanup
- profile: redesign user profile section
- settings: fix signature not being added correctly when quoting posts
- theme: adjust post quote colors for the dark and black theme
- theme: adjust post action button colors for the dark and black theme
- fragment: add back press listener
- theme: add theming support
- settings: show signature when creating a post if the option is enabled
- gradle: update libraries
- prefs: enable option to show post signature
- prefs: enable option to disable double back press to exit
- prefs: change backpress option from checkbox to switch
- prefs: add option to change subscribed default view
- prefs: Implement settings functionality - part 2
- prefs: Implement settings functionality
- global: switch to support library tablayout
- gradle: update libraries
- settings: add subscribe default view option
- gradle: update
Build from 23rd of July 2015
Changelog:
- gradle: update support libraries
- post: show snackbar when toggle thanks
- subscribed: fix toolbar elevation issue
- global: add elevation to more toolbars
- cab: improve cab icons
- message: show message actions
- message: prevent fab from covering message
- global: implement design library fab
- forum: implement snackbar
- profile: add toolbar to user profile view
- navdrawer: reorganize navigation drawer items
- dialog: fix keyboard not showing with the create and reply dialogs
- pm: improve private message reply dialog
- pm: improve private message layout
- posts: adjust FAB padding
- dialogs: improve dialog layouts
- dialogs: resize create post, message and thread dialogs
- news: show news images
- post: fix FAB covering post action buttons
- navdrawer: reset email on logout
Source Code
Finally an app made specifically for XDA. How about making the actual developers of the app post in here so we can all thank them?
Check out my icon pack!
Excellent! Great job guys! ?
Installing now. ?
Very much appreciated by all I am sure.
Yay!!
Awesome! Trying now. Thank you for releasing it as Alpha!
Sent from my LG-D802 using Tapatalk
Oh Goodie! Finally!
Installing now!
EDIT - Clean Crisp UI. Loving it!! Like the Gmail Style Refresh. Just one observation. When I am in Subscribed Thread list and press Home, relanching the app Brings me back to list of Forums not Subscribed threads. Don't like this part.
Bye Bye Crap A Talk!
Thanks guys, been using it for a day now and I made a list of stuff I ran into:
The search button should have be more prominent, it shouldn't disappear until the user is in a thread. It's still useful when in a sub-forum so it could be in the location of the star when in a thread.
The brown doesn't make a whole lot of sense anymore, it's nowhere to be found on the site so why is it still in the app?
When opening subscribtions I think subscribed threads should be the default view instead of subscribed forums, but I guess that depends on how users use the subscribtion functionality.
There's a lot of space in the blue square with the user-name and avatar in it, you could list the message, quote and mention counts there, and I'm not sure why my e-mail address is there?
Giving the new thread button such a prominent place doesn't make a lot of sense and I think it encourages posting a new thread instead of encouraging users to search.
There should be a way to add a device to "my devices" from the app, perhaps a star in the action bar just like the subscribe stars on the forum list when in a device forum?
The button for opening the "insert smilie" looks like a place-holder, but just to be sure it clashes like crazy with the rest of the interface. And I think "insert emoticon" would be a better name for the interface.
This is meant in the most constructive way possible, I've just been reading a lot on interaction design and couldn't help myself. I'll try and fiddle with the color scheme a bit this weekend, I have something like this in mind.
Thanks @svetius and @Woody for linking me.
Reporting back in a few minutes.
I like this color scheme, and this is exactly the kind of thing we were hoping to see when developing this app. Looking forward to seeing your contributions!
Thanks @svetius and @Judge Joseph Dredd
[/MENTION] for linking me here.
Installing now..
Sent from my SM-G900F using Forum Runner
Please make sure that before you install this you are fully aware that it is an ALPHA (it even says so in it's title ). So there WILL be bugs. Best way that you can help the awesome team that put this together is by submitting a "proper" bug report with a logcat attached.
Don't know how to pull a logcat? Well I have just the thread for you. [GUIDE] Easiest Way to Utilize Catlog Believe me, a logcat and bug report go soooo much further than, "It's broke. Please fix". We've been using this for about a month and it has come along tremendously since then.
Also note that a Bug Report is not the same thing as a Feature Request. Knowing the difference will help everyone out in the long run.
Will install it, let's see how good it is!
Sent from my GT-P3110 using XDA Free mobile app
Using the app now, really smooth. Would like to select what screen the app will open on (subscribed, notifications, news, etc). Also the reply UI is a little cramped,maybe if you widen the text area it will make it look a lot more comfortable.
I also agree with the previous post the the smiley icon clashes with the entire UI.
Also, I now that the hamburger drawer is the Android way to go, but I think it would be better if I don't have to scroll through it. Add a settings button or merge a few options in to one so that all the links information fits on one screen.
I appreciate the hard work, looks awesome and I look forward to the finished product.
Been waiting a long time for this and will take it for a spin! Cool
So, I've been using it for a while and it looks amazing! The design is waaaay better now, and everything's more clean! Thanks for the nice app
Yay!!
Ohhh yeah been waiting for this since the forum redesign and svetius mentioning an app in the comments on portal. For an alpha, this is fantastic! Great work all involved :highfive:
Edit : I couldn't find a way to edit my post... So I'm editing my post from Tapatalk which reinforced this statement... Xda one SMOKES Tapatalk for speed. Absolutely annihilates it
I am loving this! Be testing starting now!
@Nick Fury, the new version is available now.
I've been looking forward to this release for months and months now (probably even longer - dependant on when I first saw it mentioned) and am glad to see it's here and working great with it sure to get even better in future releases.
The only thing I've noticed so far is that checking new mentions/quotes doesn't clear them from the site. I realize it's only an alpha though so there'll be a lot which isn't included yet

we need a store for the developed apps that can't be submitted to the windows store

I hope one of the developer can make an app that can deliver updates for the apps built for introp capabilities and the apps not available anymore in the windows store
Of course we need, let's ask Jay Freeman for help.
Yeah sure cause it's getting messy out there and you have to check all the threads to keep up with the developers works
But wait, maybe we should get jailbreak first
w.bogdan said:
But wait, maybe we should get jailbreak first
Click to expand...
Click to collapse
my phone is already jailbroken!
karaki93 said:
my phone is already jailbroken!
Click to expand...
Click to collapse
Really? Did you changed your password?
What password?
Exactly what are you talking about?
karaki93 said:
Exactly what are you talking about?
Click to expand...
Click to collapse
I believe he is talking about naive, useless ideas coming from newbies
sensboston said:
I believe he is talking about naive, useless ideas coming from newbies
Click to expand...
Click to collapse
Just long time jailbreak user on iPhone Waiting for something like AnsweringMachine https://9to5mac.com/2016/08/18/answeringmachine-cydia-tweak-enhanced-voicemail/ Firewall iP or Tage on W10M
sensboston said:
I believe he is talking about naive, useless ideas coming from newbies
Click to expand...
Click to collapse
Why useless? In WP7 there was Bazaar and Devstore and it was really usefull. (for me )
Greetz,
Let's make a list of apps that deserve to be in the alternative store for W10M. I can only think of
1. Interop Tools
2. PoGo-UWP (Pokemon Go for W10M)
Any other suggestions?
w.bogdan said:
Let's make a list of apps that deserve to be in the alternative store for W10M. I can only think of
1. Interop Tools
2. PoGo-UWP (Pokemon Go for W10M)
Any other suggestions?
Click to expand...
Click to collapse
- Font Style
- App Data Manage Tool
- Reboot
The list is growing everyday and there's also the apps pulled of the store but there's xap/appx on some forums so it worth the work on such app
@Rataplan, why do you need a special "store" just for the certain apps? Create a static web page with the short descriptions and tiles, links to the packages (but don't forget appropriate content type for the .xap, .appx & .appbundle extensions) looking good on the phone screen, host anywhere on the free anonymous http hosting and post link here - what's all
I believe, mods will be happy to pin/announce your page link at the forum's FAQ post.
P.S. Of course you are free to call your page "The Ultimate Underground WP Store"
sensboston said:
@Rataplan, why do you need a special "store" just for the certain apps? Create a static web page with the short descriptions and tiles, links to the packages (but don't forget appropriate content type for the .xap, .appx & .appbundle extensions) looking good on the phone screen, host anywhere on the free anonymous http hosting and post link here - what's all
I believe, mods will be happy to pin/announce your page link at the forum's FAQ post.
P.S. Of course you are free to call your page "The Ultimate Underground WP Store"
Click to expand...
Click to collapse
Don't be rude, in fact is a great idea thinking to the future with new tools.
Your idea is great too, we can to create an app seeded by a anonymous hosting. Why not?
Enviado desde mTalk
fer_cabr said:
- Font Style - App Data Manage Tool - Reboot
Click to expand...
Click to collapse
A reboot app is already in Windows Store - Power Options
Here are some of the reasons an alternative store might be good:
- Developers can reach a wider user base and get their work known, provide updates and receive feedback from users.
- User can easily find new apps and install them from a trusted source, receive updates in a simple way and request features.
But we only have four apps so far
sensboston said:
@Rataplan, why do you need a special "store" just for the certain apps? Create a static web page with the short descriptions and tiles, links to the packages (but don't forget appropriate content type for the .xap, .appx & .appbundle extensions) looking good on the phone screen, host anywhere on the free anonymous http hosting and post link here - what's all
I believe, mods will be happy to pin/announce your page link at the forum's FAQ post.
Click to expand...
Click to collapse
Actually, that's a really good idea (and more realistic than building a store tbh).
If people want an app they can make a web wrapper of that, I guess?
Although I'm not sure if a web wrapper can update installed apps, which would be super convenient for something like this
it doesn't have to be a fully functional store and update the apps automatically but at least provide all the apps in one place and notify about updates so users download them and install them manually so if a web-rapper app can notify about the updates it'll be more then enough for me
@karaki93, I gave you an idea; don't ask but do it by yourself!
P.S. If you need some advises or consultations, many people here will be happy to help you. The only thing you need is a start working on project instead of posting requests
P.P.S. Very first advise: find a XML- or JSON-based HTML5 mobile site template (without SQL database), this will be a 50% of the project.

Categories

Resources