Real SVN Client for android (OASVN) - Android Apps and Games

The first functional SVN (Subversion) client for Android that correctly uses the SVN protocol! Works for http:// https:// and svn:// repositories! svn+ssh:// (and private key) has been added, please email me with input on it.
OASVN is a free and Open Source software licensed under the Lesser GPL. This Professional version receives bug fixes and general stability updates that the free version does not get and helps support development of OASVN. I will be adding additional nice features to the pro version only, but I want to keep the free version fully functional as an subversion client.
Major changes in this version include
• svn+ssh:// + private key support
• a local and repository browser with many features
• Conflict detection and resolution!
• Working copies can now be saved anywhere in the filesystem.
Google Play Market link: https://play.google.com/store/apps/details?id=com.valleytg.oasvnlite.android
Screen shots:
{
"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"
}
This version of OASVN supports the following SVN operations:
• Checkout (Head or Choose Revision)
• Update
• Commit
• Add (files added to the working copy directory are automatically added on commit
• Export (allows complete export from the remote repo or just exporting just one file from either the working copy or the remote repository).
• Cleanup
• Revert
• Conflict Resolution!!!! (Notification of conflicts happens during update and conflicted files are marked in the local browser, clicking on the file in the local browser presents resolution options
Additional features:
• Remote Repository browse allows the ability to export any single file to your local file system
• Remote Revision list with complete details of files added/deleted/modified, author, commit comments, date, etc.
• Log keeps track of all successes and failures on a connection basis and retains information until you clear it out.
• Local Repository browsing allows you to export from your local copy, open files via intent by mime type (should present your with the correct application choices for the job, it is up to the application to respect opening the file by URI) and also shows svn status of files in conflict, or locally updated.
• New svn+ssh code with private key support! (again this is not well tested, I would appreciate feedback using the jira: http://www.valleytg.com/jira
• Now allows you to save working copies and exports anywhere on the local file-system. (the predetermined /mnt/sdcard/OASVN has been removed)
Major Contributors to the project include: (Thank You!)
Tim Jagenberg : svn+ssh with private key
Sascha Zieger (qxontic): local browser and export ability
Also there is English and German language support. Currently looking for help with French, Japanese and Russian translations, if you can help, there is more information at these links:
French : http://www.valleytg.com:8090/browse/OASVN-35
Russian : http://www.valleytg.com:8090/browse/OASVN-15
Japanese : http://www.valleytg.com:8090/browse/OASVN-14
Translations in any language welcome!
We have taken every precaution to ensure this works correctly, but please make sure to back up your repositories regularly!
Source for the project is located here: http://tinyurl.com/9ybqlfz
username: guest
password guest
Jira: http://www.valleytg.com/jira
Note: svn+ssl is still experimental. I have received some positive feedback but I do not have access to do in-depth testing yet on this protocol, please send me any feedback using the Jira, my email or website.

I found that interesting. You might want to expand on the features, and add some screenshots here.
For those interested, this is the direct Google Play link.

OASVN
Sure... Thanks for the input.
See first post with update screen shots.

I usually use it like this...
open oasvn
add repos / checkout
all checked out files will go to your mountable storage (most of the time /mnt/sdcard/OASVN or OASVNlite
Once the checkout is complete I open AIDE and use the file browser to navigate to the directory where the checkout took place.. If you use eclipse for your projects you can just click on the project to open it in AIDE..
Do your changes and testing..
Go back to oasvn and commit.
Done. (until next change )

I did a minor update to add a scroll view to one of the activities..
Also currently svn+ssl is not working (regular svn:// http:// and https:// all should) But I am working on adding it...

Version 1.0.3
Did a pretty big update... changes:
* A lot of enhancements intended to make it smoother to use.
* Added the ability to add comments to the commit! (PRO version only)
* Spinning Dialog when performing network action (checkin / checkout)
* Better visual feedback on what is going on
* Fixed a couple of bugs dealing with GUI changes from the threads..
* svn+ssh:\\ support is now experimental.
* Added full local path to the GUI

new version
Newest changelog.
Lots of bug fixes (think i have them all), some enhancements:
- improved svn+ssh:// (still experimental)
- stopped rotation of screen from crashing network activity
- screen will stay awake while doing network activity (sleeping was causing failure)
- Add repo form does validation
- checks local folder names to avoid collisions

I've been using this application and I congratulate you, it's really useful!
I just want to ask for some functionality, when you have the time you could implement some way to check the repository history - all the commits and comments associated with them.
I believe most android users just need an app to check for updates in their repository rather than checkout the project on the device.
Thank you again, the app is really good.

bosskornpt said:
I've been using this application and I congratulate you, it's really useful!
I just want to ask for some functionality, when you have the time you could implement some way to check the repository history - all the commits and comments associated with them.
I believe most android users just need an app to check for updates in their repository rather than checkout the project on the device.
Thank you again, the app is really good.
Click to expand...
Click to collapse
Thank you very much... I have just committed code that will handle a local log of what is going on. And I agree with your point about seeing what the status / history is of the remote repository. I will make this a priority, it is right in line with what I have planned..
Thanks again..

I'm trying the application pro version and it's a great idea., something that i was really missing in Android.
I'm finding a major issue, i'm able to checkout the porject but when i try to commit any change (just a new file created) i'm getting an error (-1 field in the screen) and the revision field is reset to -1, i don't detect any communication attempt in httpserver logs.
I'm using https (with http the behaviour is similar) and the device is a galaxy nexus with 4.0.4

cugel said:
I'm trying the application pro version and it's a great idea., something that i was really missing in Android.
I'm finding a major issue, i'm able to checkout the porject but when i try to commit any change (just a new file created) i'm getting an error (-1 field in the screen) and the revision field is reset to -1, i don't detect any communication attempt in httpserver logs.
I'm using https (with http the behaviour is similar) and the device is a galaxy nexus with 4.0.4
Click to expand...
Click to collapse
Just an update, when i modify a file commit is working and a new revision is created, the problem happens when i try to commit new files

cugel said:
Just an update, when i modify a file commit is working and a new revision is created, the problem happens when i try to commit new files
Click to expand...
Click to collapse
Thank you for the report, and your follow up. I was able to reproduce the problem, I should have it fixed soon.
You can follow the progress of the fix here: http://www.valleytg.com:8090/browse/OASVN-11
I have a new version almost ready that includes logging and browsing all revisions. I am pretty sure it will be up this weekend. I will make sure this fix gets in it.
Brian

New Version
I just released a new version.
Changes include:
- Show all revision details including: Author, Date, Commit message, list of files denoting modification, addition, etc.
- Logging: Logs all SVN messages so you can track / reference.
- Ability to open file browser from app.
- ICS and Honeycomb theme support.
- German Language translation (more to come soon)
If anyone would like to help with a translation, please let me know.
I am going to update the screen shots in my first post.
I encourage all requests and bug reports to please use the Jira. http://www.valleytg.com/jira

First post updated with screen shots and additional information.

New Version 1.0.8
Released a new version includes among other things svn udpate, revert and cleanup and a contributed German translation.
Details here:
• http://www.valleytg.com:8090/browse/OASVN-20
• http://www.valleytg.com:8090/browse/OASVN-13
• http://www.valleytg.com:8090/browse/OASVN-17
• http://www.valleytg.com:8090/browse/OASVN-27
• http://www.valleytg.com:8090/browse/OASVN-21
• http://www.valleytg.com:8090/browse/OASVN-18
• http://www.valleytg.com:8090/browse/OASVN-32
Next up:
Working on limiting the number revisions returned on the revision list and better local cacheing of the data.

New version 1.0.9
New version released..
Promenant changes:
Added svn export so a local copy of the repository can be made that is not a version controlled working copy.
Added user defined number of revisions to retrieve to greatly increase performance of the revisions list.
You can now checkout or export any revision (not just head)
details:
http://www.valleytg.com:8090/browse/OASVN-1
http://www.valleytg.com:8090/browse/OASVN-9
http://www.valleytg.com:8090/browse/OASVN-34
http://www.valleytg.com:8090/browse/OASVN-40
http://www.valleytg.com:8090/browse/OASVN-41

Thank you for this app! I am currently exporting my ROM to my phone, AWESOME! I might go paid soon once I play with it Only one suggestion, add a downloaded content percentage like tortoise, or an estimated time to completion. I've been downloading the ROM for well over 30 minutes lol and no idea how close to done it is Thanks again!

Thanks
I have been looking at ways to get show some sort of feedback on how far along it is... I created a jira for it you can check the progress here: http://www.valleytg.com:8090/browse/OASVN-48
I checked your r146 out and it took over 30 minutes... Exporting is alot faster for getting the full rom (more like 10 to 15 minutes), but every export takes the same amount of time. But checking out and updating, the updates are much faster. I updated from r146 to r164 in just a minute.

very interesting

OASVN 1.0.9 Export Mod
I missed the ability to browse the repository and export single files and folders. So i implemented it myself
source: OASVN-1.0.9-ExportMod-Source

Related

[APP] UK Rail Live Departures Updated on 08/11

{
"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"
}
Here is the new version of the rail departures application.
You can download it from:
http://www.blackbirdapps.co.uk/RailDeparturesV2.CAB
The version is: 2.0.375437679 (26/04/2010)
The changes since the last beta:
- Hardware back key can be used to move to previous screen
- It is possible to slide through the home screen and journey picker
- SD card installation is supported
- Text the speech issue fixed
Overall changes since the original version release on January:
- A better user interface framework
- Gesture support
- Station list can be sorted by distance to your current location (cell id)
- Text to speech alarm for the destination (10 minutes before the latest arrival time. This is an experimental feature and suggestions are welcome)
- Server based settings backup / restore
- Arrival/Departure viewer
- Service progress viewer (interpolated train location)
- Free registration required
Screenhots and guide is currently not available and I will try to update this post as soon as I have time.
This is still a beta software and there are some outstanding issues that have been reported by beta testers. The current ptiority is to clear outstanding issues, improve stability and usability and relase this version.
Once it is relased, work on the next relase will commence and missing functionality such as indirect routes and journey planning will be added.
Please feel free to report anny issues you face.
Change log
13/04/2010
Version: 2.0.3755.31028
Minor fix
- Registration email address can contain underscore
16/04/2010
Version 2.0.3758.36372
- Password input boxes are updated to disable predictive text input. Thanks to mb for pointing out
- Occasional crash issue when using back button is fixed.
- Location code had a minor update. Thos who experience issues with location should give this version a try.
- Installer is updated to avoid unnecessary sub-folder creation.
18/04/2010
Version 2.0.3760.19602
- Arrival Departures
- Moving between arrival / departure modes will trigger auto refresh
- Selecting a different station will clear the list
Version 2.0.3768.12880
- Crash issue on some devices at launch fixed.
In certain roms / devices, the code to handle hardware back button was causing a crash.
This issue has been fixed and available from the same link as usual.
Please take a backup using Settings -> Backup option before installing the new version.
19/04/2010
The application is submitted to Omarket.
It is the same version as the link above.
05/11/2010
The public API this application uses might be blocked soon.
Please sign your interest at Public Sector Information Unlocking Service to keep the data open:
http://www.opsi.gov.uk/unlocking-service/CommentView/guid/9abb80cc-d21a-497b-bbce-bed10e5fc5fb
Right now there are 169 votes there. Also, it seems like eventually this data will be public.
Hopefully, with people's attenttion it will happen sooner than later.
08/11/2010
The new version is out with the following improvements:
- Limited indirect journey support: If there are no direct options, indirect routes will be returned.
- Faster downloads compared to previous test versions for indirect journeys
- For indirect journeys, maximum number of results option was being ignored. This is fixed and now you can improve the speed by reducing number of results to be returned.
Download URL:
http://www.blackbirdapps.co.uk/RailDeparturesV2.CAB
30/11/2010 Build: 2.0.3986.37797
- Fixed connection count for direct journeys
- Added service updates link to display delays and notices
- Platform information is displayed correctly id it is available
- Disabled arrival / departures for now
- Fixed crash issue when attempting to see service details.
Train Departures..
Nice one sproxy, good find. Very handy...
Thanks,
Let me know if you have any issues.
Hi i get cant connect to server will this be the national rail end down?
Pretty sure the web site is up
Was you Internet connection ok at that moment? Could you access the site in the browser for instance?
It downloads directly from their web site so there are no other servers involved.
Very handy, thanks!
Connect to Server..
@hardm2000
It seems not to connect to the server if you select a minor station along the route between two major stations..
Hi,
Could you give an example so I can see if it is possible to fix?
I have performed the following test:
Selected Huddersfield as origin and Dewsbury as destination.
Looked up the journey and the application has downloaded Manchester Airport to Middlesbrough service and displayed the information correctly.
If you could give me an example, I will give a try.
Network Rail..
OK. There is a service that goes from London Liverpool Street to Norwich stopping at stations along the way. One of these is Diss. If you select Diss to Liverpool Street it will not connect to the Server..
Hi,
Thanks for the tip. I have fixed it and will be uploading the new version soon.
waiting for the update version with fix...also was having issue with server not connecting.
also its a brilliant little app...
Hi there,
When did you download it? I have uploaded the fixed version yesterday evening and it seems to have fixed the issue for me.
Let me know if you tried the latest and still have an issue.
iky10 said:
waiting for the update version with fix...also was having issue with server not connecting.
also its a brilliant little app...
Click to expand...
Click to collapse
A CAB or some installation instructions would be appreciated from anyone using this sucessfully.
Thanks.
Hi there,
You can unzip the files and then copy into your sd card. You can then launch the exe.
I will make a cab file later tonight.
morpheus1982 said:
A CAB or some installation instructions would be appreciated from anyone using this sucessfully.
Thanks.
Click to expand...
Click to collapse
morpheus1982 said:
A CAB or some installation instructions would be appreciated from anyone using this sucessfully.
Thanks.
Click to expand...
Click to collapse
Installation instructions are in the first post - "Unzip the file and run from your device."
Network Rail..
Hi sproxy, update works a treat. Thanks for excellent support..
advice how to add this as a quick link would be appreciated
Add app to Quicklinks.
AcidJiles said:
advice how to add this as a quick link would be appreciated
Click to expand...
Click to collapse
Connect device to computer. Press 'Explore in Activesync window. Then go to the folder where you've unzipped the files. Right click on the UK Train times.exe & select 'Copy'. Then go to Windows/StartMenu/Programs folder, right click 'Paste Shortcut' & you now have a shortcut to the app in Windows Start Menu. This will allow you to add the app to your Quicklinks in Sense. Cheers!
By the way sproxy, many thanks for this useful little app.
You are welcome and thank for helping out.
I have also added a cab file (same version) and updated the original post. I still think zip file is the easier way but at least now there is an option.
weepatc said:
Connect device to computer. Press 'Explore in Activesync window. Then go to the folder where you've unzipped the files. Right click on the UK Train times.exe & select 'Copy'. Then go to Windows/StartMenu/Programs folder, right click 'Paste Shortcut' & you now have a shortcut to the app in Windows Start Menu. This will allow you to add the app to your Quicklinks in Sense. Cheers!
By the way sproxy, many thanks for this useful little app.
Click to expand...
Click to collapse
Via
Thanks for this brilliant little app sproxy, it works perfectly.
As you said in the instructions, it currently only works on direct journeys. Have you any idea, if and when this will change ? It would be great if you could put in your final destination and it will tell you where to change and the train times from there aswell.
Also, arrival times would be handy.
Thanks again for your work on this.

[APP][1.6+] 666up! 0.4.1 2012-07-06 (Android frontend for the image hoster 666kb.com)

Hi!
So, here it is, my first Android app
What does it do?
Upload images to 666kb.com
What's 666kb.com?
A very simple image hoster like picasa, yfrog and hundreds of others.
Check it out: http://666kb.com/
So why 666kb.com?
Because it's simple and basic. probably as simple, basic and bare as an image hoster ever will be.
- no login
- no html around the hosted images. (hence no spammy ads)
- hard to guess urls, and no ability to browse images, so the link is the only way to get the image
just try it out and you will see what I mean.
I have nothing to do with 666kb.com, I'm just a user, so please don't bother the maintainers of it with issues regarding the app.
And what does the app do?
have a picture, share it, select 666up!...
the image is scaled down (if >666kb) and uploaded to 666kb.com.
once done you can give it a title, copy the link to the image to the clipboard, share it with the usual android sharing facility or just leave it be.
a record of all uploaded images is saved on the phone for later use.
If you launch the app, you'll see a list of previously uploaded images.
What are the use cases?
- sharing images the easy way via gtalk or other IM services.
- sharing images via SMS/txt
where I live one usually gets about 1000 SMS per month for free, but they charge a lot for MMS. So it saves money (given the recipient has internet access on the phone)
Market link?
https://play.google.com/store/apps/details?id=org.qless.up666
{
"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"
}
Sounds interesting, may I have the source code?
of course you may, it's GPL'd:
https://github.com/qorron/666up
Anything else
Suggestions are of course welcome. I don't make any money with this. I developed it in my free time just because I felt the need for it. Oh, and this thread is the first form of advertisement for the app.
version history
2012-07-06: 0.4.1
- Fixed some Jellybean related issues.
- Reworked the image scaling/uploading code.
2012-07-02: 0.4
- Implemented Android Beam support (Image links can be beamed to other devices from the detail/edit page, 666up is not required on the target device). [4.0+]
- Rotate the image according to its exif data [2.0+]
- Links are now clickable
- Landscape Layout for the detail/edit activity
2012-06-30: 0.3
- ICS actionbar support
- Preferences! Only available option atm: What happens when an upload in the list is clicked
- bugsfix
2012-04-24: 0.2.2
- Allow to pick images from the gallery from within the app
2012-03-07: 0.2.1
- Holo theme on ICS devices
- Adaptive thumbnail size
- bugfixes
2012-03-03: Fixed broken apk
just realized that the apk I had on the market was broken.
Reason why it was broken:
I found a typo in the strings.xml file right after I uploaded a prior version.
I corrected the typo, exported an unsigned apk, signed it and uploaded it without testing (I know! I know!).
So, what happened was:
Eclipse somehow failed to generate those R classes and just packaged the apk without them. This is why the app failed to launch :-(
I didn't notice that because I kept using the version with the typo.
Sorry guys!
This surely qualifies as an epic fail .
New Version: ICS look, nicer thumbnails and fixed some FCs
well, 0.2.1 is out.
Whats new?
Using Holo theme on ICS.
Thumbnails are now generated according to your device's screen resolution.
Which means: nicer thumbnails on hdpi (or better) devices.
Finally got rid of all those FCs that could occur if the uploads failed and the screen is turned.
have fun!
this is great! thanks a bunch!! any possibility of adding other image hosts in the future? i usually use imageshack, and i'm sure other people have their own favourites as well. either way, this really makes it a lot simpler to post images online and you did a great job making this app fast, great looking, and most importantly, functional! looking forward to future updates - it can only get better from here
is the devil the sponsor for this app?
Well, not quite the devil. I adopted the name from the website. Which got the name from the size limit for the images. iirc, it started with 256kb.com and has meanwhile evolved to 666kb.com
But I can guarantee that the only sponsor of this app is my own curiosity about making an android app and the fact, that I felt the need for such an app and there was none. So no unholy stuff going on in the source code.. I leave this to my perl programs ;-)
I also did a small batch upload script in perl which resizes the images if they are too large, uploads them and prints the urls to the console. (I'll share it if someone is interested)
Thanks for the kind words, Bloodflame. I have multiple upload-site in mind, but most of the bigger ones already have apps. so there little need for another app unless of course all existing apps are bad and better one could be done. There is one for imageshack:
https://play.google.com/store/apps/details?id=com.codeminders.imageshackdroid
next in line is probably something to upload multiple images at once.
and I should address the issue, that the detail view is partly hidden when the device is held in a landscape position. maybe a scrollbar or a different layout for landscape.
Just released a new version
I've also transformed my second post into a version history post, please refer to this for details on changes.
I did a rather big change under the hood:
Including Android Beam support and exif based image rotation brakes compatibility with old android versions. So, I made 3 different APKs and uploaded them altogether.
One is specifically for Android 1.6.
Play store statistics say, there is exactly one install for this app on a 1.6 device.
So, if you have this app on a 1.6 device, I did about an hour of modification an testing just for you! ;-)
1.6 doesn't support the ExifInterface and it isn't available with the compatibility package. Therefore, no image rotation for you.
This also applies to Android Beam.
Another version for 2.0 to 3.2.
It is just missing the Android Beam feature.
And the last one for 4.0 and upwards.
I'm not yet sure how easy it is to maintain 3 versions of the app (even with git). So I'm not sure how the support of older devices will look like in the future. But I will try to keep this as backwards compatible as possible.
I have spent the last 3 or 4 days trying to find an generic image uploading app. Would you ever consider making a version that could post to a user configurable URL? And I guess a user configurable regex for the reply?
Perfect it's work fine
Thank you
weedy2887 said:
I have spent the last 3 or 4 days trying to find an generic image uploading app. Would you ever consider making a version that could post to a user configurable URL? And I guess a user configurable regex for the reply?
Click to expand...
Click to collapse
This is not as straight forward as it may look like in the first place because uploads are done via a POST request. Normal URLs indicate a GET request.
If you are curious what's going on, have a look at this source file:
https://github.com/qorron/666up/blob/master/up666/src/org/qless/up666/ImageUploader.java#L119
starting with line: 119
But I'm sure that I can do this. The regex is no problem of course.
I'm on vacation until Sept. so please have a little patience. If it's ok for you I'll write you a massage once I have hacked together something.
POST is fine, I have a 30 odd line python script that handles upload already for me. I just need a app that can post and that shows up in androids share drop down list.
bump
How was your vacation?
It was fine, thanks!
The app is not quite ready yet.
The upload mechanism accepts parameter for the url and all the additional post fields.
But there is no GUI yet to type it all in.
I'll contact you once it works.
So.. I've done it.
desclaimer: this poat addresses people with at least some background in webscraping and regular rxpressions.
the apk attaches here is not intended to be used by normal users. it contains bugs and maybe cause the world to end, so be careful.
hello weedy2887,
please excuse the long delay. I had a terrible car accident (which I luckily survived without any harm) and needed some time to recover and manage things and stuff..
I've attached the apk below.
there are some bugs and unfinished stuff in it, so please use it with caution!
bugs:
if you press the buttons in the actionBar in the upload-screen while the upload has not yet finished you will get an empty message or the app will crash.
some
unfinished:
there are no sanity checks or error handling regarding the configurable upload-site feature.
e.g. if you enter an invalid regex or something like that, the app will crash.
there is no "reset to defaults (666kb.com)" button.
limitations:
apk is for android 4+
here is a short description on how this works:
base url:
Code:
http://666kb.com/u.php
this is where the action= attribute of the form points to.
file param
Code:
f
this is the name of the file parameter
additional param:
Code:
MAX_FILE_SIZE 681984
submit Speichern
these are other static parameters that are submitted along the file.
parameter_name<space>data<newline(enter, return,..)>
note: the last line is:
submit<space><space>Speichern<space><newline>
the paraneters are being sent in the order they are written in this string.
duplicates are possible and are not collapsed into one.
regex
Code:
(\Qhttp://666kb.com/i/\E.*?)"
this is to find the url of the uploaded image.
it has to contain exactly one capture group which designates the exact url of the image.
these are all the site dependent parameters.
it works for the 666kb.com site.
I haven't had the chance to test it with an other site because the only other site simmilar to 666kb.com I knew (777kb.com[1]) seems to be down or gone completely. so there may be some things which I have forgotten.
[1] 777kb.com was a copycat of 666kb.com with the difference: 777kb max. image size. images are deleted after there was no access for 30 days.

[APP][2.1+] Trust - Event Logger

{
"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"
}
Hi XDA,
i want to introduce my newest app called "Trust".
An image says more than 1000 words, so have some screenshots first:
View attachment 2653772View attachment 2653773​
It currently logs the following events:
Foreground apps
Installed/deleted/replaced/restartet/cleared apps
Power connect/disconnect
Shutdowns/Boots
Screen on/off events
Lockscreen events
Loss of wifi/cell connectivity
Removed media
Calls
I'm open for suggestions if you have ideas for features.
There is a free and a pro version.
The free version shows the last 24 hours while the pro shows unlimited events.
Market Link
Click to expand...
Click to collapse
Code:
Changelog:
v2.0.1
- Fixed dialog colors on gingerbread devices
v2.0
- Revisited and improved a lot of code
- Improved the UI
- Added app foreground activity tracking
- Added wifi SSID to wifi events
v1.2.8
- Added portuguese (brazil) as language
v1.2.7
- App related events now show a link to the apps web/gplay site in their details
- Small code changes
v1.2.6
- Fixed leading 00 on numbers not being saved
- Fixed two crashes
v1.2.5
- Added excel date/time to export columns
- Added option to change displayed time style
- Tweaked formatting a little bit
v1.2.4
- added Italian as language
v1.2.3
- Fixed possibly FC on DetailsDialog when resuming app
- Changed export format once more (date;time;timestamp;ID;type;extra;description)
v1.2.2
- Fixed notification not being removed
- Added a formated date column to the exported database file
v1.2.1
- Fixed crash when setting password
- Tweaked ics menu button
- Settings now ask for pattern on resume too
v1.2.0:
- Events are stored forever unless specified otherwise in settings
- Added option to export database to CSV
- Some work on the UI dialogs
- Translation preparations
v1.1.2:
- Wifi only devices should now see the app on the market too
v1.1.1:
- Small change to the manifest to increase device compatibility
v1.1:
- First public release of Trust
Thats a great idea! Too bad I don't got any use for this but best of luck with sales!
This is brilliant! -- I've been wanting an app that would track my app installs/uninstalls/updates for quite a while. I bought the Pro version because, well, aside from the fact that I like having this kind of data, I've been a supporter of yours for a while, dark3n
One thing I'd like to see is the ability to export the data into a CSV and maybe also the ability to schedule an export.
I also notice that I can't install it on my XOOM. Do you have plans to support tablets?
short/y said:
This is brilliant! -- I've been wanting an app that would track my app installs/uninstalls/updates for quite a while. I bought the Pro version because, well, aside from the fact that I like having this kind of data, I've been a supporter of yours for a while, dark3n
One thing I'd like to see is the ability to export the data into a CSV and maybe also the ability to schedule an export.
I also notice that I can't install it on my XOOM. Do you have plans to support tablets?
Click to expand...
Click to collapse
CSV export is definitely possibly, i have not worked with it yet, so i will read up on that.
Regarding your XOOM, i have not knowingly put restrictions on it aside from android 2.1+. Is it possible that your XOOM runs a custom density? The market doesn't like custom densities ;-), send me an email and i will send you the files until we find a solution if it is not the density.
Thanks for supporting my work.
Dark3n said:
CSV export is definitely possibly, i have not worked with it yet, so i will read up on that.
Regarding your XOOM, i have not knowingly put restrictions on it aside from android 2.1+. Is it possible that your XOOM runs a custom density? The market doesn't like custom densities ;-), send me an email and i will send you the files until we find a solution if it is not the density.
Thanks for supporting my work.
Click to expand...
Click to collapse
I run a Team EOS ICS ROM so I doubt it. I certainly don't change the resolution. I'll send you an email shortly.
Edit: I copied the APK over to my XOOM and it works just fine.
Sent from my Galaxy Nexus using Tapatalk 2
The problem was the telephony requirement, which is now optional.
CSV export is 90% done.
Just pushed v1.2.0 to the market
How long events are kept is now variable from 1 day to forever (see settings).
The menu offers an export function, which writes all database entries into a .csv file, with the following syntax:
Code:
time;ID;type;extra;description
1339799055212;180;24;"";"Restored wifi connection"
The CSV update works great, thank you! And adding unlimited storage is a nice benefit. I like to track things that happen on my phone and this gives me the opportunity to track pretty much everything in one place.
I think maybe the epoch on the date stamp doesn't match what Excel and the other spreadsheet programs use (including Google' spreadsheet format). I"m not sure what your time base is but would it be possible to export it as something that the spreadsheets recognize?
short/y said:
I think maybe the epoch on the date stamp doesn't match what Excel and the other spreadsheet programs use (including Google' spreadsheet format). I"m not sure what your time base is but would it be possible to export it as something that the spreadsheets recognize?
Click to expand...
Click to collapse
I'm using http://developer.android.com/reference/java/lang/System.html#currentTimeMillis()
Just uploaded an update to the market, fixing a crash when setting a lockpattern.
Dark3n said:
I'm using http://developer.android.com/reference/java/lang/System.html#currentTimeMillis()
Click to expand...
Click to collapse
Excel date/time is (currentTimeMillis() / 86400000) + 25569. I can always apply that correction myself but for an export to CSV, IMHO, it makes sense for you to convert to that format before writing the data.
EDIT: Excel uses a format called a "serial date" -- ddd.ttt where ddd is the number of days since January 0, 1900 (yes, January ZERO -- ddd = 1 is January 1, 1900) and ttt is the percentage of a day that has passed. Since the Android base is UTC, one must adjust for your local timezone In California we're on DST right now so we're -7 hours from UTC which means we subtract 7/24 from that value or approximately -0.29166667.
An update is going up in a few minutes.
I fixed the notification not being removed when the service is stopped and added another column to the exported file containing the fully formatted date.
Looks something like this:
Code:
time;ID;type;extra;description;formateddate
1340110467055;1;1;"1.2.1(6)";"Log recording started.";"19.Jun.2012 14:54:27"
Dark3n said:
An update is going up in a few minutes.
I fixed the notification not being removed when the service is stopped and added another column to the exported file containing the fully formatted date.
Looks something like this:
Code:
time;ID;type;extra;description;formateddate
1340110467055;1;1;"1.2.1(6)";"Log recording started.";"19.Jun.2012 14:54:27"
Click to expand...
Click to collapse
Uhhh ... ahhh .... ahem, I appreciate the update but is there any chance you could replace the formatted date with the serial date? I REALLY don't wanna be a pain about this but, see, I'd like to be able to sort in various ways and if the date is already formatted, it's not so easy to use as a sort column in Excel and various other spreadsheets. I suppose I should've been more direct and succinct in what I was asking for and I apologize for that. The Excel serial date format is really what I'd prefer. With the two date fields as they are I have to manipulate one or the other of them to make it usable for me. I can understand if you don't want to replace the current formatted date field and I certainly don't want you to add another date field.
If, by chance, you decide to make a change, since most spreadsheets will display the full text of the last column without requiring any interaction from the user, I'd suggest putting the two date fields together at the beginning of the exported data and leave the description as the last field.
Haha, well maybe in the next update .
Can you post me a link of your desired conversion?
I have googled a bit, but could not find something i liked.
Edit:
I published 1.2.3 just now, as there was a bug i wanted fixed.
Changelog:
Code:
v1.2.3
- Fixed possibly FC on DetailsDialog when resuming app
- Changed export format once more (date;time;timestamp;ID;type;extra;description)
Dark3n said:
Can you post me a link of your desired conversion?
I have googled a bit, but could not find something i liked.
Edit:
I published 1.2.3 just now, as there was a bug i wanted fixed.
Changelog:
Code:
v1.2.3
- Fixed possibly FC on DetailsDialog when resuming app
- Changed export format once more (date;time;timestamp;ID;type;extra;description)
Click to expand...
Click to collapse
Thanks for the update! Sorry I missed your earlier message. The formula is listed in my post but I'll see if I can find the web page I got it from. Really, all that needs to be done is to take the value returned from currentTimeMillis(), divide it by 86,400,000 and add 25,569 to get UTC. In other words
Code:
(currentTimeMillis() / 86400000) + 25569
Ah, found it! Here's the URL. Note that I applied the formula to your column labelled "timestamp" and it converts it to a date/time value that Excel recognizes. I guess you don't do much with spreadsheets, huh?
Edit: forgot to include the URL http://www.cpearson.com/excel/datetime.htm
Thanks to a very helpful user, i just uploaded 1.2.4 containing an italian translation.
any chance for an option to toggle between showing 'hours ago' and a time stamp right in the app?
thanks!
Sent from my SGH-T999 using Tapatalk 2
bradwdx said:
any chance for an option to toggle between showing 'hours ago' and a time stamp right in the app?
thanks!
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Sure .
What should the time stamp look like?

[4.0+] HoloIRC - an IRC app [2.5.6] [Stable]

Hey everyone. This is my first real app for Android which I've been working on and off on for quite a while now. It's called HoloiRC and it's a lightweight IRC client. Since I will have some time over the next few weeks, I can put some effort into it and really bring it up to scratch.
Basically my motivation for creating this is simple - I felt all IRC clients fell into two categories - overloaded with features and not enough focus on design or not open source. What I've tried to do is stay on the correct side of both the items.
Things that you need to know before installing:
v2.3+ compatible - Gingerbread with Holo!
Multi-server support
Fully open source!
How to help me:
If you know how to work with Android then please feel free to fork https://github.com/tilal6991/HoloIRC and send me a pull request
Join #holoirc on Freenode to ask me questions or just for a chat
Things planned
Much more stuff
Bug list:
https://github.com/tilal6991/LightIRC/issues?state=open
Download link:
https://play.google.com/store/apps/details?id=com.fusionx.lightirc
You can also join the Alpha/Beta communities and join the testing community:
Join if you want to join the Beta testing group https://plus.google.com/communities/105449848252535038429 or join https://plus.google.com/communities/104156768916839384265 for the Alpha testing group
Become a tester at https://play.google.com/apps/testing/com.fusionx.lightirc
Download the app at http://play.google.com/store/apps/details?id=com.fusionx.lightirc
That's it!
Have fun!
Changelog:
v2.7.3:
some small bugfixes
fix mentioning of users with short nicknames
v.2.7.2:
fix connecting to some server - e.g. StarLink
fix PMs - this was inadvertently broken in the previous beta
fix bold tags on notices and actions
fix crashes reported through the Play Store system
v2.7.1:
Much more stable when putting the app to the background and resuming later
Overhauled disconnect code - should be much more accurate and much less crashy
New icon - a huge thanks to michael` from the #holoirc channel for making this
v2.7.0:
Loads and loads of bug-fixes
The app now stores the last channel you were in to resume on that channel when you return to the server
Stability improvements
v2.6.2
After a long time (due to myself being extremely busy with life) a new release!
Fixes many of the bugs reported to me through the Play Store crash system
v2.6.1
some more bug fixes
v2.6.0
add a tablet specific layout for the IRC screen
allow servers with unsigned SSL certificates to be connected to
improve GB support
add ability to set timestamps
loads of bug fixes and code cleanups
Version 2.3.1:
Minor bugfixes
Version 2.3.0:
Animations everywhere!
Much better handling of disconnects
App will now try to reconnect automatically if the connection is dropped
Add SASL support
Add an ignore list - any nick added to this list will be ignored (i.e. PMs and messages from them will not appear)
Add support for WHOISes and mode commands
Add a section in settings which allows you to set a default user profile to be used for setting up new servers
Many bug fixes and cleanups as well.
Version 2.2.6:
Fix a crash in Server/Channel Settings
Trim spaces from sever URL
Some other misc fixes
Version 2.2.5:
Deal with orientation changes properly - fixes weird layout changes
Fix connection to some severs (e.g. Furnet)
Fix sending default nick to server
Stop actions from sometimes showing irrelevant things
Version 2.2.0:
Completely rework PMs to fix many bugs
Deal with unexpected disconnects better
Readd mentioning notifications - better than ever
Fix NickServ password not being sent to the server
Version 2.1.1:
fix a crash on disconnect
Version 2.1.0:
allow multiple nicks to be chosen
fix SSL support
add snoonet to list of initial servers
switch to new system of storing servers
fix a bug where a VERSION command from the server would stop the app from communicating with the server
allow notices to be received from the server
start validating input received from the user
stop allowing multiple servers with the same name
improve the look of the server settings screen
Version 2.0.0:
Complete rewrite of the backend of the app to break dependency on third party project (PircBotX) and start using custom written IRC backend. What this means:
* Faster messaging - less delay between server and client
* No missed/delayed messages
* Much less bugs causing crashes - easier to locate bugs in future as well
Tweaked UI to reduce tab bar size and start using side menu for more context dependent actions
Loads of bug fixes and tweaks
Version 1.4.5:
Add support for real names
Hopefully fix the crashes that were reported from the last version - I have been unable to duplicate these
Fix many other small bugs
Improve performance by increasing the amount of work done in the background
Other misc improvements
Version 1.4.1:
Fix a bug where it was impossible to connect to multiple servers
Version 1.4.0:
Add support for SSL
Add support for hiding messages from channels (like quits and parts)
Add support for hiding MOTD
Add support for sending reason for quitting/parting
Start handling sudden disconnects more gracefully
Introduce a slew of fixes for various bugs and crashes
Rewrite a lot of code to make future updates easier
Cleanup old code
v1.3.0
Big range of bug fixes including in the dark theme, mentioning of your name by other users and scrolling of the screen to the bottom
Start parsing links in channels/PMs
Start switching to a new channel/PM when joined/created
Start parsing more commands to server
Other misc improvements including in performance and code cleanups
v1.2.0
Add an options side menu which contains common actions when viewing channels etc.
Hopefully improve performance massively by destroying fragments when not being viewed directly
Cleanup code a lot
Add options to choose whether nick is automatically changed if someone else is using it
Fix private message actions
v1.1.0
Fixes the dark theme in various places
Fixes some settings bugs
v1.0.1
Fix a minor bug which caused a startup crash
v1.0.0
Fix bug where autojoin channels would open a blank settings screen
Remove card swipability on main screen
v0.7.5
Initial Play Store release
v0.7.0
Multi-server support
Add setting for connecting to non default ports
Completely rewrite the way server settings are handled - much more intuitve and straightforward
Fix a load of bugs and crashes
Adds disconnect support from main list
Add status to main list
Switching back to app now resumes the last opened server instead of opening the list
v0.5.0
Initial release
Screenshots:
{
"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"
}
nm.
sidn3y said:
I download it, try it install it, then Expense Manager opens up and asks me to restore. I don't even get a chance to try it out..
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
OK. I have no idea what the conflict between this and Expense Manager is. I don't have it installed but I don't understand what the conflict could possibly be...
Pretty cool irc client!
Any chance of adding the ability to join irc servers not in the default port?
Haha. Of course. That should be an easy addition so will deffo make into the next version.
As the commits on the repository indicate, a lot of progress has been made. Multi server support has been added and many many bugs have been squashed along with various other improvements. I hope to release another alpha later today.
App has been updated to v0.7.0 - see the second post for the changelog.
If you are coming from the previous version a data wipe or a full uninstall/reinstall is required since the server settings have been completely overhauled in the backend.
This looks like a nice alternative to AndChat. Any screenshots of it with a couple of open channels?
(Is there a dark theme?)
Rosa Elefant said:
This looks like a nice alternative to AndChat. Any screenshots of it with a couple of open channels?
(Is there a dark theme?)
Click to expand...
Click to collapse
Yeah I'll put those up. Sorry not yet (although it's an option I want to add in a future version - I'll add that to the todo list )
Edit: the new shots are up - they are a lot clearer than the old ones.
Aw nice!
Well, according to the screenshot you already got me as a user. Will evaluate it with my ZNCs, thanks! Looks great so far.
Greets tilal, the client looks neat and sleek, better than the usual bloated clients on the Play Store. Was also nice from you to put the source code up - hope to see more updates soon
Just commited another slew of fixes along with the ability to delete servers - all this will be in the next version.
Any opinions on what you would like implemented next? I have ideas but not sure which would be considered the most important.
A dark theme.
Rosa Elefant said:
A dark theme.
Click to expand...
Click to collapse
Yeah it's already a WIP on my local code. TBH it's a one line change but the setting implementation may take some time. That and the fact that the cards ui for the main server list looks horribly out of place
Maybe you should improve the one line then.
OK I think I've managed to implement the switcher. It works fine but can be a bit jarring in places which I plan to work on.
I just experienced a crash. I disconnected from my ZNC by clicking Disconnect and LightIRC decided to stop working.
v1.1.0 is now on Google Play testing area. Lot of bug fixes in the release - see the first and second posts on how to get it and what changed.
I am new to the whole IRC thing, so, I was wondering how one might go about making his own channel?
My friend is making a forum for his guild in some game, he thought it'd be nifty to have a mobile chatroom for it! Rather than some java/flash chatroom on the forum.
Sent from my HTC6435LVW using xda premium

[APP][5.0+] Aurora Droid : F-Droid client [July 22]

{
"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"
}
Aurora Droid
a F-Droid client for Android
Downloads
View attachment AuroraDroid_1.0.6.apk
View attachment AuroraDroid_1.0.5.apk
XDA:DevDB Information
Aurora Droid, App for all android devices (see above for details)
Contributors
WhyOrean
Source Code: https://gitlab.com/AuroraOSS/auroradroid
Version Information
Status: Stable
Current Stable Version: 1.0.5
Stable Release Date: 2020-04-10
Created 2019-05-22
Last Updated 2020-07-22
​
Changelog : v1.0.6
* New revamped UI
* Improved repo sync mechanism
* Added new installer module, fixed all related issues
* Added new repo DivestOs & Ungoogled Chromium
* Improve Favourites & Blacklists, added import & export
* Other bug fixes & improvements
* Updated translations
# An upgrade to 1.0.6 will reset all your old preferences
Changelog : v1.0.5
* UI overhaul
* Bug fixes & improvements
* Added translations
Changelog : v1.0.4
• Added new repositories Bitwarden, LibRetro
• Improved repo sync.
• Fixed download issue on Android 10
• Bug fixes and improvements
Changelog : v1.0.3
* Added root/services install method
* Bug fixes and improvements
Changelog : 1.0.2
* Added download manager
* Added blacklist & favourite list
* Added root install method
* Improved search results
* Bug fixes & improvements
Notes:
* You may require to do a clean install, as the database schema has changed
* Download manager may show garbage data due to old installations, clear the list from menu to remove old data
Changelog : 1.0.1
* Initial release
FAQ ? WIP
Looks phenomenal mate!
I have yet to put any time in the app beyond the initial few minutes to check it out but I am confused about few things:
1) I see duplicates of app on all screens. See attached pics.
Might have something to do with the fact that I have selected all the repos?
2) Sync log - What exactly does that mean that the following failed: 06, 12, 22, 23? They are always failing. Tried to sync from multiple networks.
Is there an retry attempt happening? Where can I find the reason for failure?
3) Any way to make the sync notification to show progress like how it is happening for F-Droid now + Can we make it go away after sync has finished?
4) Suggestion: Make it possible to see somewhere from what repo the app is displayed.
Thanks for the hard work.
Suggestion:
Add "Pull down to refresh / sync", so that we no need to sync everytime by going into the setting.
I think I love you... The Fdroid app is ass, and the alternative apps aren't much better.
Works great so far. Only thing, it would be nice if you could copy/paste a repos info.
Most of them have the url and fingerprint together. The F-droid app works that way.
Thanks and keep up the fantastic work.
In upcoming updates will be disponible to login with the google account with 2fa?
TheBigL said:
Looks phenomenal mate!
I have yet to put any time in the app beyond the initial few minutes to check it out but I am confused about few things:
1) I see duplicates of app on all screens. See attached pics.
Might have something to do with the fact that I have selected all the repos?
2) Sync log - What exactly does that mean that the following failed: 06, 12, 22, 23? They are always failing. Tried to sync from multiple networks.
Is there an retry attempt happening? Where can I find the reason for failure?
3) Any way to make the sync notification to show progress like how it is happening for F-Droid now + Can we make it go away after sync has finished?
4) Suggestion: Make it possible to see somewhere from what repo the app is displayed.
Thanks for the hard work.
Click to expand...
Click to collapse
Hey there !
Thanks, will have look into the bugs and suggestions and fix ASAP.
craigevil said:
Works great so far. Only thing, it would be nice if you could copy/paste a repos info.
Most of them have the url and fingerprint together. The F-droid app works that way.
Thanks and keep up the fantastic work.
Click to expand...
Click to collapse
There is an option to do so, go to repolist & at the bottom click on 'Add Repository' you can either add repos manually or scan Qr to add.
You can also share repos, long press on repolist its to view info and share option.
Will write FAQs with such details soon.
Bigb12 said:
I think I love you... The Fdroid app is ***, and the alternative apps aren't much better.
Click to expand...
Click to collapse
Thanks you, but respect the F-Droid app.
EMK2000 said:
Suggestion:
Add "Pull down to refresh / sync", so that we no need to sync everytime by going into the setting.
Click to expand...
Click to collapse
Sure will add an easy way to update repos.
Relwi said:
In upcoming updates will be disponible to login with the google account with 2fa?
Click to expand...
Click to collapse
I'm not sure why you would require logins in Aurora Droid.
And in case you are asking about Aurora Store, you can login with 2FA enabled account, you just need to generate app passwords and use the generated password to login.
Refer this link
WhyOrean said:
I'm not sure why you would require logins in Aurora Droid.
And in case you are asking about Aurora Store, you can login with 2FA enabled account, you just need to generate app passwords and use the generated password to login.
Refer this link
Click to expand...
Click to collapse
Yes, I was asking for Aurora Store, sry I put the question in the wrong thread. Thanks for the help anyway, your apps are awesome
WhyOrean said:
Hey there !
Thanks, will have look into the bugs and suggestions and fix ASAP.
Click to expand...
Click to collapse
Thank you, I appritiate your time.
I want to share 2 of my latest findings with you:
1) Search results do not display all of the possible results - I was searching for a specific manga app that I downloaded from F-Droid but I couldn't find it via Aurora Droid.
From what I can see it is because you do not search within the app's description for matching keywords while f-droid does.
I've attached few pictures for reference.
2) Icon loading times when browsing / searching are extremely high - Sometimes they will not be loaded at all.
Entering the apps displays the icon instantly.
:good:
Amazing app! Can I disable the view of apps from Google Play? I want find only from F-Droid ones.
Great app, more like what F-droid *should* be.
Couple of things tho:
>>When sorting by 'Date' it's from oldest to newest—lots of scrolling to see newest entries in categories.
>>Some app showing 'Incompatible App' even though they are not. Able to d/l and install from F-droid, but blocked from doing so in Aurora Droid.
Love this thing, keep up the good work. And, Thanks!
#Update : New build is up
Changelog : 1.0.2
* Added download manager
* Added blacklist & favourite list
* Added root install method
* Improved search results
* Bug fixes & improvements
Notes:
* You may require to do a clean install, as the database schema has changed
* Download manager may show garbage data due to old installations, clear the list from menu to remove old data
Get latest build here
Cool! The 'Incompatible App' issue is fixed for me, but still >>When sorting by 'Date' it's from oldest to newest. Not really a big deal, though.
Thanks again
TiTiB said:
Cool! The 'Incompatible App' issue is fixed for me, but still >>When sorting by 'Date' it's from oldest to newest. Not really a big deal, though.
Thanks again
Click to expand...
Click to collapse
Fixed ! Wait for next release
Search function is still not up to par with official client.
Dunno what the reason this time. Attaching pics with the search term of "manga".
Thanks again for the app, it's a very cool one
Refreshing applications lists oesn't seems to update the repo applications.
So, in order for a application update to appear in the update section, you need to manually resync the repos. Well, It's he case atleast for me, would maybe be better to replace what the refresh action to directly resync the repos if it doen't already do that.
Issues aside, Aurora droid is as good as Aurora Store, very happy by both overall applications, and really appreciate its design (which has support for AMOLED screen which is a plus for me)

Categories

Resources