Skip to content

delightfulapp/delightful

Repository files navigation

Delightful for iPhone

Delightful is an unofficial Trovebox iPhone/iPad app client. Available on the App Store.

Screenshot

Delightful app.

App Preview

Delightful App Preview

Features (so far)

  1. View albums and tags.
  2. Pinch to zoom in/out to see more or less photos. (change number of columns)
  3. Download original photos and save to photo album.
  4. Favorite photos.
  5. Reverse Geocoding! If there is a photo with location within photos taken at the same date, the location name will be shown next to the date. Just like that of iOS 7 Photos app.
  6. Browse All Photos.
  7. Parallax effect on login page!
  8. Offline viewing.
  9. Share your Trovebox Photo's URL or original photo to Twitter/Facebook/Email.
  10. View photo's camera data and tags.
  11. 1password extension.
  12. Sort photos, albums, and tags.
  13. Upload photos with slide-to-select gestures to select multiple photos quickly and tap-and-hold to preview a photo.
  14. Portrait and landscape mode.
  15. iPhone 6 plus ready.
  16. iOS 8 ready.
  17. Smart tags. Automatically tag photos based on photos' metadata when uploading.
  18. Guest login. Access a Trovebox server without logging in. You can only see public photos, albums, and tags; You cannot upload as guest either.

Requirements

  1. iOS 8.
  2. Cocoapods.

How to

  1. After cloning: pod install
  2. Open Delightful.xcworkspace.
  3. Build and run!

Development server

You can run development server using Vagrant and VirtualBox. Once they're installed, go to server directory from command line, then run vagrant up. This will take time to boot and setup the development server.

After the server is booted, you need to add 192.168.56.101 trovebox.dev to your /etc/hosts file, then flush the DNS: sudo killall -HUP mDNSResponder. You can then open your browser and go to http://trovebox.dev to setup your Trovebox server:

  • Enter 127.0.0.1 for MySQL address.
  • Enter root for MySQL user.
  • Leave the MySQL password blank.

Contact

@nicnocquee

Credits

Check out Credits.md

License

Delightful is available under the MIT license. See the LICENSE file for more info.