Skip to content

Commit

Permalink
fix: changes dates, add missing 172x172 app icon, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
walokra committed Nov 8, 2021
1 parent 20799a7 commit 156274d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
18 changes: 10 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# Sailimgur

Sailimgur is an imgur app for Sailfish OS and provides basic imgur browsing functionality and search. It's developed using Qt/QML and JavaScript.
Sailimgur is an imgur app for Sailfish OS and provides basic imgur browsing functionality and search.
It's developed using Qt/QML and JavaScript.

## ToDo
## Build for development

- Internationalization support.

## Build for testing

If you want to build Sailimgur from source, fill in the API client_id and clientSecret for imgur service in src/qml/pages/Constant.qml.
If you want to build Sailimgur from source, fill in the API CLIENT_ID and CLIENT_SECRET for imgur service in src/main.cpp.
You can get the API keys by [Registering an application for imgur API](https://api.imgur.com/oauth2/addclient).

## Downloads

Latest development release for Sailfish OS: [Rule of tech: Sailimgur](http://ruleoftech.com/lab/sailimgur)
Latest development release for Sailfish OS:

- [SailfishOS Open Build Service & Chum](https://build.sailfishos.org/package/show/home:walokra:sailfishos/sailimgur)
- [OpenRepos](https://openrepos.net/content/walokra/sailimgur)
- [Rule of tech: Sailimgur](http://ruleoftech.com/lab/sailimgur)

## License

Expand Down
Binary file added appicons/172x172/apps/harbour-sailimgur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions qml/pages/Constant.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ QtObject {

property string appName : "Sailimgur";

// imgur API key/secret
// The OAuth2 key/secret pair below are only for testing
// Release version in Jolla Store / OpenRepos has a different key pair
property string clientId : CLIENT_ID;
property string clientSecret : CLIENT_SECRET;

Expand Down
10 changes: 5 additions & 5 deletions rpm/harbour-sailimgur.changes
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Add setting to filter mature content.
Open imgur link with app by pasting the link to search field.
Fix saving image and if it's video.

* Wed Jul 26 2015 Marko Wallin <[email protected]> 0.7.4-1
* Sun Jul 26 2015 Marko Wallin <[email protected]> 0.7.4-1
New pulley actions for gallery page: open in external browser, copy link.

* Wed Jun 25 2015 Marko Wallin <[email protected]> 0.7.3-1
* Sat Jun 25 2015 Marko Wallin <[email protected]> 0.7.3-1
Support for actions with TOHKBD keys. Navigation with arrow keys, backspace, M to load more, C to load comments, gallery mode changed with 1-5.
Revert to showing plain animated images instead of gifv videos which aren't yet supported by Sailfish OS.
Add setting to use video player for gifv (webm) for future use.

* Wed May 19 2015 Marko Wallin <[email protected]> 0.7.2-1
* Tue May 19 2015 Marko Wallin <[email protected]> 0.7.2-1
Add preliminary support for gifv videos (mp4).
Option for autoplaying gif and gifv.
Option for showing album in own page if over certain user given limit..
Expand All @@ -52,7 +52,7 @@ Save gallery mode and sort settings.
User Interface adjustments: next/previous links, image and comment actions.
Changelog shows in first start after update.

* Thu Jul 4 2014 Marko Wallin <[email protected]> 0.5.0-1
* Fri Jul 4 2014 Marko Wallin <[email protected]> 0.5.0-1
Upload feature added for logged in and anonymous user.
Delete image/album from user's image/album view.
Storing uploaded image's info to database.
Expand All @@ -67,7 +67,7 @@ Showing 9 images in CoverPage and refresh/next actions.
Add comment, reply to comment, vote comment.
Fixed comments wrapping and scrolling in main gallery.

* Fri Apr 7 2014 Marko Wallin <[email protected]> 0.3.1-1
* Mon Apr 7 2014 Marko Wallin <[email protected]> 0.3.1-1
Fixed main gallery and comments scrolling issues.
Limiting comments to over 0 points. Minor UI fixes.

Expand Down

0 comments on commit 156274d

Please sign in to comment.