Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove license text from headers | Andinus | 2020-03-15 | 2 | -28/+0 |
| | |||||
* | cetus-nasa: Fix compile time error | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | cetus-bing: Correct date format v0.4.5 | Andinus | 2020-03-15 | 1 | -1/+12 |
| | |||||
* | Port path-only to cetus-nasa | Andinus | 2020-03-15 | 1 | -0/+6 |
| | |||||
* | Support Bing Photo of the Day | Andinus | 2020-03-15 | 1 | -0/+121 |
| | |||||
* | Clean up repeat variable declaration | Andinus | 2020-03-15 | 1 | -13/+5 |
| | |||||
* | Handle if block within printDetails function | Andinus | 2020-03-15 | 1 | -3/+4 |
| | |||||
* | Fix url on media types other than image | Andinus | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Split getting api response into a function | Andinus | 2020-03-15 | 1 | -7/+18 |
| | |||||
* | Fix url when media type is not an image | Andinus | 2020-03-15 | 1 | -1/+5 |
| | |||||
* | Check media type | Andinus | 2020-03-15 | 1 | -8/+18 |
| | | | | | | | Today's media type was video & that broke the program, currently this will check the media type & set background only if it's an image. It exits if media type is not an image, this behaviour might change later. | ||||
* | Add version flag | Andinus | 2020-03-14 | 1 | -12/+21 |
| | |||||
* | Add cetus-nasa program v0.4.0 | Andinus | 2020-03-14 | 1 | -0/+105 |
| | | | | cetus-nasa uses NASA's API to get Astronomy Picture of the Day. | ||||
* | Split project into multiple programs | Andinus | 2020-03-14 | 1 | -60/+0 |
| | | | | Re-initialization to split project into multiple programs | ||||
* | Add support for random photo as background v0.3.1 | Andinus | 2020-03-14 | 1 | -0/+8 |
| | |||||
* | Add photoID support | Andinus | 2020-03-14 | 1 | -1/+36 |
| | | | | photo-id flag can be used to set a specific photo as background | ||||
* | Reinitialize project | Andinus | 2020-03-14 | 1 | -143/+1 |
| | |||||
* | Restructure project | Andinus | 2020-03-14 | 1 | -0/+159 |