Commit graph

38 commits

Author SHA1 Message Date
Mingshen Sun
5a91db4f76 Fix warnings and deprecated APIs 2023-03-10 20:56:56 -08:00
Danny Mösch
32b7c9b635
Some cleanup especially regarding method references (#516)
* Remove superfluous method arguments in method references

* Use 'Self' for internal static access

* Convert static to instance field in singleton class

* Remove class name prefix in references to local methods

* Remove nested frameworks in all extensions and frameworks
2021-10-02 20:46:07 -07:00
Danny Moesch
55e2cd7939 Enable SwiftLint rule 'multiline_literal_brackets' and fix all violations 2020-08-28 16:42:30 -07:00
Danny Moesch
7f9f0e43b2 Format code with SwiftFormat automatically in every build 2020-08-25 15:10:13 -07:00
Yishi Lin
494e489b62 Fix the missing number of local commits 2020-02-23 18:11:02 +08:00
Mingshen Sun
258906fdbb
Refactor Git URL related code, fix #336 2019-11-30 15:11:28 -08:00
Danny Moesch
f9c19b3ca4 Migrate to Swift 5.0 2019-05-01 18:30:13 +02:00
Danny Moesch
1b4040135e Localize strings in code 2019-01-20 21:04:04 -08:00
Danny Moesch
744b46adc2 Do not show 0 if numbers in "About Repository" cannot be obtained properly 2019-01-12 16:36:37 -08:00
Danny Moesch
f47e7d384c Show correct number of commits in "About Repository" 2019-01-12 16:36:37 -08:00
Mingshen Sun
ed387069a4
lint: delete trailing whitespaces 2018-12-09 16:59:07 -08:00
Bob Sun
f0eb9c47ed
Cleanup unneccessary function in AboutRepositoryTableViewController 2018-11-16 23:12:01 -08:00
Bob Sun
dfc13a37d3
Refactor logics of handling the PasswordStore model's properties 2018-11-16 22:28:19 -08:00
Yishi Lin
1ab70cf6d7 Move codes from utils to password and passwordstore 2018-09-23 22:00:06 +08:00
Yishi Lin
774f05eae0 Convert to Swift 4
- Will fix all warnings next.
2017-09-23 16:29:03 +08:00
Yishi Lin
d2ba620ae4 Move codes to an embed framework
- Move bundle/group identifiers to passKit/Global
- Fix Core Data
- Change Defaults to SharedDefaults
2017-06-13 11:43:46 +08:00
Bob Sun
174128998c
Fix a crash caused by forced unwrapping a variable 2017-06-03 17:16:00 -07:00
Bob Sun
086515b5ee
Fix a crash in about repository 2017-05-25 22:59:53 -07:00
Yishi Lin
af9d4f1c24 Polish the storyboard
- Set navigation titles in the storyboard, easier to find scenes now
2017-04-06 23:03:39 +08:00
Yishi Lin
0197444e30 Polish the logic about updating last synced time.
- Update the date right after corresponding operations, and before reloading any "table view".
2017-03-29 00:56:07 +08:00
Yishi Lin
a36bb13004 Polish the code about "about repository"
- Move something to PasswordStore.swift
2017-03-24 22:47:27 +08:00
Yishi Lin
c1bdc152c5 Polish the code 2017-03-24 21:54:31 +08:00
Bob Sun
f36899a8ad Change getNumberOfUnsynced to numberOfLocalCommits 2017-03-22 19:07:41 -07:00
Bob Sun
f0b4d2990e
Simplify about repository controller 2017-03-19 14:36:20 -07:00
Yishi Lin
1f829fffcc Polish notification
- define notification names
- move "post notification" to PasswordStore (todo: move "search" and the one for "show folder switch")
- "erase" and "reset" also post the "passwordStoreUpdated" notification
2017-03-18 00:30:14 +08:00
Bob Sun
d2cff20131 Put PasswordStore as instance in controllers 2017-03-16 22:39:03 -07:00
Yishi Lin
d1476c1d40 Improve the about repository page refresh 2017-03-11 02:21:01 +08:00
Yishi Lin
11066d0bb6 Automatically update the "about repository" page when the repository gets updated 2017-03-11 01:01:23 +08:00
Bob Sun
050a960167
Support folder in password view
- change core data
  - change data struct to store table view entry
  - delete unnecessary functions
2017-03-02 14:51:40 +08:00
Bob Sun
48d1ab34d2
Add show recent commit logs in the about repository page 2017-02-28 17:51:59 +08:00
Bob Sun
8396b57a72
show number of unsynced passwords in about page 2017-02-19 00:46:29 +08:00
Bob Sun
0b714ffec2
fix small bugs 2017-02-13 14:30:38 +08:00
Bob Sun
cbbb631e08
add commits and format style 2017-02-10 17:49:20 +08:00
Bob Sun
2487b23a10
update basictableviewcontroller 2017-02-10 16:44:59 +08:00
Bob Sun
24139e932b
async calculating about repository page 2017-02-10 15:43:48 +08:00
Bob Sun
c010d28911
polish about repository page 2017-02-10 15:32:01 +08:00
Bob Sun
b63b9e152c
show size in about repository 2017-02-10 00:50:03 +08:00
Bob Sun
07cd49449e
add about repository view 2017-02-09 22:13:31 +08:00