• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Consider donating phone for KeePit (KeePassTouch) developer?

Scheduled Pinned Locked Moved General
15 Posts 6 Posters 3.2k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F Offline
      flohack
      last edited by 3 Mar 2018, 22:39

      Do we have a personal email to contact him? Foundation might be able to handle that.

      BR

      My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

      1 Reply Last reply Reply Quote 0
      • U Offline
        UniSuperBox
        last edited by 5 Mar 2018, 18:38

        I've e-mailed him at the address listed in the Ubuntu Store before... no response.

        1 Reply Last reply Reply Quote 0
        • D Offline
          dannygb
          last edited by 5 Mar 2018, 21:10

          Hello UBPorts Community,

          I'm very happy to hear from you!

          I must admit that I didn't expect to hear anything else regarding my little Keepit project after Canonical dropped support for the Touch OS.

          I started Keepit back in 2015(ish) because, as a Linux user of a long while I was excited about a "real" Linux based phone. When I finally bought a BQ I quickly discovered that I couldn't use it as a daily driver without a KeePass application, I too found it to be a "must-have" for the platform. So I started back engineering the KeePass file format at the same time trying to learn QML, resurrecting rusty old C++ skills as well as trying to learn the Touch platform itself with its sand-boxing and myriad small quirks and annoyances. My initial intention being only to try to solve my own problem having to carry around two phones and hopefully help a few other people out at the same time if I could.

          Now I have been without a Touch phone for around 18 months or more so I am very out-of-loop as to where the platform is at present. Has it moved on at all, can I pick up where I left off 18 months ago? I don't even know if the last version of KeepIt released even runs on the platform anymore.

          Am I still interested in developing the app?

          Yes I am but I'll be up-front with you I probably have less time to do that now than I did before. So if you (the community/foundation) do decide to donate a device please be aware of that as I would not want to let you guys down or make you feel like you've wasted your resources/money.

          DannyGB

          F T 2 Replies Last reply 6 Mar 2018, 08:02 Reply Quote 1
          • F Offline
            flohack @dannygb
            last edited by 6 Mar 2018, 08:02

            @dannygb Good Morning, and welcome back! Yes we are alive πŸ™‚

            Regarding the toolkit, SDK etc. I think you did not miss much, pretty all the APIs should still work. We are moving to 16.04 now, but that should not worry you ATM. We would be good for the time being if you migrate the App into the Openstore so that it is available for 15.04, and then you are welcome to join our App dev group.

            Regarding a device, plz PM me with your postal address and then lets see what we can do πŸ™‚

            BR

            My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

            1 Reply Last reply Reply Quote 1
            • T Offline
              Talkless @dannygb
              last edited by 11 Mar 2018, 15:12

              @dannygb said in Consider donating phone for KeePit (KeePassTouch) developer?:

              Yes I am but I'll be up-front with you I probably have less time to do that now than I did before.

              It would still be fortunate to have active maintainer, even with limited time allocated.

              New features or other big changes can be implemented by contributors.

              Volla Phone X

              1 Reply Last reply Reply Quote 0
              • W Offline
                wilfridd
                last edited by wilfridd 3 Dec 2018, 19:22 12 Mar 2018, 19:20

                Hi,
                I've done some very small UI changes as a test on my side, for instance :

                • show DB passwd switch when opening a DB
                • font size increased to make the app more comfortable to use on a phone (tested on N5, MX4)

                I sync'd the github DannyGB master repo locally, then I succeded to compile the thing and got an installable click.
                Now, as I'm not a dev, I have to create a GH account to push back the changed code. From there I need some help... Can someone briefly tell me how to do it safely? KeepIT is currently available on the Openstore. It's not clear to me to publish a new version on GH and Openstore and I do not want to misuse anything...

                W.

                T 1 Reply Last reply 14 Mar 2018, 18:50 Reply Quote 0
                • D Offline
                  dannygb
                  last edited by 13 Mar 2018, 20:13

                  Hi folks,

                  Thanks to you guys I got my new phone! Yay.

                  however its got android installed on it! Nooo.

                  so I got some work to do to try and get Touch on it before I can do any development

                  db

                  U T 2 Replies Last reply 13 Mar 2018, 22:06 Reply Quote 1
                  • U Offline
                    UniSuperBox @dannygb
                    last edited by 13 Mar 2018, 22:06

                    @dannygb

                    You should be able to install Ubuntu Touch on that guy using our shiny new document: https://docs.ubports.com/en/latest/userguide/install.html#install-on-legacy-android-devices

                    D 1 Reply Last reply 14 Mar 2018, 21:13 Reply Quote 0
                    • T Offline
                      Talkless @dannygb
                      last edited by 14 Mar 2018, 18:45

                      @dannygb said in Consider donating phone for KeePit (KeePassTouch) developer?:

                      Thanks to you guys I got my new phone! Yay.

                      Congrats! That was fast πŸ™‚ .

                      Volla Phone X

                      1 Reply Last reply Reply Quote 1
                      • T Offline
                        Talkless @wilfridd
                        last edited by 14 Mar 2018, 18:50

                        @wilfridd said in Consider donating phone for KeePit (KeePassTouch) developer?:

                        Now, as I'm not a dev, I have to create a GH account to push back the changed code. From there I need some help... Can someone briefly tell me how to do it safely?

                        What do you mean by safely?

                        Generally, you create GitHub account, fork the project, checkout into your computer, do some changes, commit, push it back to GitHub (git push origin master if you working on master branch) and then, inside GitHub interface, you click "New pull request" (or similar) to begin review process.

                        KeePit maintainer will review your changes and pull into official repository if all is alright (or all issues are fixed in the pull request by your updates).

                        Volla Phone X

                        1 Reply Last reply Reply Quote -1
                        • D Offline
                          dannygb @UniSuperBox
                          last edited by 14 Mar 2018, 21:13

                          @unisuperbox I'm back in the game πŸ™‚

                          0_1521061979071_screenshot20180314_211044198.png

                          U 1 Reply Last reply 16 Mar 2018, 01:26 Reply Quote 4
                          • U Offline
                            UniSuperBox @dannygb
                            last edited by 16 Mar 2018, 01:26

                            @dannygb

                            I expect nothing less than perfection! πŸ˜›

                            1 Reply Last reply Reply Quote 1
                            13 out of 15
                            • First post
                              13/15
                              Last post